Skip to content

Commit 0e0f060

Browse files
authored
Update index.html
1 parent c4eda59 commit 0e0f060

1 file changed

Lines changed: 26 additions & 7 deletions

File tree

index.html

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@
198198
},
199199
"dateCreated" :"2019-01-11",
200200
"datePublished":"2020-01-11",
201-
"dateModified" :"2025-08-11",
201+
"dateModified" :"2025-08-12",
202202
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
203203
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
204204
"headline":"Introducing the Core Geometric System ™",
205205
"image":[
206206
"geometry.jpeg",
207-
"trigonometry.png",
207+
208208
"equityFigure.jpg"
209209
],
210210
"inLanguage":"en-us",
@@ -229,8 +229,8 @@
229229
"target": "https://basic-geometry.github.io",
230230
"mathExpression-input": "required square_side=5_Area=?",
231231
"mathExpression-output": "area = side * side = side^2",
232-
"about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are triangle, cube, cuboid and rectangle. A square is a type of a rectangle with equal width and length. Related shapes are square, cuboid and triangle.",
233-
"abstract": " The area of a square equals the square value of its side length.",
232+
"about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are square, triangle, cuboid and cube. A square is a special case of a rectangle with equal width and length.",
233+
"abstract": "The area of a rectangle equals the multiplied product of its width and length. If the width of the rectangle is equal to its length, that is a square with area equal to the square value of its side length.",
234234
"educationalLevel": "basic",
235235
"keywords": "side, length, area",
236236
"image": "square.png",
@@ -244,14 +244,29 @@
244244
"target": "https://basic-geometry.github.io",
245245
"mathExpression-input": "required cube_edge=5_Volume=?",
246246
"mathExpression-output": "volume = edge * edge * edge = edge^3",
247-
"about": "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.",
248-
"abstract": " The volume of a cube equals the cubic value of its edge length.",
247+
"about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and 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 with equal width, length and height. Its projections are square, square and square.",
248+
"abstract": "The volume of a cuboid equals width * length * height. If its width, length and height are equal, that is a cube with a volume equal to the cubic value of its edge length.",
249249
"educationalLevel": "basic",
250250
"keywords": "edge, length, volume",
251251
"image": "cubeMarkup.jpeg",
252252
"eduQuestionType": "Volume calculation"
253253
},
254254

255+
{
256+
"@type": "SolveMathAction",
257+
"name": "Area of a triangle",
258+
"description": "Comparing the area of a triangle to a rectangle to express its area in terms of a square.",
259+
"target": "https://basic-geometry.github.io",
260+
"mathExpression-input": "required triangle_base=5_height=2_Area=?",
261+
"mathExpression-output": "area = base * height / 2",
262+
"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.",
263+
"abstract": "The area of a triangle equals exactly the half of the area of a rectangle with a width equal to the base of the triangle and length equal to the height of the triangle. Multiplying the base of a triangle by its height gives a rectangle with an area exactly the double of the triangle. The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.",
264+
"educationalLevel": "basic",
265+
"keywords": "side, length, height, area",
266+
"image": "trigonometry.png",
267+
"eduQuestionType": "Area calculation"
268+
},
269+
255270
{
256271
"@type": "SolveMathAction",
257272
"name": "Area of a circle",
@@ -1233,7 +1248,11 @@ <h5 style="font-size:160%;margin:7px">Trigonometry</h5>
12331248
</script>
12341249
</div>
12351250
<div>
1236-
<p style="margin:12px;">Multiplying the base by the height of a triangle gives a rectangle with an area exactly the double of the triangle. The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.
1251+
<p style="margin:12px;">The area of a triangle equals exactly the half of the area of a rectangle with a width equal to the base of the triangle and lengt equal to the height of the triangle.
1252+
<br>
1253+
Multiplying the base of a triangle by its height gives a rectangle with an area exactly the double of the triangle.
1254+
<br>
1255+
The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.
12371256
<br>
12381257
<br>
12391258
The area of a triangle can also be calculated by the length of its sides.

0 commit comments

Comments
 (0)