|
99 | 99 | <meta name="theme-color" content="#000000"> |
100 | 100 | <script type="application/ld+json"> |
101 | 101 | { |
102 | | - "@context": "https://schema.org", |
| 102 | + "@context": "http://schema.org", |
103 | 103 | "@type": "webSite", |
104 | 104 | "name": "Home of Basic Geometry", |
105 | 105 | "about": { |
|
186 | 186 | "telephone": "+36305075125", |
187 | 187 | "url": "https://www.x.com/gmac4247" |
188 | 188 | }, |
189 | | -"copyrightNotice": "All rights reserved." , |
| 189 | +"copyrightNotice": "All rights reserved.", |
190 | 190 | "copyrightYear": "2020", |
191 | 191 | "creator": { |
192 | 192 | "@type": "Person", |
|
233 | 233 | "target": "https://basic-geometry.github.io", |
234 | 234 | "mathExpression-input": "required square_side=5_Area=?", |
235 | 235 | "mathExpression-output": "Area = side * side = side^2", |
236 | | - "about": "The area of a rectangle equals the multiplied product of its width and length. If those are equal, its area is the square value of its side length.", |
| 236 | + "about": "The area of a rectangle is the product of its width and length. If those are equal, its area is the square value of its side length.", |
237 | 237 | "abstract": "A rectangle is a 2 dimensional plane shape with 2 perpendicular pairs of parallel straight sides. If those are equal that is a square.", |
238 | 238 | "educationalLevel": "basic", |
239 | 239 | "keywords": "width height, rectangle area, square area, geometry", |
|
249 | 249 | "target": "https://basic-geometry.github.io", |
250 | 250 | "mathExpression-input": "required cube_edge=5_Volume=?", |
251 | 251 | "mathExpression-output": "Volume = edge * edge * edge = edge^3", |
252 | | - "about": "The volume of a cuboid equals the multipled product of width, length and height. If those are equal, its volume equals the cubic value of its edge length.", |
| 252 | + "about": "The volume of a cuboid is the product of width, length and height. If those are equal, its volume equals the cubic value of its edge length.", |
253 | 253 | "abstract": "A cuboid is a 3 dimensional solid shape with 3 perpendicular pairs of parallel straight edges. If those are equal that is a cube.", |
254 | 254 | "educationalLevel": "basic", |
255 | 255 | "keywords": "width height length, cuboid volume, cube volume, geometry", |
@@ -1106,7 +1106,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Square</h3> |
1106 | 1106 | A square is a rectangle with equal width and length. |
1107 | 1107 | <br> |
1108 | 1108 | <br> |
1109 | | -The area of a rectangle equals the multiplied product of its width and length. |
| 1109 | +The area of a rectangle is the product of its width and length. |
1110 | 1110 | <br> |
1111 | 1111 | If the width of the rectangle is equal to its length, its area is the square value of its side length. |
1112 | 1112 | </p> |
@@ -1148,7 +1148,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Cube</h3> |
1148 | 1148 | If those are equal that is a cube. |
1149 | 1149 | <br> |
1150 | 1150 | <br> |
1151 | | -The volume of a cuboid equals the multipled product of width, length and height. |
| 1151 | +The volume of a cuboid is the product of width, length and height. |
1152 | 1152 | <br> |
1153 | 1153 | If those are equal, its volume equals the cubic value of its edge length. |
1154 | 1154 | <br> |
@@ -1813,7 +1813,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Triangle</h3> |
1813 | 1813 | <p itemprop="description" style="margin:12px">The area of a triangle equals 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. |
1814 | 1814 | <br> |
1815 | 1815 | <br> |
1816 | | -The base of a triangle multiplied by its height equals to a rectangle with twice the area of the triangle. |
| 1816 | +The base of a triangle multiplied by its height equals a rectangle with twice the area of the triangle. |
1817 | 1817 | <br> |
1818 | 1818 | <br> |
1819 | 1819 | 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. |
|
0 commit comments