Answer:
The volume percentage of graphite is 10.197 per cent.
Explanation:
The volume percent of graphite is the ratio of the volume occupied by the graphite phase to the volume occupied by the graphite and ferrite phases. The weight percent in the cast iron is 3.2 wt% (graphite) and 96.8 wt% (ferrite). The volume percentage of graphite is:

Where:
- Volume occupied by the graphite phase, measured in cubic centimeters.
- Volume occupied by the graphite phase, measured in cubic centimeters.
The expression is expanded by using the definition of density and subsequently simplified:

Where:
,
- Masses of the ferrite and graphite phases, measured in grams.
- Densities of the ferrite and graphite phases, measured in grams per cubic centimeter.


If
,
,
and
, the volume percentage of graphite is:


The volume percentage of graphite is 10.197 per cent.
Answer:
Springs store energy when compressed and release energy when they rebound
Explanation:
Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
Answer:

Explanation:
Given that
R=8 ft
Width= 10 ft
We know that hydro statics force given as
F=ρ g A X
ρ is the density of fluid
A projected area on vertical plane
X is distance of center mass of projected plane from free surface of water.
Here
X=8/2 ⇒X=4 ft
A=8 x 10=80 
So now putting the values
F=ρ g A X
F=62.4(32.14)(80)(4)

Answer:
<h2>Generator </h2>
Explanation:
A generator converts mechanical energy into electrical energy