Skip to content

Commit d669abd

Browse files
authored
Update index.html
1 parent 5d39ba0 commit d669abd

1 file changed

Lines changed: 44 additions & 56 deletions

File tree

index.html

Lines changed: 44 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ <h3 itemprop="name">Operations with Fractions</h3>
487487
<section itemprop="about" itemscope itemtype="http://schema.org/LearningResource" id="adding_fractions" itemref="addition">
488488
<h3 itemprop="name">Adding Fractions</h3>
489489
<br>
490-
<p itemprop="abstract">Adding the counters if the denominators are the same.</p>
490+
<p itemprop="description">Adding the counters if the denominators are the same.</p>
491491
<br>
492492
<p>Example #1:</p>
493493
<br>
@@ -595,7 +595,7 @@ <h3 itemprop="name">Subtracting Fractions</h3>
595595
<section itemprop="about" itemscope itemtype="http://schema.org/LearningResource" id="multiplying_fractions" itemref="multiplication">
596596
<h3 itemprop="name">Multiplying Fractions</h3>
597597
<br>
598-
<p itemprop="abstract">A fraction can be multiplied by multiplying its counter, or dividing its denominator.
598+
<p itemprop="description">A fraction can be multiplied by multiplying its counter, or dividing its denominator.
599599
<br>
600600
<br>
601601
Multiplying by a fraction means multiplying counter by counter and denominator by denominator.</p>
@@ -623,7 +623,7 @@ <h3 itemprop="name">Multiplying Fractions</h3>
623623
<section itemprop="about" id="dividing_fractions" itemscope itemtype="http://schema.org/LearningResource" itemref="division">
624624
<h3 itemprop="name">Dividing Fractions</h3>
625625
<br>
626-
<p itemprop="abstract">A fraction can be divided by dividing its counter, or multiplying its denominator.
626+
<p itemprop="description">A fraction can be divided by dividing its counter, or multiplying its denominator.
627627
<br>
628628
<br>
629629
Dividing by a fraction means multiplying by the reciprocal of that fraction.</p>
@@ -664,40 +664,37 @@ <h3 itemprop="name">Dividing Fractions</h3>
664664
<details>
665665
<summary><h3 style="margin:12px" itemprop="name">4. Powers</h3></summary>
666666
<br>
667-
<p style="margin:12px" itemprop="abstract">Raising a number or unit of measurement to a power means multiplying it by itself.</p>
667+
<p style="margin:12px" itemprop="description">Raising a number or unit of measurement to a power means multiplying it by itself.</p>
668668
<br>
669-
<p>Raising a value to the 3rd power means multiplying it by itself twice.
670-
<br>
671-
<br>
672-
Example #1:
669+
<p style="margin:12px">Example #1:
673670
<br>
674671
<br>
675672
2³ = 2^3 = 2 × 2 × 2 = 8
676673
</p>
677674
<br>
678675
<br>
679-
<p>Raising a value to the -4th power means the reciprocal of the 4th power.
680-
<br>
676+
<p style="margin:12px" itemprop="description">Raising a value to a negative power means the reciprocal of the 4th power.
677+
</p>
681678
<br>
682-
Example #2:
679+
<p style="margin:12px">Example #2:
683680
<br>
684681
<br>
685682
3^(-4) = 1 / 3⁴ = 1 / ( 3 × 3 × 3 × 3 ) = 1 / 81
686683
</p>
687684
<br>
688685
<br>
689-
<p>The result of raising a value to a fraction is a root.
690-
<br>
686+
<p style="margin:12px" itemprop="description">The result of raising a value to a fraction is a root.
687+
</p>
691688
<br>
692-
Example #3:
689+
<p style="margin:12px">Example #3:
693690
<br>
694691
<br>
695692
4^(1 / 2) = √4 = 2
696693
</p>
697694
<br>
698695
<br>
699696
<br>
700-
<section itemprop="about" itemscope itemtype="http://schema.org/LearningResource" id="geometry"">
697+
<section itemprop="subjectOf" itemscope itemtype="http://schema.org/LearningResource" id="geometry"">
701698
<h3 style="margin:7px" itemprop="name">The 2nd and the 3rd Powers manifesting in Geometry</h3>
702699
<br>
703700
<section id="square">
@@ -808,7 +805,7 @@ <h3 style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</h3>
808805
<br>
809806
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.</p>
810807
<br>
811-
<div itemprop="result" itemscope itemtype="https://schema.org/MathSolver"
808+
<div itemprop="result" itemscope itemtype="https://schema.org/MathSolver">
812809
<math display="block" itemprop="mathExpression" xmlns="http://www.w3.org/1998/Math/MathML">
813810
<mrow>
814811
<mi>A</mi>
@@ -831,7 +828,7 @@ <h3 style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</h3>
831828
<p itemprop="description" style="margin:12px">The area of a triangle can also be calculated by the length of its sides.</p>
832829
<br>
833830
<div itemprop="result" itemscope itemtype="https://schema.org/MathSolver">
834-
<math xmlns="http://www.w3.org/1998/Math/MathML" >
831+
<math <p style="margin:12px"> xmlns="http://www.w3.org/1998/Math/MathML" >
835832
<mrow>
836833
<mi>S</mi>
837834
<mo>=</mo>
@@ -1001,8 +998,8 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
1001998
<br>
1002999
<br>
10031000
<br>
1004-
<div display="block" itemprop="description" id="sine">
1005-
<math xmlns="http://www.w3.org/1998/Math/MathML">
1001+
<div itemprop="description" id="sine">
1002+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
10061003
<mrow>
10071004
<mi>sine</mi>
10081005
<mo>=</mo>
@@ -1015,8 +1012,8 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
10151012
</div>
10161013
<br>
10171014
<br>
1018-
<div display="block" itemprop="description" id="cosine">
1019-
<math xmlns="http://www.w3.org/1998/Math/MathML">
1015+
<div itemprop="description" id="cosine">
1016+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
10201017
<mrow>
10211018
<mi>cosine</mi>
10221019
<mo>=</mo>
@@ -1029,8 +1026,8 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
10291026
</div>
10301027
<br>
10311028
<br>
1032-
<div display="block" itemprop="description" id="tangent">
1033-
<math xmlns="http://www.w3.org/1998/Math/MathML">
1029+
<div itemprop="description" id="tangent">
1030+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
10341031
<mrow>
10351032
<mi>tangent</mi>
10361033
<mo>=</mo>
@@ -1043,8 +1040,8 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
10431040
</div>
10441041
<br>
10451042
<br>
1046-
<div display="block" itemprop="description" id="cotangent">
1047-
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow>
1043+
<div itemprop="description" id="cotangent">
1044+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow>
10481045
<mi>cotangent</mi>
10491046
<mo>=</mo>
10501047
<mfrac>
@@ -1056,7 +1053,6 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
10561053
</div>
10571054
<br>
10581055
<br>
1059-
<br>
10601056
<p itemprop="usageInfo" style="margin:12px">Trigonometric functions with an "Arc" pretag refer to the angle corresponding to a value of that function.</p>
10611057
<div>
10621058
<script>
@@ -1782,11 +1778,12 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
17821778
The arcs of the quadrants of a circumscribed circle would overlap, and intersect at the center of the square, covering it all.
17831779
<br>
17841780
<br>
1785-
<strong>The arcs of the quadrants of the circle that equals in area to the square intersect right in between those limits, at the quarters on its centerlines.</strong></p>
1781+
<strong>The arcs of the quadrants of the circle that equals in area to the square intersect right in between those limits, at the quarters on its centerlines.</strong>
17861782
<br>
1787-
<p itemprop="description" style="margin:12px">The ratio between the radius of the circle and the side of the square is calculable.</p>
17881783
<br>
1789-
<div itemprop="description" style="margin:12px">
1784+
The ratio between the radius of the circle and the side of the square is calculable.</p>
1785+
<br>
1786+
<div itemprop="description">
17901787
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
17911788
<mrow>
17921789
<msup>
@@ -1905,8 +1902,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
19051902
<br>
19061903
<div>
19071904
<div id="uncovered">
1908-
<p>Quarter of the uncovered area in the middle:
1909-
</p>
1905+
<p>Quarter of the uncovered area in the middle:</p>
19101906
<br>
19111907
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
19121908
<mrow>
@@ -1988,8 +1984,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
19881984
<br>
19891985
<br>
19901986
<div id="overlap">
1991-
<p>The area of an overlapping section:
1992-
</p>
1987+
<p>The area of an overlapping section:</p>
19931988
<br>
19941989
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
19951990
<mrow>
@@ -2056,12 +2051,11 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
20562051
<br>
20572052
<br>
20582053
<div>
2059-
<p>The equation can be simplified algebraically.
2060-
</p>
2054+
<p>The equation can be simplified algebraically.</p>
2055+
<br>
20612056
<br>
20622057
<div>
2063-
<p>Dividing both sides by 3.2r² :
2064-
</p>
2058+
<p>Dividing both sides by 3.2r² :</p>
20652059
<br>
20662060
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
20672061
<mrow>
@@ -2138,8 +2132,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
21382132
<br>
21392133
<br>
21402134
<div>
2141-
<p>Simplifying further:
2142-
</p>
2135+
<p>Simplifying further:</p>
21432136
<br>
21442137
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
21452138
<mrow>
@@ -2195,8 +2188,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
21952188
<br>
21962189
<br>
21972190
<div>
2198-
<p>Substituting 90° / 360° for 1 / 4 :
2199-
</p>
2191+
<p>Substituting 90° / 360° for 1 / 4 :</p>
22002192
<br>
22012193
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
22022194
<mrow>
@@ -2258,8 +2250,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
22582250
<br>
22592251
<br>
22602252
<div>
2261-
<p>Simplifying further:
2262-
</p>
2253+
<p>Simplifying further:</p>
22632254
<br>
22642255
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML" >
22652256
<mrow>
@@ -2381,10 +2372,9 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Circumference of a Circle</h3>
23812372
</figure>
23822373
<section style="margin:12px" id="pi">
23832374
<details>
2384-
<summary><h4 itemprop="description" style="margin:12px">The circumference of a circle is derived from its area algebraically by subtracting a smaller circle and dividing the difference by the difference of the radii.</h4></summary>
2375+
<summary><h4 itemprop="description">The circumference of a circle is derived from its area algebraically by subtracting a smaller circle and dividing the difference by the difference of the radii.</h4></summary>
23852376
<br>
2386-
<p>
2387-
For centuries, the circle has been a symbol of mathematical elegance—and the pi its most iconic constant. While the approximate value of 3.14159…, commonly denoted by the Greek letter pi, is widely recognized today, the historical development of this concept is less understood. Some think 'Standard Geometry' means accepting the pi. But beneath the surface of tradition lies a deeper question: Are the formulas we use truly derived from geometric logic, or are they inherited approximations dressed in symbolic authority?
2377+
<p>For centuries, the circle has been a symbol of mathematical elegance—and the pi its most iconic constant. While the approximate value of 3.14159…, commonly denoted by the Greek letter pi, is widely recognized today, the historical development of this concept is less understood. Some think 'Standard Geometry' means accepting the pi. But beneath the surface of tradition lies a deeper question: Are the formulas we use truly derived from geometric logic, or are they inherited approximations dressed in symbolic authority?
23882378
<br>
23892379
<br>
23902380
The constant relationship between a circle's circumference and its diameter has captivated mathematicians for millennia.
@@ -2394,8 +2384,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Circumference of a Circle</h3>
23942384
The verse of 1. Kings 7:23 in the Holy Bible suggests that some estimated it as 3.
23952385
<br>
23962386
<br>
2397-
Historical records suggest that ancient Babylonians initially calculated it as 3, later they used 3.125; Egyptians estimated it as ( 16 / 9 )² ~ 3.16.
2398-
</p>
2387+
Historical records suggest that ancient Babylonians initially calculated it as 3, later they used 3.125; Egyptians estimated it as ( 16 / 9 )² ~ 3.16.</p>
23992388
<br>
24002389
<br>
24012390
<section id="Archimedes">
@@ -2984,17 +2973,18 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle Segment</h3>
29842973
<br>
29852974
<p itemprop="description" style="margin:12px">The area of a circle segment can be calculated by subtracting a triangle from a circle slice.
29862975
<br>
2987-
<br>The angle of the slice is given by the ratio between the segment height and the radius of the parent circle. The base of the triangle is the chord, its height is the segment height subtracted from the radius of the parent circle. If the radius of the parent circle is unknown it can be calculated from the the length of the segment ( chord ).</p>
2976+
<br>
2977+
The angle of the slice is given by the ratio between the segment height and the radius of the parent circle. The base of the triangle is the length of the segment. That is called a chord. The height of the triangle is the segment height subtracted from the radius of the parent circle. If the radius of the parent circle is unknown it can be calculated from the chord.</p>
29882978
<br>
29892979
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
29902980
<mi>radius</mi>
29912981
<mo>=</mo>
29922982
<mfrac>
29932983
<mrow>
2994-
<msup><mi>chord</mi><mn>2</mn></msup>
2984+
<msup><mi>l</mi><mn>2</mn></msup>
29952985
<mo>+</mo>
29962986
<mn>4</mn>
2997-
<msup><mi>height</mi><mn>2</mn></msup>
2987+
<msup><mi>h</mi><mn>2</mn></msup>
29982988
</mrow>
29992989
<mrow>
30002990
<mn>8</mn>
@@ -4740,7 +4730,6 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Tetrahedron</h3>
47404730
This is the only exact, self-contained geometric framework grounded in the first principles of mathematics, providing exact formulas for real-world applications.</strong></p>
47414731
<p itemprop="disambiguatingDescription" style="margin:12px"><strong>
47424732
By fundamentally shifting the axioms from the abstract, zero-dimensional point to the square and the cube as the primary, physically-relevant units for measurement, this system defines the properties of shapes like the circle and sphere not through abstract limits, but through their direct, rational relationship to these foundational units. The results of these formulas align better with physical reality than the traditional abstract approximations.</strong></p>
4743-
<br>
47444733
<p itemprop="usageInfo" style="margin:12px">
47454734
This is the best framework for exact geometric calculations in engineering design solutions, computer graphics rendering, algorithm optimization, and navigation.</p>
47464735
<br>
@@ -4758,14 +4747,13 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Tetrahedron</h3>
47584747
<br>
47594748
Algebraic Manipulation
47604749
<br>
4761-
Simplifying equations to ensure consistency and precision.
4762-
</p>
4750+
Simplifying equations to ensure consistency and precision.</p>
4751+
<br>
4752+
<br>
47634753
<p itemprop="copyrightNotice" style="margin:12px">
47644754
® All rights reserved 2025 Gaál Sándor</p>
47654755
</div>
47664756
<br>
4767-
<br>
4768-
<br>
47694757
<footer>
47704758
<a style="margin:9px" itemscope itemtype="http://schema.org/AboutPage" href="about">About</a>
47714759
<br>

0 commit comments

Comments
 (0)