From dc88212c7fbbab7f017d444954413d0abbfdc4b0 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 29 Aug 2023 21:29:44 +0700 Subject: New thumbnails, fixed school about page, new math lesson, and stuff --- lessons/matematika/pangkat-akar/akar.html | 42 ++++++++++---------- lessons/matematika/pangkat-akar/latihan.html | 58 ++++++++++++++-------------- lessons/matematika/pangkat-akar/pangkat.html | 8 ++-- 3 files changed, 54 insertions(+), 54 deletions(-) (limited to 'lessons/matematika/pangkat-akar') diff --git a/lessons/matematika/pangkat-akar/akar.html b/lessons/matematika/pangkat-akar/akar.html index 35ed018..4665ae0 100644 --- a/lessons/matematika/pangkat-akar/akar.html +++ b/lessons/matematika/pangkat-akar/akar.html @@ -61,57 +61,57 @@

Definition

Root is the inverse of exponent. For example;

Simplifying Square Roots

You can simplify a root by factoring the root number another number that is rational. Or in other words, divide the root number by the perfect squares. For example;

Root Operations

Addition

Roots with coefficient can be added with another coefficient that have the same roots.
- ac + bc = (a + b)c + ac + bc = (a + b)c

Subtraction

Roots with coefficient can be subtracted with another coefficient that have the same roots.
- ac - bc = (a - b)c + ac - bc = (a - b)c

Multiplication

Roots can be multiplied with any other roots. If the root is the same as the other multiplied root, the root can be deleted (if you want to be faster).
- ac × bd = (a × b)c × d + ac × bd = (a × b)c × d

Division

Roots can be divided with any other roots.
- ac ÷ bd = (a ÷ b)c ÷ d + ac ÷ bd = (a ÷ b)c ÷ d diff --git a/lessons/matematika/pangkat-akar/latihan.html b/lessons/matematika/pangkat-akar/latihan.html index a019254..701a456 100644 --- a/lessons/matematika/pangkat-akar/latihan.html +++ b/lessons/matematika/pangkat-akar/latihan.html @@ -63,13 +63,13 @@

Pangkat

  • 8p2q × 2pq3
  • 6412 + 8113
  • -
  • 25 + 320 - 45
  • +
  • 25 + 320 - 45
  • Merasionalkan Akar

    -
  • 45
  • -
  • 3523
  • -
  • 53 - 2
  • -
  • 5 - 75 - 2
  • +
  • 45
  • +
  • 3523
  • +
  • 53 - 2
  • +
  • 5 - 75 - 2
  • Operasi Pangkat

  • (8p23)3 ÷ 2pq
  • @@ -84,40 +84,40 @@
  • 16p3q4
  • 6412 + 8113
    - = 64 + 381
    - = 8 + 381 + = 64 + 381
    + = 8 + 381
  • - 25 + 320 - 45
    - = 65 + 320
    - = 65 + 34 × 5
    - = 65 + 322 × 5
    - = 65 + 3 × 25
    - = 65 + 65
    - = 125
    + 25 + 320 - 45
    + = 65 + 320
    + = 65 + 34 × 5
    + = 65 + 322 × 5
    + = 65 + 3 × 25
    + = 65 + 65
    + = 125
  • - 45
    - = 45 × 55 = 455 + 45
    + = 45 × 55 = 455
  • - 3523
    - = 3523 × 33
    - = 3152 × 3
    - = 152 + 3523
    + = 3523 × 33
    + = 3152 × 3
    + = 152
  • - 53 - 2
    - = 53 - 2 × 3 + 23 + 2
    - = 5(3 + 2)(3)2 - (2)2
    - = 5(3 + 2)3 - 2 = 5(3 + 2)1
    - = 5(3 + 2) + 53 - 2
    + = 53 - 2 × 3 + 23 + 2
    + = 5(3 + 2)(3)2 - (2)2
    + = 5(3 + 2)3 - 2 = 5(3 + 2)1
    + = 5(3 + 2)
  • - 5 - 75 - 2
    - = 5 - 75 - 2 × 5 + 25 + 2
    - = (5 - 7) × (5 + 2)(5)2 - (2)2
    - = 5 + 10 - 35 - 145 - 2 = 5 + 10 - 35 - 143 + 5 - 75 - 2
    + = 5 - 75 - 2 × 5 + 25 + 2
    + = (5 - 7) × (5 + 2)(5)2 - (2)2
    + = 5 + 10 - 35 - 145 - 2 = 5 + 10 - 35 - 143
  • (8p23)3 ÷ 2pq
    diff --git a/lessons/matematika/pangkat-akar/pangkat.html b/lessons/matematika/pangkat-akar/pangkat.html index 4061c82..7c7ccce 100644 --- a/lessons/matematika/pangkat-akar/pangkat.html +++ b/lessons/matematika/pangkat-akar/pangkat.html @@ -103,15 +103,15 @@

    Fractional Exponent

    yz = - zxy

    + zxy

    Examples

    -

    Small Note: 2x or x menans square root. The 2 before root should be removed. The 2 is only present for easier purposes.
    3x means cubic root.

    +

    Small Note: 2x or x menans square root. The 2 before root should be removed. The 2 is only present for easier purposes.
    3x means cubic root.

    Exponential Equation

      -- cgit v1.2.3