A8 is the answer because yea and because I am a teacher
Answer:
coupling is in tension
Force = -244.81 N
Explanation:
Diameter of Hose ( D1 ) = 35 mm
Diameter of nozzle ( D2 ) = 25 mm
water gage pressure in hose = 510 kPa
stream leaving the nozzle is uniform
exit speed and pressure = 32 m/s and atmospheric
<u>Determine the force transmitted by the coupling between the nozzle and hose </u>
attached below is the remaining part of the detailed solution
Inlet velocity ( V1 ) = V2 ( D2/D1 )^2
= 32 ( 25 / 35 )^2
= 16.33 m/s
Radio waves are radiated by charged particles when they are accelerated. They are produced artificially by time-varying electric currents, consisting of electrons flowing back and forth in a specially-shaped metal conductor called an antenna. ... Radio waves are received by another antenna attached to a radio receiver.
Answer:
I am Providing Answer in C Language Program.
Explanation:
Please find attachment regarding code of taking two numbers input and adding them.
I would like to recommend you please use software which supports C language.
#include <stdio.h>
int main () {
int a, b, sum;
printf ("\ nEnter two no:");
scanf ("% d% d", & d, & e);
sum1 = d + e;
printf ("Sum:% d", sum1);
return (0);
}
Answer:
See explaination and attachment.
Explanation:
Iteration method is a repetitive method applied until the desired result is achieved.
Let the given equation be f(x) = 0 and the value of x to be determined. By using the Iteration method you can find the roots of the equation. To find the root of the equation first we have to write equation like below
x = pi(x)
Let x=x0 be an initial approximation of the required root α then the first approximation x1 is given by x1 = pi(x0).
Similarly for second, thrid and so on. approximation
x2 = pi(x1)
x3 = pi(x2)
x4 = pi(x3)
xn = pi(xn-1).
please go to attachment for the step by step solution.