What is Algebra?
Algebra is all about:
Using letters (like x, y, z) to represent unknown values
Then solving for those unknowns!
So instead of:
CopyEdit
2 + ? = 5
Algebra says:
CopyEdit
2 + x = 5
🧠 Basic Terms in Algebra:
Variable – A letter that stands in for a number (e.g., x, y)
Constant – A number that doesn't change (e.g., 2, 7, -3)
Coefficient – Number in front of a variable (e.g., 3x → 3 is the coefficient)
Expression – Combo of numbers, variables, and operations (e.g., 2x + 3)
Equation – When two expressions are equal (e.g., 2x + 3 = 7)
🧮 Basic Algebra Skills:
1. Solving Equations
Find the value of x:
CopyEdit
2x + 3 = 7
➡️ 2x = 4
➡️ x = 2
2. Simplifying Expressions
Just combine like terms:
CopyEdit
3x + 2x - x = 4x
3. Expanding Brackets
Distribute like a boss:
CopyEdit
2(x + 3) = 2x + 6
4. Factorising
Reverse of expanding:
CopyEdit
x² + 5x + 6 = (x + 2)(x + 3)
5. Substitution
Plug in values:
java
CopyEdit
If x = 3, what’s 2x + 1?
➡️ 2(3) + 1 = 7
💥 Cool Stuff You’ll Get to Later:
Quadratic equations
Inequalities
Graphs
Simultaneous equations
Algebraic fractions
Exponents & indices