Aug 11, 2024
2^5 or x^n:
2^5 = 2 * 2 * 2 * 2 * 2x^n = x multiplied by itself n timesProduct Rule:
(x^n) * (x^m) = x^(n+m)2^3 * 2^4 = 2^7Quotient Rule:
(x^n) / (x^m) = x^(n-m)3^6 / 3^2 = 3^4Power Rule:
(x^n)^m = x^(n*m)(5^4)^3 = 5^(4*3) = 5^12Zero Exponent Rule:
x^0 = 12^0 = 1Negative Exponent Rule:
x^-n = 1 / x^n5^-7 = 1 / 5^7Fractional Exponents:
x^(1/n) = nth root of x64^(1/3) = 4Exponent Distribution Over Multiplication:
(xy)^n = (x^n) * (y^n)(5 * 7)^3 = 5^3 * 7^3Exponent Distribution Over Division:
(x/y)^n = (x^n) / (y^n)(2/7)^5 = 2^5 / 7^5*(a + b)^n ≠a^n + b^n(2 + 3)^2 ≠2^2 + 3^2ax^2 + bx + c = 0x = (-b ± sqrt(b^2 - 4ac)) / 2ax = -b / 2a(a/b) * (c/d) = (a*c) / (b*d)(a/b) / (c/d) = (a/b) * (d/c)sqrt(x)^(1/3)(x)sqrt(9 * 16) = sqrt(9) * sqrt(16)1 / sqrt(x) * sqrt(x) / sqrt(x) = sqrt(x) / x*Greatest Common Factor (GCF)
15x + 25 = 5(3x + 5)Factoring by Grouping
ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)Factoring Quadratics
x^2 + 5x + 6 = (x + 2)(x + 3)Difference of Squares
a^2 - b^2 = (a + b)(a - b)Sum/Difference of Cubes
a^3 + b^3 = (a + b)(a^2 - ab + b^2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)ax + b = 0f(x) = a * b^xlog_b(x) = y <-> b^y = x