Answer:
A. Forces that act perpendicular to the surface and pull an object apart exert a tensile stress on the object.
Explanation:
Tensile stress is referred as a deforming force, in which force acts perpendicular to the surface and pull an object apart, attempting to elongate it.
The tensile stress is a type of normal stress, in which a perpendicular force creates the stress to an object’s surface.
Hence, the correct option is "A."
Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:
S = 5.7209 M
Explanation:
Given data:
B = 20.1 m
conductivity ( K ) = 14.9 m/day
Storativity ( s ) = 0.0051
1 gpm = 5.451 m^3/day
calculate the Transmissibility ( T ) = K * B
= 14.9 * 20.1 = 299.5 m^2/day
Note :
t = 1
U = ( r^2* S ) / (4*T*<em> t </em>)
= ( 7^2 * 0.0051 ) / ( 4 * 299.5 * 1 ) = 2.0859 * 10^-4
Applying the thesis method
W(u) = -0.5772 - In(U)
= 7.9
next we calculate the pumping rate from well ( Q ) in m^3/day
= 500 * 5.451 m^3 /day
= 2725.5 m^3 /day
Finally calculate the drawdown at a distance of 7.0 m form the well after 1 day of pumping
S = 
where : Q = 2725.5
T = 299.5
W(u) = 7.9
substitute the given values into equation above
S = 5.7209 M
Answer:
connecting two independent clauses