Answer:
a)
, b)
, c) 
Explanation:
a) The tank can be modelled by the Principle of Mass Conservation:

The mass flow rate exiting the tank is:



b) An expression for the specific enthalpy at outlet is derived from the First Law of Thermodynamics:


Properties of water are obtained from tables:



The specific enthalpy at outlet is:


c) After a quick interpolation from data availables on water tables, the final temperature is:

R01= 14.1 Ω
R02= 0.03525Ω
<h3>Calculations and Parameters</h3>
Given:
K= E2/E1 = 120/2400
= 0.5
R1= 0.1 Ω, X1= 0.22Ω
R2= 0.035Ω, X2= 0.012Ω
The equivalence resistance as referred to both primary and secondary,
R01= R1 + R2
= R1 + R2/K2
= 0.1 + (0.035/9(0.05)^2)
= 14.1 Ω
R02= R2 + R1
=R2 + K^2.R1
= 0.035 + (0.05)^2 * 0.1
= 0.03525Ω
Read more about resistance here:
brainly.com/question/17563681
#SPJ1
Answer: (a) 36.18mm
(b) 23.52
Explanation: see attachment
Answer:
Using the above algorithm matches one pair of Ghostbuster and Ghost. On each side of the line formed by the pairing, the number of Ghostbusters and Ghosts are the same, so use the algorithm recursively on each side of the line to find pairings. The worst case is when, after each iteration, one side of the line contains no Ghostbusters or Ghosts. Then, we need n/2 total iterations to find pairings, giving us an P(
)- time algorithm.