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
"mathExpression-output": "area = side * side = side^2",
223
220
"abstract": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Its area equals width * length. Related shapes are triangle, cube, cuboid and rectangle. A square is a special case of a rectangle with equal width and length. Related shapes are square, cuboid and triangle.",
"abstract": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its volume is width * length * height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid. Its measurable property is its edge length. Its projections are square, square and square. Related shapes are sphere, square and cuboid.",
239
234
"keywords": "edge, length, volume",
240
235
"image": "cubeMarkup.jpeg",
@@ -248,7 +243,7 @@
248
243
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
"abstract": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.",
253
248
"keywords": "radius, area",
254
249
"image": "areaOfACircle.jpg",
@@ -262,7 +257,7 @@
262
257
"disambiguatingDescription": "Equivalent to the conventional method, but relies on trigonometric functions.",
"abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.",
291
286
"keywords": "radius, volume",
292
287
"image": "sphereAndCubeMarkup.jpeg",
@@ -300,7 +295,7 @@
300
295
"disambiguatingDescription": "More accurate than the conventional formula ",
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
"abstract": "A cone is a 3 dimensional solid shape. Its measurable properties are its height and diameter. Its radius is half of the diameter. Its projections are circle and triangle. Related shapes are triangle, tetrahedron, regular polygon based pyramid, circle, cylinder and sphere.",
317
312
"keywords": "radius, height, volume",
318
313
"image": [
@@ -331,7 +326,7 @@
331
326
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
"abstract": "A regular pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
360
355
"keywords": "base, height, volume",
361
356
"image": [
@@ -372,7 +367,7 @@
372
367
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
"abstract": "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.",
389
384
"keywords": "edge, length, volume",
390
385
"image": "tetrahedronMarkup.jpeg",
@@ -1849,8 +1844,8 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
1849
1844
<mathxmlns="http://www.w3.org/1998/Math/MathML" >
1850
1845
<mrow>
1851
1846
<mi>V</mi>
1852
-
<mo>=</mo>
1853
-
<msup>
1847
+
<mo>=</mo>
1848
+
<msup>
1854
1849
<mrow>
1855
1850
<mo>(</mo>
1856
1851
<msqrt>
@@ -1860,8 +1855,8 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
0 commit comments