Birds mostly fly in a V because the lead bird cuts al of the wind and has the hardest work and then after a while the lead bird goes to the back and another bird takes his place cutting all the wind for the other birds
Answer & Explanation:
function Temprature
NYC=[33 33 18 29 40 55 19 22 32 37 58 54 51 52 45 41 45 39 36 45 33 18 19 19 28 34 44 21 23 30 39];
DEN=[39 48 61 39 14 37 43 38 46 39 55 46 46 39 54 45 52 52 62 45 62 40 25 57 60 57 20 32 50 48 28];
%AVERAGE CALCULATION AND ROUND TO NEAREST INT
avgNYC=round(mean(NYC));
avgDEN=round(mean(DEN));
fprintf('\nThe average temperature for the month of January in New York city is %g (F)',avgNYC);
fprintf('\nThe average temperature for the month of January in Denvar is %g (F)',avgDEN);
%part B
count=1;
NNYC=0;
NDEN=0;
while count<=length(NYC)
if NYC(count)>avgNYC
NNYC=NNYC+1;
end
if DEN(count)>avgDEN
NDEN=NDEN+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in New York city was above the average',NNYC);
fprintf('\nDuring %g days, the temprature in Denvar was above the average',NDEN);
%part C
count=1;
highDen=0;
while count<=length(NYC)
if NYC(count)>DEN(count)
highDen=highDen+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in Denver was higher than the temprature in New York city.\n',highDen);
end
%output
check the attachment for additional Information
Answer:

Explanation:
The mass inside the rigid tank before the high pressure stream enters is:



The final mass inside the rigid tank is:



The supplied air mass is:



Answer:
a) the inductance of the coil is 6 mH
b) the emf generated in the coil is 18 mV
Explanation:
Given the data in the question;
N = 570 turns
diameter of tube d = 8.10 cm = 0.081 m
length of the wire-wrapped portion l = 35.0 cm = 0.35 m
a) the inductance of the coil (in mH)
inductance of solenoid
L = N²μA / l
A = πd²/4
so
L = N²μ(πd²/4) / l
L = N²μ(πd²) / 4l
we know that μ = 4π × 10⁻⁷ TmA⁻¹
we substitute
L = [(570)² × 4π × 10⁻⁷× ( π × (0.081)² )] / 4(0.35)
L = 0.00841549 / 1.4
L = 6 × 10⁻³ H
L = 6 × 10⁻³ × 1000 mH
L = 6 mH
Therefore, the inductance of the coil is 6 mH
b)
Emf ( ∈ ) = L di/dt
given that; di/dt = 3.00 A/sec
{∴ di = 3 - 0 = 3 and dt = 1 sec}
Emf ( ∈ ) = L di/dt
we substitute
⇒ 6 × 10⁻³ ( 3/1 )
= 18 × 10⁻³ V
= 18 × 10⁻³ × 1000
= 18 mV
Therefore, the emf generated in the coil is 18 mV