9514 1404 393
Answer:
13/80
Explanation:
The product is ...
(1 3/10)×(1/8) = (13/10)×(1/8) = (13×1)/(10×8) = 13/80
Answer:
V = 0.30787 m³/s
m = 2.6963 kg/s
v2 = 0.3705 m³/s
v2 = 6.017 m/s
Explanation:
given data
diameter = 28 cm
steadily =200 kPa
temperature = 20°C
velocity = 5 m/s
solution
we know mass flow rate is
m = ρ A v
floe rate V = Av
m = ρ V
flow rate = V =
V = Av = 
V = 
V = 0.30787 m³/s
and
mass flow rate of the refrigerant is
m = ρ A v
m = ρ V
m =
= 
m = 2.6963 kg/s
and
velocity and volume flow rate at exit
velocity = mass × v
v2 = 2.6963 × 0.13741 = 0.3705 m³/s
and
v2 = A2×v2
v2 = 
v2 = 
v2 = 6.017 m/s
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:

Explanation:
The stress experimented by the circular bar is:
![\sigma = \left[\frac{2000\, lbf}{\frac{\pi}{4}\cdot (0.5\,in)^{2}}\right]\cdot \left(\frac{1\,kpsi}{1000\,psi} \right)](https://tex.z-dn.net/?f=%5Csigma%20%3D%20%5Cleft%5B%5Cfrac%7B2000%5C%2C%20lbf%7D%7B%5Cfrac%7B%5Cpi%7D%7B4%7D%5Ccdot%20%280.5%5C%2Cin%29%5E%7B2%7D%7D%5Cright%5D%5Ccdot%20%5Cleft%28%5Cfrac%7B1%5C%2Ckpsi%7D%7B1000%5C%2Cpsi%7D%20%5Cright%29)

The safety factor is:

