Answer:
Explanation:
Fist you need to identify where the leak is coming from. You can do this by either listening for the leak or spraying soapy water on the exhaust to look for air bubbles coming out of the exhaust. Depending on the spot of the leak there are many ways you can fix this leak.
1. Exhaust clamp
2. Exhaust putty
3. Exhaust tape
4. New exhaust
Exhaust clamp is best used for holes on straight pipes.
Putty is best used on welds or small holes like on exhaust manifolds or welds connecting various pieces like catalytic converters, mufflers, or resonators.
Tape will work best on straight pipes with holes.
New exhaust is for when the thig is beyond repair, like rust.
Now good luck because working on exhausts is a pain.
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:
810 g
Explanation:
Mass is the product of density and volume:
m = ρV
m = (8.1 g/cm³)(100 cm³) = 810 g
The mass of the chunk is 810 grams.
Answer:
D) Louisiana, to prevent homes from blowing away in hurricanes.
Explanation:
Louisiana is famous for hurricanes i think that if they were well prepared and had deeper foundation the damage may lower by a good lot.