diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-08-30 21:08:49 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-08-30 21:08:49 +0700 |
commit | c52436da0eed479860403087f15fa437c3c9be5d (patch) | |
tree | b83bf22e1afd5b6f366c600fa4c6d38e7139b4c9 /lessons/matematika/quadratic-equation/index.html | |
parent | 0ddd79414078dd570a465ed3729a8455af356420 (diff) |
More quadratic equation stuff, homepage updates, new logo
Diffstat (limited to 'lessons/matematika/quadratic-equation/index.html')
-rw-r--r-- | lessons/matematika/quadratic-equation/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lessons/matematika/quadratic-equation/index.html b/lessons/matematika/quadratic-equation/index.html index d3d1c4e..288d0d9 100644 --- a/lessons/matematika/quadratic-equation/index.html +++ b/lessons/matematika/quadratic-equation/index.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> - <link rel="icon" href="/assets/images/master.png"> + <link rel="icon" href="/assets/images/master.svg"> <title>Al Azhar 9th Grade Lesson Notes</title> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> @@ -30,7 +30,7 @@ <div id="sidebar"> <div> <a href="/index.html"> - <img src="/assets/images/master.png" alt="" class="sidebar-logo"> + <img src="/assets/images/master.svg" alt="" class="sidebar-logo"> </a> <h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3> @@ -81,8 +81,8 @@ <span id="q1.1.1"></span> <p> <hr> - <span>To find the answer, we need to find the factors of b and c.</span><br> - <span>The suitable factor for the equation are <b>2 and -3</b>.</span><br> + <span>To find the answer, we need to find the factors of c that is suitable for b and c. <a href="finding-suitable.html" class="link">What and how do I find the suitable factors?</a></span><br> + <span>The suitable factor for the equation are <b>2 and -3</b>. </span><br> <span>Then, insert each numbers to this formula: <span id="q1.1.2"></span>, where <span class="math-font">y</span> is the factor.</span><br><br> <span id="q1.1.3"></span><br><span id="q1.1.31"></span><br> |