Answer:
2074.2 KW
Explanation:
<u>Determine power developed at steady state </u>
First step : Determine mass flow rate ( m )
m / Mmax = ( AV )₁ P₁ / RT₁ -------------------- ( 1 )
<em> where : ( AV )₁ = 8.2 kg/s, P₁ = 0.35 * 10^6 N/m^2, R = 8.314 N.M / kmol , </em>
<em> T₁ = 720 K . </em>
insert values into equation 1
m = 0.1871 kmol/s ( mix )
Next : calculate power developed at steady state ( using ideal gas tables to get the h values of the gases )
W( power developed at steady state )
W = m [ Yco2 ( h1 - h2 )co2
Attached below is the remaining part of the detailed solution
Handsaw teeth are very sharp: to avoid being cut by the teeth, keep hands and fingers well away from the
path of the blade
Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer with Explanation:
The crown will be pure if it's specific gravity is 19.3
Now by definition of specific gravity it is the ratio between the weight of an object to the weight of water of equal volume
Since it is given that the weight of the crown is 11.8 N we need to find it's volume
Now According to Archimedes principle when the crown is immersed into water the water shall exert a force in upwards direction on the crown with a magnitude equaling to weight of the water displaced by the crown
Mathematically this is the difference between the weight of the crown in air and weight when immersed in water
Thus Buoyant force is 
Now by Archimedes principle This force equals in magnitude to the weight of water of same volume as of the crown
Thus the specific gravity of the crown equals

As we see that the specific gravity of the crown material is less than that of pure gold hence we conclude that it is impure.