Answer:
The average velocity is 0.203 m/s
Explanation:
Given;
initial displacement, x₁ = 20 yards = 18.288 m
final displacement, x₂ = ¹/₃ x 18.288 = 6.096 m
change in time between 5:02 PM and 5:03 PM, Δt = 3 mins - 2 mins = 1 min = 60 s
The average velocity is given by;
V = change in displacement / change in time
V = (x₂ - x₁) / Δt
V = (18.288 - 6.096) / 60
V = 0.203 m/s
Therefore, the average velocity is 0.203 m/s
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:

Explanation:
given data:
pressure 1 MPa
diameter of pipe = 30 cm
average velocity = 10 m/s
area of pipe

A = 0.070 m2
WE KNOW THAT mass flow rate is given as

for pressure 1 MPa, the density of steam is = 4.068 kg/m3
therefore we have


Answer:
b. 1232.08 km/hr
c. 1.02 kn
Explanation:
a) For dynamic similar conditions, the non-dimensional terms R/ρ V2 L2 and ρVL/ μ should be same for both prototype and its model. For these non-dimensional terms , R is drag force, V is velocity in m/s, μ is dynamic viscosity, ρ is density and L is length parameter.
See attachment for the remaining.