Broken yellow b/c you can’t pass on a double solid yellow
Answer:
Q= 4.6 × 10⁻³ m³/s
actual velocity will be equal to 8.39 m/s
Explanation:
density of fluid = 900 kg/m³
d₁ = 0.025 m
d₂ = 0.05 m
Δ P = -40 k N/m²
C v = 0.89
using energy equation
![\dfrac{P_1}{\gamma}+\dfrac{v_1^2}{2g} = \dfrac{P_2}{\gamma}+\dfrac{v_2^2}{2g}\\\dfrac{P_1-P_2}{\gamma}=\dfrac{v_2^2-v_1^2}{2g}\\\dfrac{-40\times 10^3\times 2}{900}=v_2^2-v_1^2](https://tex.z-dn.net/?f=%5Cdfrac%7BP_1%7D%7B%5Cgamma%7D%2B%5Cdfrac%7Bv_1%5E2%7D%7B2g%7D%20%3D%20%5Cdfrac%7BP_2%7D%7B%5Cgamma%7D%2B%5Cdfrac%7Bv_2%5E2%7D%7B2g%7D%5C%5C%5Cdfrac%7BP_1-P_2%7D%7B%5Cgamma%7D%3D%5Cdfrac%7Bv_2%5E2-v_1%5E2%7D%7B2g%7D%5C%5C%5Cdfrac%7B-40%5Ctimes%2010%5E3%5Ctimes%202%7D%7B900%7D%3Dv_2%5E2-v_1%5E2)
under ideal condition v₁² = 0
v₂² = 88.88
v₂ = 9.43 m/s
hence discharge at downstream will be
Q = Av
Q =
Q =
Q= 4.6 × 10⁻³ m³/s
we know that
![C_v =\dfrac{actual\ velocity}{theoretical\ velocity }\\0.89 =\dfrac{actual\ velocity}{9.43}\\actual\ velocity = 8.39m/s](https://tex.z-dn.net/?f=C_v%20%3D%5Cdfrac%7Bactual%5C%20velocity%7D%7Btheoretical%5C%20velocity%20%7D%5C%5C0.89%20%3D%5Cdfrac%7Bactual%5C%20velocity%7D%7B9.43%7D%5C%5Cactual%5C%20velocity%20%3D%208.39m%2Fs)
hence , actual velocity will be equal to 8.39 m/s
Answer: Attached below is the missing diagram
answer :
A) 1) Wr > WI, 2) Qc' > Qc
B) 1) QH' > QH, 2) Qc' > Qc
Explanation:
л = w / QH = 1 - Qc / QH and QH = w + Qc
<u>A) each cycle receives same amount of energy by heat transfer</u>
<u>(</u> Given that ; Л1 = 1/3 ЛR )
<em>1) develops greater bet work </em>
WR develops greater work ( i.e. Wr > WI )
<em>2) discharges greater energy by heat transfer</em>
Qc' > Qc
solution attached below
<u>B) If Each cycle develops the same net work </u>
<em>1) Receives greater net energy by heat transfer from hot reservoir</em>
QH' > QH ( solution is attached below )
<em>2) discharges greater energy by heat transfer to the cold reservoir</em>
Qc' > Qc
solution attached below
Answer:
START
READ ID_Number
READ Item_description
READ length_of_auction_Days
READ minimum_required_bid
IF minimum_required_bid GREATER THAN 100
THEN
DISPLAY
Item Details are
Item Id : ID_Number
Item Description: Item_description
Length Action days: length_of_auction_Days
Minimum Required Bid: minimum_required_bid
END
Explanation: