Answer:
skskkdkdkfkgkgkgkkgkgkgigooigigi lol
Explanation:
Oof
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
Answer: 78.89%
Explanation:
Given : Sample size : n= 1200
Sample mean : 
Standard deviation : 
We assume that it follows Gaussian distribution (Normal distribution).
Let x be a random variable that represents the shaft diameter.
Using formula,
, the z-value corresponds to 2.39 will be :-

z-value corresponds to 2.60 will be :-

Using the standard normal table for z, we have
P-value = 

Hence, the percentage of the diameter of the total shipment of shafts will fall between 2.39 inch and 2.60 inch = 78.89%
Answer:
The statement can be written as
int result = cube(4);
Explanation:
A function is a block of reusable codes to perform some tasks. For example, the function in the question is to calculate the cube of a number.
A function can also operate on one or more input value (argument) and return a result. The <em>cube </em>function in the question accept one input value through its parameter <em>number </em>and the <em>number</em> will be multiplied by itself twice and return the result.
To call a function, just simply write the function name followed with parenthesis (e.g. <em>cube()</em>). Within the parenthesis, we can include zero or one or more than one values as argument(s) (e.g. <em>cube(4)</em>).
We can then use the "=" operator to assign the return output of the function to a variable (e.g. <em>int result = cube(4)</em>)
Answer:
the restoring force is = 3/4NKT
Explanation:
check the attached files for answer.