Answer:
exit temperature 285 K
Explanation:
given data
temperature T1 = 270 K
velocity = 180 m/s
exit velocity = 48.4 m/s
solution
we know here diffuser is insulated so here heat energy is negleted
so we write here energy balance equation that is
0 = m (h1-h2) + m ×
.....................1
so it will be
.....................2
put here value by using ideal gas table
and here for temperature 270K
h1 = 270.11 kJ/kg
solve it we get
h2 = 285.14 kJ/kg
so by the ideal gas table we get
T2 = 285 K
Answer and Explanation:
clear all; close all;
N=512;
t=(1:N)/N;
fs=1000;
f=(1:N)*fs/N;
x= sin(2*pi*200*t) + sin(2*pi*400*t);
y= sin(2*pi*200*t) + sin(2*pi*900*t);
for n = 1:20
a(n) = (2/N)*sum(x.*(cos(2*pi*n*t)))
b(n) = (2/N)*sum(x.*(sin(2*pi*n*t)))
c(n) = sqrt(a(n).^2+b(n).^2)
theta(n) =-(360/(2*pi))*atan(b(n)./a(n));
end
plot(f(1:20),c(1:20),'rd');
disp([a(1:4),b(1:4),c(1:4),theta(1:4)])
Answer:
C-People biking must follow all rules and laws applicable to a motorist, with some minor exceptions
Explanation:
People biking should ride on the right side of the right lane when safe, except to pass or make a left turn. When there is only one lane for traffic traveling in each direction and passing is permitted, the center of the street is marked with a broken yellow stripe
~Hope this helps!
Answer:
Check the explanation
Explanation:
Kindly check the attached image below to see the step by step explanation to the question above.