Skip to content

Commit ae177a8

Browse files
authored
Update index.html
1 parent 3f373e2 commit ae177a8

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4837,7 +4837,7 @@ <h3 itemprop="name" style="margin:12px">Calculate the Volume of a Frustum Pyrami
48374837
<p itemprop="abstract">Subtracting the volume of the missing tip from the theoretical full pyramid gives the volume of the frustum.</p>
48384838
<br><br>
48394839
<div itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
4840-
<meta itemprop="description" content="Exact frustum pyramid volume formula: Volume = frustumHeight × ( bottomArea / (1 - topArea / bottomArea) - ( topArea / (1 - topArea / bottomArea) - 1) ) / sqrt(8)">
4840+
<meta itemprop="description" content="Exact frustum pyramid volume formula: Volume = frustumHeight × ( bottomArea / (1 - topArea / bottomArea) - ( topArea / (1 - topArea / bottomArea) - topArea ) ) / sqrt(8)">
48414841
<span itemprop="name">V<sub>(frustum)</sub></span>=
48424842
<span itemprop="value">
48434843
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -4897,7 +4897,10 @@ <h3 itemprop="name" style="margin:12px">Calculate the Volume of a Frustum Pyrami
48974897
</mrow>
48984898
</mfrac>
48994899
<mo>-</mo>
4900-
<mn>1</mn>
4900+
<msub>
4901+
<mi>A</mi>
4902+
<mi>(top)</mi>
4903+
</msub>
49014904
<mo>)</mo>
49024905
<mo>)</mo>
49034906
</mrow>
@@ -5041,7 +5044,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Frustum Cone</h
50415044
</figure>
50425045
<br>
50435046
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5044-
<meta itemprop="description" content="Exact frustum cone volume formula: Volume = 3.2 × frustumHeight × ( bottomRadius^2 / (1 - topRadius / bottomRadius ) - ( topRadius^2 / ( 1 - topRadius / bottomRadius) - 1 ) ) / sqrt(8)">
5047+
<meta itemprop="description" content="Exact frustum cone volume formula: Volume = 3.2 × frustumHeight × ( bottomRadius^2 / (1 - topRadius / bottomRadius ) - ( topRadius^2 / ( 1 - topRadius / bottomRadius) - topRadius^2 ) ) / sqrt(8)">
50455048
<span itemprop="name">V</span>=
50465049
<span itemprop="value">
50475050
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5111,7 +5114,13 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Frustum Cone</h
51115114
</mrow>
51125115
</mfrac>
51135116
<mo>-</mo>
5114-
<mn>1</mn>
5117+
<msup>
5118+
<msub>
5119+
<mi>r</mi>
5120+
<mi>(top)</mi>
5121+
</msub>
5122+
<mn>2</mn>
5123+
</msup>
51155124
<mo>)</mo>
51165125
<mo>)</mo>
51175126
</mrow>

0 commit comments

Comments
 (0)