πŸ”’ Math Β· Algebra

Algebra tricks that make equations click

Factoring, solving equations, and function rules β€” remembered with simple mnemonics.

Community
πŸ“‹
Algebra Forum
Ask questions Β· Share tricks
πŸ’¬
Algebra Chatroom
Live Β· Study together now

Or continue to the sub-topics below for more specialized Chats and Forums

πŸ”’ Algebra

Memory tricks

Proven mnemonics β€” fast to learn, hard to forget.

πŸ”’ Algebra
FOIL
Multiplying Two Binomials
Expand (a+b)(c+d) every time without mistakes
First, Outer, Inner, Last. Every binomial multiplication follows this exact order. Never miss a term again.
F
First β€” multiply the first terms of each binomial
O
Outer β€” multiply the outermost terms
I
Inner β€” multiply the innermost terms
L
Last β€” multiply the last terms of each binomial
πŸ”’ Algebra Β· Order of Operations
Please Excuse My Dear Aunt Sally
PEMDAS β€” The US Standard (Used in all American schools)
Never solve a multi-step problem in the wrong order again
When a math problem has multiple operations, you MUST solve them in a specific order β€” or you'll get the wrong answer every time. In the United States, that order is PEMDAS.
P
Parentheses β€” solve everything inside ( ) first
E
Exponents β€” handle all powers and roots next
M
Multiplication β€” left to right
D
Division β€” left to right (same level as Multiplication)
A
Addition β€” left to right
S
Subtraction β€” left to right (same level as Addition)
⚠️ The #1 Mistake Students Make
Most students think Multiplication always beats Division, and Addition always beats Subtraction. That's wrong. Once you reach M/D or A/S β€” just work left to right, whichever comes first wins.
πŸ“ Quick Example
Solve: 3 + 6 Γ— (5 + 4) Γ· 3 βˆ’ 7
Step 1 β€” Parentheses: 5+4 = 9 β†’ 3 + 6 Γ— 9 Γ· 3 βˆ’ 7
Step 2 β€” No exponents
Step 3 β€” Multiply/Divide left to right: 6Γ—9 = 54 β†’ 3 + 54 Γ· 3 βˆ’ 7
Step 4 β€” Continue: 54Γ·3 = 18 β†’ 3 + 18 βˆ’ 7
Step 5 β€” Add/Subtract left to right: 3+18 = 21 β†’ 21βˆ’7 = 14 βœ“
πŸ”’ Algebra
"Difference of Squares"
aΒ² βˆ’ bΒ² = (a+b)(aβˆ’b)
Factor any difference of two perfect squares instantly
Spot two perfect squares being subtracted? Factor immediately: aΒ² βˆ’ bΒ² = (a+b)(aβˆ’b). This pattern is on every algebra exam.
πŸ”’ Algebra
Slope = Rise / Run
Slope Formula
Never confuse rise and run again
Rise is the vertical change (yβ‚‚ βˆ’ y₁). Run is the horizontal change (xβ‚‚ βˆ’ x₁). Rise over Run = slope. Think: you rise UP before you run ACROSS.
πŸ”’ Algebra
"Slide and Divide"
Factoring axΒ² + bx + c
Factor trinomials with a leading coefficient fast
Multiply a and c together (slide). Factor that product with b. Divide by a and simplify. Works every time for hard trinomials.
Quadratic Formula
Quadratic formula: x = (-b Β± √(bΒ²-4ac)) / 2a β€” 'Pop goes the weasel' rhythm helps
Quadratic Formula
Solve any quadratic axΒ²+bx+c=0 β€” memorize this cold
Sing it to 'Pop Goes the Weasel': 'x equals negative b, plus or minus square root, b squared minus 4ac, all over 2a.' The discriminant (bΒ²-4ac): positive = 2 real roots, zero = 1 real root, negative = no real roots.
Zero Product Property
Zero product property: if (x-3)(x+2)=0, then x=3 or x=-2
Zero Product Property
If a product equals zero, at least one factor must be zero
Set each factor equal to zero and solve. (x-5)(x+4)=0 β†’ x=5 or x=-4. This is why factoring works to solve quadratics. Factor the quadratic, set each factor to zero, solve for x.
Solving Systems of Equations
Systems of equations: substitution (plug in) or elimination (add/subtract rows)
Solving Systems of Equations
Two methods for finding where two equations intersect
Substitution: isolate one variable, plug into other equation. Best when one equation is already solved for a variable. Elimination: multiply equations to make coefficients match, add or subtract to eliminate one variable. Best when coefficients are easy to match.
Exponent Rules
Exponent rules: xᡃ Β· xᡇ = xᡃ⁺ᡇ. xᡃ Γ· xᡇ = xᡃ⁻ᡇ. (xᡃ)ᡇ = xᡃᡇ. x⁰ = 1.
Exponent Rules
Four rules that cover almost every exponent problem
Multiply same base: ADD exponents. Divide same base: SUBTRACT exponents. Power to a power: MULTIPLY exponents. Anything to the zero power = 1. Negative exponent: x⁻ⁿ = 1/xⁿ (flip to denominator). Fractional exponent: x^(1/n) = ⁿ√x.
Multiply
xᡃ Β· xᡇ = xᡃ⁺ᡇ β€” add exponents
Divide
xᡃ Γ· xᡇ = xᡃ⁻ᡇ β€” subtract exponents
Power
(xᡃ)ᡇ = xᡃᡇ β€” multiply exponents
Zero
x⁰ = 1 always
Absolute Value
Absolute value: |x| = distance from zero. Always positive. |x| = a means x = a or x = -a
Absolute Value
Distance from zero β€” always non-negative
|-5| = 5. |3| = 3. When solving |x-2| = 5: set up two equations, x-2 = 5 (x=7) AND x-2 = -5 (x=-3). For inequalities: |x| < a means -a < x < a (AND). |x| > a means x > a OR x < -a.
Function Notation
Function notation: f(x) means 'f of x' β€” plug x in wherever you see the variable
Function Notation
Reading and evaluating function notation
f(x) = 2x + 3. Find f(4): replace x with 4 β†’ f(4) = 2(4)+3 = 11. f(x+1): replace x with (x+1) β†’ 2(x+1)+3 = 2x+5. Composition: f(g(x)) means find g(x) first, then plug that into f.
Inequality Rules
Inequalities: flip the sign when multiplying or dividing by a NEGATIVE number
Inequality Rules
The one rule students always forget β€” flip when dividing by negative
-2x > 6 β†’ divide both sides by -2 β†’ x < -3 (sign flips). On a number line: < and > use open circles. ≀ and β‰₯ use closed circles. Interval notation: x > 3 is (3, ∞). x ≀ 5 is (-∞, 5].
πŸ”’ Algebra
STAR
Solving Word Problems
Never get lost in a word problem again
Word problems feel overwhelming because students jump straight to solving. STAR slows you down and keeps you on track every time.
S
Search β€” read the problem carefully, identify what's being asked
T
Translate β€” turn the words into a math equation
A
Answer β€” solve the equation
R
Review β€” check that your answer makes sense in context
πŸ”’ Algebra
Good Γ— Bad = Bad. Bad Γ— Bad = Good.
Multiplying Positive & Negative Numbers
The "Good Person / Bad Person" trick β€” never mix up signs again
Think of positive numbers as good people and negative numbers as bad people. A good thing happening to a good person = good. A bad thing happening to a bad person = also good. This logic mirrors the sign rules exactly.
+ Γ— +
A good thing happening to a good person = Good (+)
+ Γ— βˆ’
A good thing happening to a bad person = Bad (βˆ’)
βˆ’ Γ— +
A bad thing happening to a good person = Bad (βˆ’)
βˆ’ Γ— βˆ’
A bad thing happening to a bad person = Good (+)
πŸ”’ Algebra
y = mx + b β†’ "Make Believe"
Slope-Intercept Form
Remember which is slope and which is the y-intercept β€” instantly
Students constantly confuse m and b in y = mx + b. The trick: M is the Move (slope β€” how steep the line moves). B is where the line Begins (the y-intercept β€” where it crosses the y-axis). Start at b, then move by m.
m
Move β€” the slope (rise over run). Positive = line goes up. Negative = line goes down.
b
Beginning β€” the y-intercept. Where the line crosses the y-axis (when x = 0).
Example: y = 3x + 2 β†’ slope is 3 (moves up 3, right 1), y-intercept is 2 (starts at point (0, 2)).
πŸ”’ Algebra
PIES
Solving Word Problems (Visual Method)
A visual 4-step approach to tackling any word problem
PIES is especially useful when STAR isn't enough β€” it forces you to draw before you solve, which catches mistakes before they happen.
P
Picture β€” draw a simple sketch based on the problem
I
Information β€” circle key numbers and words, write them next to your sketch
E
Equation β€” write an equation that fits the information
S
Solve β€” solve the equation and check your answer
πŸ”’ Algebra
"The Denominator is always Down"
Numerator vs. Denominator
Never mix up the top and bottom of a fraction again
In any fraction, students constantly swap numerator and denominator under pressure. The fix is simple: Denominator = Down. It's always the bottom number. The numerator is on top β€” think of it as Numerator = North (up).
N
Numerator = North β€” always the top number of a fraction
D
Denominator = Down β€” always the bottom number of a fraction
Example: In ΒΎ β€” the numerator is 3 (top/North), the denominator is 4 (bottom/Down).
Live group chat — up to 8 students per room