Answer:
increases by a factor of 6.
Explanation:
Let us assume that the initial cross sectional area of the pipe is A m² while the initial velocity of the water is V m/s², hence the flow rate of the water is:
Initial flow rate = area * velocity = A * V = AV m³/s
The water speed doubles (2V m/s) and the cross-sectional area of the pipe triples (3A m²), hence the volume flow rate becomes:
Final flow rate = 2V * 3A = 6AV m³/s = 6 * initial flow rate
Hence, the volume flow rate of the water passing through it increases by a factor of 6.
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:
Chemical Engineer,Geological Engineer,Aerospace Engineer
Explanation:
The number of hours that will be needed to charge a 600mah battery will be 1.5 hours.
<h3>
What is a battery?</h3>
It should be noted that an electric battery simply means a source of electric power that consist of one or more electrochemical cells that are with external connections that are important for powering electrical devices.
It should be noted that when a battery is supplying power, then the positive terminal is the cathode while the negative terminal is the anode.
In conclusion, the number of hours that will be needed to charge a 600mah battery will be 1.5 hours.
Learn more about battery on:
brainly.com/question/16896465
#SPJ1
Answer:
6.99 x 10⁻³ m³ / s
Explanation:
Th e pressure difference at the two ends of the delivery pipe due to atmospheric pressure and water column will cause flow of water.
h = difference in the height of water column at two ends of delivery pipe
6 - 1 = 5 m
Velocity of flow of water
v = √2gh
= √ (2 x 9.8 x 5)
= 9.9 m /s
Volume of water flowing per unit time
velocity x cross sectional area
= 9.9 x 3.14 x .015²
= 6.99 x 10⁻³ m³ / s