summaryrefslogtreecommitdiff
path: root/lessons/matematika/1-exponents
diff options
context:
space:
mode:
authoraltaf-creator <athaalaa@gmail.com>2024-03-16 17:48:01 +0700
committeraltaf-creator <athaalaa@gmail.com>2024-03-16 17:48:01 +0700
commit3d0ccfba34d6371b41e877189b78599ae7b2f98a (patch)
treeea1acfc1a9c545537144edc18124dd16ed9d5099 /lessons/matematika/1-exponents
parent06857f20a528d5e7e5d3d2be5c3d4f836c7f366f (diff)
new branch! decided to revive this old project. lessons now support markdown, rebrand?
Diffstat (limited to 'lessons/matematika/1-exponents')
-rw-r--r--lessons/matematika/1-exponents/1-id.md0
-rw-r--r--lessons/matematika/1-exponents/1.md27
2 files changed, 27 insertions, 0 deletions
diff --git a/lessons/matematika/1-exponents/1-id.md b/lessons/matematika/1-exponents/1-id.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lessons/matematika/1-exponents/1-id.md
diff --git a/lessons/matematika/1-exponents/1.md b/lessons/matematika/1-exponents/1.md
new file mode 100644
index 0000000..5dc2a6e
--- /dev/null
+++ b/lessons/matematika/1-exponents/1.md
@@ -0,0 +1,27 @@
+# Exponents
+\\( x^n = x_1 \times x_2 \times\ \cdot\cdot\cdot\ \times x_n \\)
+
+## Examples
+* \\(2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32 \\)
+* \\(5^7 = 5 \times 5 \times 5 \times 5 \times 5 \times 5 \times 5 = 78125 \\)
+
+# Exponent Operations
+## Multiplication
+\\( a^x \times b^y = (a \times b)^{x + y} \\)
+* \\( 10^4 \times 2^2 = (10 \times 2)^{4 + 2} = 20^6 \\)
+
+## Division
+\\( a^x \div b^y = (a \div b)^{x - y} \\)
+* \\( 10^3 \div 2^4 = (10 \div 2)^{(4 - 2)} = 5^2 = 25 \\)
+
+## Exponent
+
+## Zero Exponent
+
+## Negative Exponent
+
+## Fractional Exponent
+
+## Examples
+
+# Exponential Equation