Skip to content

Commit 4b6ab4c

Browse files
authored
Update index.html
Spacing
1 parent 9244567 commit 4b6ab4c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4775,7 +4775,7 @@ <h3 itemprop="name" style="margin:12px">Calculate the Volume of a Frustum Pyrami
47754775
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
47764776
<p itemprop="description">Subtracting the frustum height from the extended height gives the height of the missing tip.</p>
47774777
<br>
4778-
<meta itemprop="description" content="Volume of the missing tip">
4778+
<meta itemprop="description" content="Volume of the missing tip: Volume = topArea × frustumHeight / sqrt(8) × ( 1 / ( 1 - topArea / bottomArea ) - 1 )">
47794779
<span itemprop="name">V<sub>(tip)</sub> </span>=
47804780
<span itemprop="value">
47814781
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -4890,8 +4890,8 @@ <h3 itemprop="name" style="margin:12px">Calculate the Volume of a Frustum Pyrami
48904890
</span>
48914891
</div>
48924892
<br><br>
4893-
<div style="margin:12px">
4894-
<p itemprop="description">The volume of a frustum can also be calculated via a simplified formula.</p>
4893+
<div style="margin:12px" itemprop="description">
4894+
<p>The volume of a frustum can also be calculated via a simplified formula.</p>
48954895
<br><br>
48964896
<math xmlns="http://www.w3.org/1998/Math/MathML">
48974897
<mrow>
@@ -5234,10 +5234,10 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
52345234
<figure class="imgbox" itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
52355235
<img class="center-fit" src="tetrahedron.jpeg" alt="Tetrahedron">
52365236
</figure>
5237-
<summary><h4 itemprop="abstract" style="margin:12px">A tetrahedron is a pyramid with fixed proportions.</h4></summary>
5237+
<p itemprop="abstract" style="margin:12px">A tetrahedron is a pyramid with fixed proportions.<p>
52385238
<p itemprop="description" style="margin:12px">It is bound by 4 equilateral triangles forming 6 equal edges.</p>
52395239
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5240-
<p itemprop="description" style="margin:12px">The base is an equilateral triangle.</p>
5240+
<p itemprop="description">The base is an equilateral triangle.</p>
52415241
<br>
52425242
<meta itemprop="description" content="Base area of a tetrahedron: Exact equilateral triangle formula: Area = edge^2 × sqrt(3) / 4">
52435243
<span itemprop="name">A<sub>(base)</sub> </span>=
@@ -5272,7 +5272,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
52725272
</mrow>
52735273
</math>
52745274
</span>
5275-
<br>
5275+
<br><br><br>
52765276
<p>Simplifying:</p>
52775277
<br>
52785278
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5307,7 +5307,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
53075307
</msqrt>
53085308
</mrow>
53095309
</math>
5310-
<br>
5310+
<br><br><br>
53115311
<p>Simplifying further:</p>
53125312
<br>
53135313
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5403,7 +5403,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
54035403
</mrow>
54045404
</math>
54055405
</span>
5406-
<br>
5406+
<br><br><br>
54075407
<p>Simplifying:</p>
54085408
<br>
54095409
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5510,7 +5510,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
55105510
</msup>
55115511
</mrow>
55125512
</math>
5513-
<br>
5513+
<br><br><br>
55145514
<meta itemprop="description" content="Exact tetrahedron volume formula: V = edge^3 / 8">
55155515
<span itemprop="name">V<sub>(tetrahedron)</sub> </span>=
55165516
<span itemprop="value">

0 commit comments

Comments
 (0)