Answer:
b) Endothermic Chemical Reactions in a solid
Explanation:
Endothermic reactions consume energy, which will result in a cooler solid when the reaction finishes.
Answer:
I think its heat but im not sure
Explanation:
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:
The head loss in Psi is 0.390625 psi.
Explanation:
Fluid looses energy in the form of head loss. Fluid looses energy in the form of head loss when passes through the valve as well.
Given:
Factor cv is 48.
Flow rate of water is 30 GPM.
GPM means gallon per minute.
Calculation:
Step1
Expression for head loss for the water is given as follows:

Here, cv is valve coefficient, Q is flow rate in GPM and h is head loss is psi.
Step2
Substitute 48 for cv and 30 for Q in above equation as follows:


h = 0.390625 psi.
Thus, the head loss in Psi is 0.390625 psi.