Questions
hi please provide the graph and calculation. design an appropriate plot, show that it's not practical...

hi please provide the graph and calculation. design an appropriate plot, show that it's not practical to have more than two reheat stages (take at least three reheat pressures between 2 to 12 MPa).reheated Rankine power cycle uses water as working fluid. The first stage turbine 's inlet conditions are 14MPa, and 600oC.All turbines are known as isentropic 85 percent efficiency,the pump is assumed as an isentropic pump.If the maximum temperature is maintained at 600oC and the condenser pressure is 6 kPa

In: Mechanical Engineering

A galvanic cell is prepared using 0.150 M Co2+ and a cobalt electrode as one half-cell...

A galvanic cell is prepared using 0.150 M Co2+ and a cobalt electrode as one half-cell and 0.0350 M Ag+ and a silver electrode as the other half-cell.

1.) Write the reduction forms of the equation for the anodic half-reaction and the cathodic half-reaction

2.) Write the net ionic equation for the overall cell reaction. Ensure that your equation shows the spontaneous reaction direction.

3.) Calculate Ecell

In: Chemistry

n = int(input("Enter any number: ")) sum1 = 0 for i in range(1, n): if(n %...

n = int(input("Enter any number: "))
sum1 = 0
for i in range(1, n):
    if(n % i == 0):
        sum1 = sum1 + i
if (sum1 == n):
    print("The number is a Perfect number!")
else:
    print("The number is not a Perfect number!")

taking the code above, how would i create a new function that calls the program above and finds all perfect numbers within a certain range? the function would accept two parameters, the two ranges, and use a for loop to call the function above and print out all perfect numbers within a certain range (Ex. 1,100)

In: Computer Science

On April 1, Nozomi created a new travel agency, Adventure Travel. The following transactions occurred during...

On April 1, Nozomi created a new travel agency, Adventure Travel. The following transactions occurred during the company’s first month.

2020, April

1. Nozomi invested $30,000 cash and computer equipment worth$20,000 in the company.
2. The company rented furnished office space by paying $1,800 cash for the first month’s (April) rent.
3. The company purchased $1,000 of office supplies for cash
10. The company paid $2,400 cash for the premium on a 12- month insurance policy. Coverage begins on April 11.
11. The company provided services to the following clients on account: Mike $3,500; Pelosi $6,000; Christy$1,200
14. The company paid $1,600 cash for two weeks’ salaries earned by employees.
15. The company bought a van in credit from Union Motors 20,000
16. Received $5000 cash from Pelosi
24. The company collected $8,000 cash for Services provided.
28. The company paid $1,600 cash for two weeks’ salaries earned by employees.
29. The company paid $350 cash for minor repairs to the company’s computer.
30. The company paid $750 cash for this month’s telephone bill.
31. Nozomi withdrew $1,500 cash from the company for personal use.

Required

a. Prepare journal entries to record the transactions for Apriland post them to the ledger accounts.
b. Prepare unadjusted Trial Balance as of April 30

In: Accounting

Is having different laws in different states fair to sellers eho may be prohibited from engaging...

Is having different laws in different states fair to sellers eho may be prohibited from engaging in a practice in one state that is legal in another? How might these different laws affect business?
Class is usung The Legal Envirnoment Today 8th Edition Book

In: Operations Management

A sample of 200 science professor annual salaries yielded a mean value of $60,000. If the...

A sample of 200 science professor annual salaries yielded a mean value of $60,000. If the variance of population salary is $225 million, answer the following questions at 99% confidence The Point Estimate is ..... The Standard error is ..... The Margin of Error is ..... The Critical Statistic is ...... The population mean is estimated to range from .......... to ........ in ...........% of the time

In: Math

Identify and explain the key processes required for effective project risk management 1. Plan Risk Management...

Identify and explain the key processes required for effective project risk management

1. Plan Risk Management :

2. Identify Risks :

3. Perform Qualitative risk analysis:

4. Perform Quantitative risk analysis:

5. Plan Risk Responses:

6. Control Risks:

In: Operations Management

Keeping customer lives simple, convenient and more importantly digital, Ooredoo’s Pay+ mobile wallet is continuing to...

Keeping customer lives simple, convenient and more importantly digital, Ooredoo’s Pay+ mobile wallet is
continuing to set the standard in the Sultanate’s evolving payment ecosystem. Developed together with the National
Bank of Oman (NBO), the fast, and secure e-wallet enables customers to make a wide range of transactions from a
single app on their smartphone including payments, deposits, transfers, or withdrawals. Feras bin Abdullah Al
Shaikh, Consumer Director at Ooredoo said, “Pay+ has seen great success since launching in December of last year.
Smartphones are no longer just for calls, messaging and surfing, they have transformed to become an integral part
of people’s daily lives. Through Pay+, customers and merchants are able to leverage Ooredoo’s digital leadership
and strong network as well as NBO’s expertise for a faster, more secure and convenient banking experience on the
go.” Approved by the Telecommunications Regulatory Authority and the Central Bank of Oman, the service allows
customers to use their phones to pay in restaurants and stores, transfer money locally and internationally, make
withdrawals and deposits, top-up mobile credit and make bill payments to any operator in Oman. Moreover, the
app’s robust security features mean that payment information is protected at all times.
Instruction: Please make sure that each answer is having 150 – 175 words (3 x 5 Marks = 15 Marks)
1. What kind of money transactions are discussed in the above case and why?
2. ‘Pay+’ will make Omani economy ‘cashless’ Do you agree / Disagree Justify your answer
3. Describe any two issues related to ‘Pay+’ transactions in Oman.

In: Economics

Refactor the code below so that it isn't awful! Justify your design decisions! public class BrownBear...

Refactor the code below so that it isn't awful! Justify your design decisions!

public class BrownBear {
  public String roar(){
    return "bear";
  }
}

public class SilentBrownBear {
  public String roar(){
    return "";
  }
}

public class PolarBear {
  public String roar(){
    return "brrrr";
  }
}

public class SilentPolarBear {
  public String roar(){
    return "";
  }
}

In: Computer Science

The following data were obtained from a two-factor independent-measures experiment with n = 5 participants in...

  1. The following data were obtained from a two-factor independent-measures experiment with n

= 5 participants in each treatment condition.

B1                       B2                         B3

A1

M = 3

T = 15

SS = 18

M = 6

T = 30

SS = 28

M = 9

T = 45

SS = 26

A2

M = 1

T = 5

SS = 8

M = 4

T = 20

SS = 20

M = 1

T = 5

SS = 20

  1. State the hypotheses for each of the three separate tests included in the two-factor ANOVA.
  2. Calculate degrees of freedom and locate the critical region for each of the three tests.
  3. Calculate the three F-ratios.
  4. State a conclusion for each test (Alpha level = .05).

In: Math

Based on what you know about object oriented programming, inheritance, and polymorphism, why do you think...

Based on what you know about object oriented programming, inheritance, and polymorphism, why do you think it is not possible to write code like this in Java:

public class X extends Y, Z {
  // ...
}

...but can write code like this:

public class A implements B, C {
  //...
}

In: Computer Science

Glassworks Inc. produces two types of glass shelving, rounded edge and squared edge, on the same...

Glassworks Inc. produces two types of glass shelving, rounded edge and squared edge, on the same production line. For the current period, the company reports the following data.

  

Rounded Edge Squared Edge Total
  Direct materials $ 9,500 $ 21,800 $ 31,300
  Direct labor 6,000 11,800 17,800
  Overhead (300% of direct labor cost) 18,000 35,400 53,400
  Total cost $ 33,500 $ 69,000 $ 102,500
  Quantity produced 10,400 ft. 14,000 ft.
  Average cost per ft. (rounded) $ 3.22 $ 4.93

  

Glassworks's controller wishes to apply activity-based costing (ABC) to allocate the $53,400 of overhead costs incurred by the two product lines to see whether cost per foot would change markedly from that reported above. She has collected the following information.

  

  Overhead Cost Category (Activity Cost Pool) Cost
  Supervision $ 2,136
  Depreciation of machinery 28,520
  Assembly line preparation 22,744
  Total overhead $ 53,400

  

She has also collected the following information about the cost drivers for each category (cost pool) and the amount of each driver used by the two product lines. (Round activity rate and cost per unit answers to 2 decimal places.)

  

Usage
  Overhead Cost Category
  (Activity Cost Pool)
Driver Rounded Edge Squared Edge Total
  Supervision Direct labor cost ($) $ 6,000 $ 11,800 $ 17,800
  Depreciation of machinery Machine hours 300 hours 800 hours 1,100 hours
  Assembly line preparation Setups (number) 31 times 94 times 125 times

  
Required:

In: Accounting

c program Identify type of library file that need to be used when the program needs...

c program

  1. Identify type of library file that need to be used
    1. when the program needs to returns the absolute value of its integer argument such as : if x is -5, abs(x) is 5.
    2. When the program needs to return a randomly chosen integer between 0 and the value associated with RAND_MAX,
    3. When the program needs to return the base-10 logarithm of x for x>0.0: example if x is 100.0, log 10(x) is 2.0

In: Computer Science

Describe the difference between depression and bipolar disorders and please be sure to include a description...

Describe the difference between depression and bipolar disorders and please be sure to include a description of the clinical characteristics of each.

(Meant for an abnormal psychology class, we use the textbook Understanding Abnormal Behavior 11e by David Sue if thats any help)

In: Psychology

On December 31, 2020, Berclair Inc. had 400 million shares of common stock and 7 million...

On December 31, 2020, Berclair Inc. had 400 million shares of common stock and 7 million shares of 9%, $100 par value cumulative preferred stock issued and outstanding. On March 1, 2021, Berclair purchased 60 million shares of its common stock as treasury stock. Berclair issued a 4% common stock dividend on July 1, 2021. Four million treasury shares were sold on October 1. Net income for the year ended December 31, 2021, was $350 million.

Also outstanding at December 31 were 30 million incentive stock options granted to key executives on September 13, 2016. The options were exercisable as of September 13, 2020, for 30 million common shares at an exercise price of $35 per share. During 2021, the market price of the common shares averaged $70 per share.

The options were exercised on September 1, 2021.

Required:

Compute Berclair’s basic and diluted earnings per share for the year ended December 31, 2021. (Enter your answers in millions (i.e., 10,000,000 should be entered as 10). Do not round intermediate calculations.)

Numerator / Denominator = Earnings per Share
Basic / = 0
Diluted / = 0

In: Accounting