Multiplication Shortcuts
Multiplying by Powers of 10
Shortcut | Example |
---|---|
To multiply by 10, add a zero | 45 × 10 = 450 |
To multiply by 100, add two zeros | 45 × 100 = 4,500 |
To multiply by 1000, add three zeros | 45 × 1000 = 45,000 |
Multiplying by 5
Shortcut | Example |
---|---|
Multiply by 10, then divide by 2 | 26 × 5 = (26 × 10) ÷ 2 = 260 ÷ 2 = 130 |
Multiplying by 9
Shortcut | Example |
---|---|
Multiply by 10, then subtract the original number | 34 × 9 = (34 × 10) – 34 = 340 – 34 = 306 |
Multiplying by 11
Shortcut | Example |
---|---|
For single-digit numbers: Repeat the digit | 4 × 11 = 44 |
For two-digit numbers: Add the digits and place between them | 25 × 11 = 2(2+5)5 = 275 |
Note for two-digit numbers: If sum exceeds 9, carry the 1 | 85 × 11 = 8(8+5)5 = 8(13)5 = 935 |
Multiplying by 25
Shortcut | Example |
---|---|
Multiply by 100, then divide by 4 | 32 × 25 = (32 × 100) ÷ 4 = 3200 ÷ 4 = 800 |
Squaring Numbers Ending in 5
Shortcut | Example |
---|---|
Take the tens digit, multiply by next number, append 25 | 35² = 3 × 4 = 12, then 12 + “25” = 1225 |
For 85²: 8 × 9 = 72, then 7225 | 85² = 7225 |
Multiplying Numbers with Same Tens Digit and Ones Digits Sum to 10
Shortcut | Example |
---|---|
(Tens digit)(Tens digit + 1) + (Ones digit × Ones digit′) | 76 × 74 = 7 × 8 + 6 × 4 = 56 + 24 = 5624 |
For 76 × 74: 7 × 8 = 56, 6 × 4 = 24, so 5624 | 76 × 74 = 5624 |
Difference of Squares
Shortcut | Example |
---|---|
a² – b² = (a+b)(a-b) | 33² – 27² = (33+27)(33-27) = 60 × 6 = 360 |
Square of Sum
Shortcut | Example |
---|---|
(a+b)² = a² + 2ab + b² | (30+4)² = 30² + 2(30)(4) + 4² = 900 + 240 + 16 = 1156 |
Square of Difference
Shortcut | Example |
---|---|
(a-b)² = a² – 2ab + b² | (30-4)² = 30² – 2(30)(4) + 4² = 900 – 240 + 16 = 676 |
Division Shortcuts
Dividing by Powers of 10
Shortcut | Example |
---|---|
To divide by 10, move decimal point 1 place left | 450 ÷ 10 = 45.0 = 45 |
To divide by 100, move decimal point 2 places left | 4500 ÷ 100 = 45.00 = 45 |
Dividing by 5
Shortcut | Example |
---|---|
Multiply by 2, then divide by 10 | 85 ÷ 5 = (85 × 2) ÷ 10 = 170 ÷ 10 = 17 |
Dividing by 25
Shortcut | Example |
---|---|
Multiply by 4, then divide by 100 | 375 ÷ 25 = (375 × 4) ÷ 100 = 1500 ÷ 100 = 15 |
Dividing by 9
Shortcut | Example |
---|---|
Use decimal pattern: 1/9 = 0.111… | 7 ÷ 9 = 7 × (1/9) = 7 × 0.111… = 0.777… |
Factoring Shortcuts
Detecting Factors Quickly
Number | Divisibility Test |
---|---|
2 | Last digit is 0, 2, 4, 6, or 8 |
3 | Sum of digits is divisible by 3 |
4 | Last two digits form a number divisible by 4 |
5 | Last digit is 0 or 5 |
6 | Divisible by both 2 and 3 |
8 | Last three digits form a number divisible by 8 |
9 | Sum of digits is divisible by 9 |
10 | Last digit is 0 |
11 | Difference of (sum of digits in odd positions) and (sum of digits in even positions) is divisible by 11 |
Factoring Trinomials (ax² + bx + c)
When a = 1 (x² + bx + c)
- Find two numbers that:
- Multiply to give c
- Add to give b
- Use these numbers to factor: x² + bx + c = (x + m)(x + n) where m × n = c and m + n = b
Example: x² + 7x + 12
- Factors of 12 that add to 7: 3 and 4
- Solution: (x + 3)(x + 4)
When coefficient of x² is not 1 (ax² + bx + c)
Shortcut: Look for factors of a × c that add to b
Example: 3x² + 14x + 15
- a × c = 3 × 15 = 45
- Factors of 45 that add to 14: 9 and 5
- Rewrite middle term: 3x² + 9x + 5x + 15
- Group terms: 3x(x + 3) + 5(x + 3)
- Factor out (x + 3): (x + 3)(3x + 5)
Quick Factoring Patterns
Expression | Factorization | Example |
---|---|---|
a² + 2ab + b² | (a + b)² | x² + 6x + 9 = (x + 3)² |
a² – 2ab + b² | (a – b)² | x² – 10x + 25 = (x – 5)² |
a² – b² | (a + b)(a – b) | 49 – x² = (7 + x)(7 – x) |
a³ + b³ | (a + b)(a² – ab + b²) | x³ + 8 = (x + 2)(x² – 2x + 4) |
a³ – b³ | (a – b)(a² + ab + b²) | x³ – 27 = (x – 3)(x² + 3x + 9) |
Equation-Solving Shortcuts
Solving Linear Equations
Shortcut | Example |
---|---|
Combine like terms first | 7x + 3 – 2x – 5 = 11 → 5x – 2 = 11 |
Isolate variable terms on one side, constants on the other | 5x – 2 = 11 → 5x = 13 → x = 13/5 |
Work with fractions? Multiply all terms by the LCD | (x/3) + (x/2) = 5 → Multiply by 6 → 2x + 3x = 30 → 5x = 30 → x = 6 |
Solving Quadratic Equations
Perfect Square Trinomials
Shortcut | Example |
---|---|
Identify a² + 2ab + b² or a² – 2ab + b² pattern | x² + 12x + 36 = 0 → (x + 6)² = 0 → x = -6 |
Difference of Squares
Shortcut | Example |
---|---|
For ax² – b = 0, solve using square root property | 4x² – 25 = 0 → 4x² = 25 → x² = 25/4 → x = ±5/2 |
Factoring
Shortcut | Example |
---|---|
Factor and set each factor equal to zero | x² – 3x – 10 = 0 → (x – 5)(x + 2) = 0 → x = 5 or x = -2 |
Quadratic Formula Quick Application
Type of Quadratic | Shortcut |
---|---|
If b² >> 4ac | The smaller root is approximately c/b |
If 4ac >> b² | Roots are approximately ±√(c/a) |
If b is even | Simplify to x = (-b/2 ± √((b/2)² – ac))/a |
Algebraic Expression Shortcuts
Simplifying Expressions
Distributive Property Shortcuts
Shortcut | Example |
---|---|
a(b + c) = ab + ac | 5(2x + 3) = 10x + 15 |
a(b – c) = ab – ac | 7(3y – 4) = 21y – 28 |
FOIL Method Alternative
For (a + b)(c + d), think “First, Outer, Inner, Last” or use pattern:
Shortcut | Example |
---|---|
(a + b)(c + d) = ac + ad + bc + bd | (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12 |
Expanding (a + b)² Quickly
Shortcut | Example |
---|---|
(a + b)² = a² + 2ab + b² | (x + 5)² = x² + 2(5x) + 5² = x² + 10x + 25 |
Expanding (a – b)² Quickly
Shortcut | Example |
---|---|
(a – b)² = a² – 2ab + b² | (x – 7)² = x² – 2(7x) + 7² = x² – 14x + 49 |
Fraction Shortcuts
Adding Fractions with Same Denominator
Shortcut | Example |
---|---|
Just add numerators, keep denominator | (3/8) + (5/8) = (3+5)/8 = 8/8 = 1 |
Adding Fractions with Different Denominators
Shortcut | Example |
---|---|
For denominators 2, 4, 8, 16… double and halve | (1/2) + (3/8) = (4/8) + (3/8) = 7/8 |
For patterned denominators, use LCD | (1/3) + (1/6) = (2/6) + (1/6) = 3/6 = 1/2 |
Multiplying Fractions
Shortcut | Example |
---|---|
Cancel common factors before multiplying | (2/3) × (9/10) = (2/3) × (9/10) = (2×9)/(3×10) = 18/30 = 3/5 |
Alternatively: Cancel 2 and 10, 3 and 9 | (2/3) × (9/10) = (1/3) × (3/5) = 3/15 = 1/5 |
Dividing Fractions
Shortcut | Example |
---|---|
“Keep, Change, Flip” | (3/4) ÷ (2/5) = (3/4) × (5/2) = (3×5)/(4×2) = 15/8 |
Exponent and Root Shortcuts
Exponent Laws Quick Reference
Law | Shortcut | Example |
---|---|---|
Product Rule | a^m × a^n = a^(m+n) | 2³ × 2⁴ = 2⁷ = 128 |
Quotient Rule | a^m ÷ a^n = a^(m-n) | 5⁶ ÷ 5⁴ = 5² = 25 |
Power Rule | (a^m)^n = a^(m×n) | (3²)⁴ = 3⁸ = 6,561 |
Negative Exponents | a^(-n) = 1/(a^n) | 2⁻³ = 1/2³ = 1/8 = 0.125 |
Quick Mental Square Roots
Number | Square Root | Number | Square Root |
---|---|---|---|
1 | 1 | 36 | 6 |
4 | 2 | 49 | 7 |
9 | 3 | 64 | 8 |
16 | 4 | 81 | 9 |
25 | 5 | 100 | 10 |
Square Root Estimation
Range | Estimate Formula | Example |
---|---|---|
Between perfect squares | Use interpolation | √50 is between √49 = 7 and √64 = 8, closer to 7, so ≈ 7.07 |
Close to perfect square | √(n² ± a) ≈ n ± a/(2n) | √24 = √(25 – 1) ≈ 5 – 1/(2×5) = 5 – 0.1 = 4.9 |
Logarithm Shortcuts
Logarithm Properties for Quick Calculations
Property | Shortcut | Example |
---|---|---|
log(1) = 0 | Any base | log₂(1) = 0 |
log₂(2) = 1 | Base matches argument | log₅(5) = 1 |
log(ab) = log(a) + log(b) | Convert products to sums | log(8×4) = log(8) + log(4) |
log(a/b) = log(a) – log(b) | Convert divisions to differences | log(50/2) = log(50) – log(2) |
log(a^n) = n·log(a) | Pull out exponents | log(5³) = 3·log(5) |
Base Conversion
Shortcut | Example |
---|---|
log_b(x) = log(x) / log(b) | log₂(16) = log(16) / log(2) = 4 |
Problem Solving Shortcuts
Word Problem Structures
Problem Type | Variable Assignment Shortcut |
---|---|
Age problems | Present age = x, Future/Past = x ± years |
Rate problems | Rate × Time = Distance |
Mixture problems | (Amount × Concentration) of each component = Total amount × Final concentration |
System of Equations Shortcuts
Elimination Method Shortcut
When coefficients are multiples:
- Multiply one equation so coefficients of one variable match
- Add or subtract equations to eliminate variable
- Solve for remaining variable
Example:
2x + 3y = 8
4x - 5y = 7
Multiply first equation by 2:
4x + 6y = 16
4x - 5y = 7
Subtract second from first:
11y = 9
y = 9/11
Substitution Method Shortcut
For equations where one variable has coefficient 1:
- Solve that equation for the variable
- Substitute into the other equation
Example:
x + 2y = 10
3x - y = 5
From first equation: x = 10 – 2y Substitute into second:
3(10 - 2y) - y = 5
30 - 6y - y = 5
30 - 7y = 5
-7y = -25
y = 25/7
Quadratic Applications Shortcuts
Maximum/Minimum Values
For a quadratic f(x) = ax² + bx + c:
- Vertex occurs at x = -b/(2a)
- Maximum value (if a < 0) or minimum value (if a > 0) is f(-b/(2a))
Quadratic Word Problems
Problem Type | Shortcut |
---|---|
Area problems | If length and width sum to p and area is A, dimensions are (p/2) ± √((p/2)² – A) |
Projectile motion | For h = -16t² + vt + h₀, max height at t = v/32 |
Mental Math Shortcuts
Powers of 2
Power | Value | Power | Value |
---|---|---|---|
2¹ | 2 | 2⁶ | 64 |
2² | 4 | 2⁷ | 128 |
2³ | 8 | 2⁸ | 256 |
2⁴ | 16 | 2⁹ | 512 |
2⁵ | 32 | 2¹⁰ | 1024 |
Decimal to Fraction Conversions
Decimal | Fraction | Decimal | Fraction |
---|---|---|---|
0.25 | 1/4 | 0.375 | 3/8 |
0.5 | 1/2 | 0.625 | 5/8 |
0.75 | 3/4 | 0.875 | 7/8 |
0.1 | 1/10 | 0.333… | 1/3 |
0.2 | 1/5 | 0.666… | 2/3 |
Percentage Shortcuts
Operation | Shortcut | Example |
---|---|---|
Find 10% | Divide by 10 | 10% of 230 = 23 |
Find 1% | Divide by 100 | 1% of 230 = 2.3 |
Find 5% | Halve 10% | 5% of 230 = 11.5 |
Find 20% | Double 10% | 20% of 230 = 46 |
Find 25% | Divide by 4 | 25% of 230 = 57.5 |
Find 50% | Divide by 2 | 50% of 230 = 115 |
Common Pitfalls and Error Prevention
Order of Operations Reminders
- Exponents before multiplication/division
- Multiplication/division before addition/subtraction
- Leftmost operation first when operations have equal precedence
Sign Rule Reminders
Operation | Rule | Example |
---|---|---|
Negative × Negative | Positive | (-5) × (-3) = 15 |
Negative × Positive | Negative | (-5) × 3 = -15 |
Negative + Negative | More negative | (-5) + (-3) = -8 |
Negative – Negative | Think addition | (-5) – (-3) = (-5) + 3 = -2 |
Factoring Checks
- Always check your answer by multiplying the factors back
- When solving quadratic equations, check solutions in original equation
Equation Solving Verification
After solving x = [value], substitute back into original equation to verify