A turbine operating under steady flow conditions receives steam at the
following state : pressure 13.8 bar ; specific volume 0.143 m3/kg ;
internal energy 2590 kJ/kg ; velocity 30 m/s. The state of the steam
leaving the turbine is : pressure 0.35 bar ; specific volume 4.37 m3/kg
; internal energy 2360
kJ/kg ; velocity 90 m/s. Heat is lost to the surroundings at the rate of
0.25 kJ/s. If the rate of steam flow is 0.38 kg/s, what is the power
developed by the turbine ?
Write a function that takes an input parameter as a String. The function should replace the alternate words in it with “xyz” and print it. Words are separated by dots. (Avoid using inbuilt function) If input is “i.like.this.program.very.much” Output will be “i.xyz.this.xyz.very.xyz” in java
Consider a firm that uses capital and labor as inputs and sells 5,000 units of output per year at the going market price of $10. Also assume that total labor costs to the firm are $45,000 annually. Assume further that the total capital stock of the firm is currently worth $100,000, that the return available to investors with comparable risks is 10 percent annually, and that there is no depreciation. Is this a profitable firm? Explain your answer.
Suppose a consumer having a disposable income of 300 birr consumers only two commodities X and Y and his utility function is given as U(X,Y)=50X-X2+25Y given further that price of X and Y are 1 birr and 2.5 birrr respectively, determine:
A. The consumer's optimal bundles
B. His Marginal utility of income and its interpretation
num1 = int(input("Enter a Number: "))
num2 = int(input("Enter another Number: "))
operator = str(input("Enter the Operation you want: "))
if operator == "+":
print("Result is:" , (num1 + num2))
elif operator == "-":
print("Result is:" , (num1 - num2))
elif operator == "*":
print("Result is:" , (num1 * num2))
elif operator == "/":
print("Result is:" , (num1 / num2))
elif operator == "%":
print("Result is:" , (num1 % num2))
error in output: File "main.py", line 1, in <module>
num1 = int(input())
ValueError: invalid literal for int() with base 10:
n = int(input())
line = []
for i in range(0, n):
line.append(input())
print(max(line))
#test cases failedA truck of 2945kg has a velocity of 8.30 m/s and comes to a stop in 15.0 s. Find its final momentum.
The production function of a firm is given by Q=4L1/2K1/2 suppose the cost of labor is birr 40 per unit and the cost of using capital is Birr 10 per unit
A. Determine the amount of labor and capital that should be used in order to minimize the cost to produce 40 units of output?
B. Calculate the minimum cost of producing 40 units?
Write an essay to describe four (4) strategies used by Gymnosperms to adapt the extreme climatic regimes such as floods, snow, drought and insufficient nutrients
Name the three (3) phyla of terrestrial fungi and describe how they differ to one another.