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
Https://www.slader.com/discussion/question/an-insulated-rigid-tank-is-divided-into-two-equal-parts-by-a-partition-initially-one-part-contains-4/
there will be the answer
The maximum shear stress in the tube when the power is transmitted through a 4: 1 gearing is 28.98 MPa.
<h3>What is power?</h3>
Power is the energy transferred per unit time.
Torque is find out by
P = 2πNT/60
10000 = 2π x 2000 x T / 60
T =47.74 N.m
The gear ratio Ne / Ns =4/1
Ns =2000/4 = 500
Ts =Ps x 60/(2π x 500)
Ts =190.96 N.m
Maximum shear stress τ = 16/π x (T / (d₀⁴ - d₁⁴))
τ max =T/J x D/2
where d₁ = 30mm = 0.03 m
d₀ = 30 +(2x 4) = 38mm =0.038 m
Substitute the values into the equation, we get
τ max = 16 x 190.96 x 0.038 /π x (0.038⁴ - 0.03⁴)
τ max = 28.98 MPa.
Thus, the maximum shear stress in the tube is 28.98 MPa.
Learn more about power.
brainly.com/question/13385520
#SPJ1
On highways, the far left lane is usually the<u> fastest</u> moving traffic.
Answer: Option D.
<u>Explanation:</u>
For the most part, the right lane of a freeway is for entering and leaving the traffic stream. It is an arranging path, for use toward the start and end of your interstate run. The center paths are for through traffic, and the left path is for passing. On the off chance that you are not passing somebody, try not to be driving in the left path.
Regular practice and most law on United States expressways is that the left path is saved for passing and quicker moving traffic, and that traffic utilizing the left path must respect traffic wishing to surpass.
The two windings of transformer is c)- Inductively linked
Hope this helped!