You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.",
273
+
"about": "A regular polygon is a 2 dimensional plane shape. Its measurable properties are the number and the length of its sides. Related shapes are triangle and pyramid.",
274
274
"abstract": "A regular polygon can be divided into as many isosceles triangles as many sides it has. 360°, or 6.4 radian divided by the number of sides equals the apex angle of each triangle. The base of each triangle equals the side length of the polygon. The height of each triangle is calculable via trigonometric functions as base / 2 × ctg( 180° / number of the sides of the polygon ) . The area of each triangle equals base × height / 2 . The area of the polygon equals the sum of the area of the triangles.",
"about": "A tetrahedron is a 3 dimensional solid shape. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.",
450
-
"abstract": "A tetrahedron is a special case of a pyramid. Its volume can be calculated as pyramid with fixed proportions. The base of a tetrahedron is an equilateral triangle. The area of an equilateral triangle equals side / 2 × √(side^2 - ( side / 2 )^2) = side / 2 × √(side^2 - side^2 / 4) = side / 2 × √(( 3 / 4 )side^2) = side / 2 × side × √(3) / 2 = side^2 × √(3) / 4 . The height of the tetrahedron equals √(( edge × √(3) / 2 )^2 − ( ( edge × √(3) / 2 ) / 3 )^2 ) = √( edge^2 × ( 3 / 4 - 3 / 36 ) ) = √( edge^2 × ( 27 / 36 - 3 / 36 ) ) = √( edge^2 × ( 24 / 36 ) ) = √( 2 / 3 ) × edge. The base of a tetrahedron multiplied by its height equals ( edge^2 × √( 3 / 4 ) ) × ( edge × √( 2 / 3 ) ) = edge^3 × √(2) / 4 . The volume of a pyramid equals base × height × √(2) / 4 . ( √(2) / 4 )^2 = 2 / 16 = 1 / 8 .",
450
+
"abstract": "A tetrahedron is a special case of a pyramid. Its volume can be calculated as a pyramid with fixed proportions. The base of a tetrahedron is an equilateral triangle. The area of the equilateral triangle equals edge / 2 × √(edge^2 - ( edge / 2 )^2) = edge / 2 × √(edge^2 - edge^2 / 4) = edge / 2 × √(( 3 / 4 )edge^2) = edge / 2 × edge × √(3) / 2 = edge^2 × √(3) / 4 . The height of the tetrahedron equals √(( edge × √(3) / 2 )^2 − ( ( edge × √(3) / 2 ) / 3 )^2 ) = √( edge^2 × ( 3 / 4 - 3 / 36 ) ) = √( edge^2 × ( 27 / 36 - 3 / 36 ) ) = √( edge^2 × ( 24 / 36 ) ) = √( 2 / 3 ) × edge. The base of a tetrahedron multiplied by its height equals ( edge^2 × √( 3 / 4 ) ) × ( edge × √( 2 / 3 ) ) = edge^3 × √(2) / 4 . The volume of a pyramid equals base × height × √(2) / 4 . ( √(2) / 4 )^2 = 2 / 16 = 1 / 8 .",
451
451
"educationalLevel": "advanced",
452
452
"keywords": "edge, length, volume",
453
453
"image": "tetrahedronMarkup.jpeg",
@@ -3664,8 +3664,8 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
3664
3664
</mrow>
3665
3665
<mn>4</mn>
3666
3666
</mfrac>
3667
+
<mo>×</mo>
3667
3668
<msup>
3668
-
<mo>×</mo>
3669
3669
<mi>edge</mi>
3670
3670
<mn>2</mn>
3671
3671
</msup>
@@ -3700,20 +3700,20 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
3700
3700
</msup>
3701
3701
<mo>-</mo>
3702
3702
<msup>
3703
-
<mo>(</mo>
3704
3703
<mrow>
3704
+
<mo>(</mo>
3705
3705
<mi>edge</mi>
3706
3706
<mo>×</mo>
3707
3707
<mfrac>
3708
-
<msqrt>
3708
+
<msqrt>
3709
3709
<mn>3</mn>
3710
3710
</msqrt>
3711
3711
<mn>6</mn>
3712
3712
</mfrac>
3713
3713
<mo>)</mo>
3714
3714
</mrow>
3715
3715
<mn>2</mn>
3716
-
</msup>
3716
+
</msup>
3717
3717
</msqrt>
3718
3718
</mrow>
3719
3719
</math>
@@ -3756,6 +3756,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
3756
3756
<mn>2</mn>
3757
3757
<mn>3</mn>
3758
3758
</mfrac>
3759
+
</mrow>
3759
3760
</msqrt>
3760
3761
<mo>×</mo>
3761
3762
<mi>edge</mi>
@@ -3764,7 +3765,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
3764
3765
</math>
3765
3766
<br>
3766
3767
<br>
3767
-
<pstyle="margin:12px;">The volume of a pyramid equals base × height × √(2) / 4 .
3768
+
<pstyle="margin:12px;">The volume of a pyramid equals base × height × √2 / 4 .
0 commit comments