PracticeBack to top

Pomodoro

Pomodoro timer is idle

1. Numbers and place value

Arithmetic studies numbers and the basic operations used to combine, compare, and transform them.

The main arithmetic operations are:

  • Addition

  • Subtraction

  • Multiplication

  • Division

Number sets

Number setDescriptionExamples
Natural numbersCounting numbers$1,\ 2,\ 3,\ 4$
Whole numbersNatural numbers and zero$0,\ 1,\ 2,\ 3$
IntegersPositive numbers, negative numbers, and zero$-3,\ -2,\ -1,\ 0,\ 1$
Rational numbersNumbers expressible as a fraction$\frac{1}{2},\ -\frac{5}{3},\ 0.75$
Irrational numbersNumbers not expressible as a terminating or repeating fraction$\sqrt{2},\ \pi$
Real numbersRational and irrational numbers together$-4,\ 0,\ \frac{2}{3},\ \sqrt{5}$

Arithmetic usually begins with whole numbers, then extends to integers, fractions, decimals, and real numbers.

Place value

In base ten, each digit's value depends on its position.

For the number:

$$ 4{,}382.65 $$

the place values are:

DigitPlaceValue
$4$Thousands$4000$
$3$Hundreds$300$
$8$Tens$80$
$2$Ones$2$
$6$Tenths$0.6$
$5$Hundredths$0.05$

Expanded form:

$$ 4{,}382.65 = 4000 + 300 + 80 + 2 + 0.6 + 0.05 $$

Comparing numbers

Use the symbols:

SymbolMeaning
$=$equal to
$\ne$not equal to
$<$less than
$>$greater than
$\le$less than or equal to
$\ge$greater than or equal to

Examples:

$$ 7 > 3 $$
$$ -5 < -2 $$
$$ 0.25 = \frac{1}{4} $$

Absolute value

The absolute value of a number is its distance from zero.

$$ |a| \ge 0 $$

Examples:

$$ |6| = 6 $$
$$ |-6| = 6 $$
$$ |0| = 0 $$

2. Addition

Addition combines quantities.

For two numbers:

$$ a + b = c $$

where:

  • $a$ and $b$ are addends

  • $c$ is the sum

Properties of addition

PropertyRule
Commutative property$a + b = b + a$
Associative property$(a + b) + c = a + (b + c)$
Additive identity$a + 0 = a$
Additive inverse$a + (-a) = 0$

Adding whole numbers

Line up digits by place value.

Example:

$$ 248 + 376 $$

Add ones:

$$ 8 + 6 = 14 $$

Write $4$ and carry $1$.

Add tens:

$$ 4 + 7 + 1 = 12 $$

Write $2$ and carry $1$.

Add hundreds:

$$ 2 + 3 + 1 = 6 $$

Therefore:

$$ 248 + 376 = 624 $$

Adding decimals

Line up decimal points before adding.

Example:

$$ 12.45 + 3.8 $$

Rewrite as:

$$ 12.45 + 3.80 $$

Then:

$$ 12.45 + 3.80 = 16.25 $$

Adding like terms

Only quantities with the same units or same type should be added directly.

Examples:

$$ 3\text{ m} + 5\text{ m} = 8\text{ m} $$
$$ 3x + 5x = 8x $$

Unlike quantities cannot be combined without conversion or interpretation.


3. Subtraction

Subtraction finds the difference between quantities.

For two numbers:

$$ a - b = c $$

where:

  • $a$ is the minuend

  • $b$ is the subtrahend

  • $c$ is the difference

Subtraction can be rewritten as addition of the opposite:

$$ a - b = a + (-b) $$

Properties of subtraction

Subtraction is not commutative:

$$ a - b \ne b - a $$

Example:

$$ 8 - 3 = 5 $$

but

$$ 3 - 8 = -5 $$

Subtraction is not associative:

$$ (a - b) - c \ne a - (b - c) $$

Subtracting whole numbers

Line up digits by place value.

Example:

$$ 502 - 178 $$

Since $2 < 8$, borrow from the tens place. Since the tens digit is $0$, borrow from the hundreds place first.

$$ 502 = 4\text{ hundreds} + 9\text{ tens} + 12\text{ ones} $$

Then:

$$ 12 - 8 = 4 $$
$$ 9 - 7 = 2 $$
$$ 4 - 1 = 3 $$

Therefore:

$$ 502 - 178 = 324 $$

Subtracting decimals

Line up decimal points.

Example:

$$ 15.2 - 6.47 $$

Rewrite as:

$$ 15.20 - 6.47 $$

Then:

$$ 15.20 - 6.47 = 8.73 $$

Difference as distance

The distance between two numbers $a$ and $b$ on a number line is:

$$ |a-b| $$

Example:

$$ \text{distance between } -3 \text{ and } 5 = |5-(-3)| = 8 $$

4. Multiplication

Multiplication represents repeated addition, scaling, or area.

For two numbers:

$$ a \times b = c $$

where:

  • $a$ and $b$ are factors

  • $c$ is the product

Equivalent notation:

$$ a \times b = a \cdot b = ab $$

Properties of multiplication

PropertyRule
Commutative property$ab = ba$
Associative property$(ab)c = a(bc)$
Multiplicative identity$a \cdot 1 = a$
Multiplicative property of zero$a \cdot 0 = 0$
Distributive property$a(b+c)=ab+ac$

Repeated addition

For a whole number $n$:

$$ a \times n = \underbrace{a + a + \cdots + a}_{n\text{ times}} $$

Example:

$$ 6 \times 4 = 6 + 6 + 6 + 6 = 24 $$

Multiplying by powers of ten

Multiplying by $10^n$ shifts the decimal point $n$ places to the right.

Examples:

$$ 4.37 \times 10 = 43.7 $$
$$ 4.37 \times 100 = 437 $$
$$ 4.37 \times 1000 = 4370 $$

Area interpretation

The area of a rectangle is:

$$ A = lw $$

where:

  • $l$ = length

  • $w$ = width

Example:

$$ A = 7 \cdot 5 = 35 $$

5. Division

Division separates a quantity into equal groups or finds a rate.

For two numbers:

$$ a \div b = c $$

where:

  • $a$ is the dividend

  • $b$ is the divisor

  • $c$ is the quotient

Division can also be written as:

$$ a \div b = \frac{a}{b} $$

Division by zero is undefined:

$$ \frac{a}{0} \text{ is undefined} $$

Division and multiplication

Division is the inverse of multiplication.

If

$$ a \div b = c $$

then

$$ bc = a $$

Example:

$$ 24 \div 6 = 4 $$

because

$$ 6 \cdot 4 = 24 $$

Remainders

For whole-number division:

$$ a = bq + r $$

where:

  • $q$ = quotient

  • $r$ = remainder

  • $0 \le r < b$

Example:

$$ 29 \div 5 = 5\text{ remainder }4 $$

because:

$$ 29 = 5(5) + 4 $$

Dividing by powers of ten

Dividing by $10^n$ shifts the decimal point $n$ places to the left.

Examples:

$$ 483 \div 10 = 48.3 $$
$$ 483 \div 100 = 4.83 $$
$$ 483 \div 1000 = 0.483 $$

Fractions as division

A fraction represents division:

$$ \frac{a}{b} = a \div b $$

where

$$ b \ne 0 $$

Example:

$$ \frac{3}{4}=3\div4=0.75 $$

6. Order of operations

Order of operations gives a consistent way to evaluate expressions.

Use this sequence:

  1. Parentheses and grouping symbols

  2. Exponents and roots

  3. Multiplication and division from left to right

  4. Addition and subtraction from left to right

A common memory aid is PEMDAS, but multiplication and division have equal priority. Addition and subtraction also have equal priority.

Grouping symbols

Evaluate inside grouping symbols first.

Common grouping symbols:

$$ (\ ),\quad [\ ],\quad \{\ \} $$

Example:

$$ 3(4+5)=3(9)=27 $$

Without parentheses:

$$ 3\cdot4+5=12+5=17 $$

Left-to-right rule

For operations with equal priority, work left to right.

Example:

$$ 24 \div 6 \times 2 $$

Evaluate left to right:

$$ 24 \div 6 = 4 $$
$$ 4 \times 2 = 8 $$

Therefore:

$$ 24 \div 6 \times 2 = 8 $$

Nested expressions

Example:

$$ 2[3^2 + (12-5)] $$

First:

$$ 3^2 = 9 $$

and

$$ 12 - 5 = 7 $$

Then:

$$ 2[9+7] = 2[16] = 32 $$

7. Integers and signed arithmetic

Integers include positive numbers, negative numbers, and zero.

$$ \ldots,\ -3,\ -2,\ -1,\ 0,\ 1,\ 2,\ 3,\ \ldots $$

Number line

Numbers to the right are greater.

Numbers to the left are smaller.

Example:

$$ -2 > -5 $$

because $-2$ is to the right of $-5$.

Number line moves

Change a starting value and a step to see addition and subtraction as movement on a number line.

Update 2 + 4 = 6
Distance from zero 6

Adding signed numbers

Same signs: add absolute values and keep the sign.

Examples:

$$ 7 + 5 = 12 $$
$$ -7 + (-5) = -12 $$

Different signs: subtract absolute values and keep the sign of the number with larger absolute value.

Examples:

$$ 9 + (-4) = 5 $$
$$ -9 + 4 = -5 $$

Subtracting signed numbers

Rewrite subtraction as addition of the opposite:

$$ a - b = a + (-b) $$

Examples:

$$ 6 - (-3) = 6 + 3 = 9 $$
$$ -6 - 3 = -6 + (-3) = -9 $$

Multiplying and dividing signed numbers

SignsProduct or quotient
Positive and positivePositive
Negative and negativePositive
Positive and negativeNegative
Negative and positiveNegative

Examples:

$$ (-4)(-5)=20 $$
$$ (-4)(5)=-20 $$
$$ \frac{-24}{-6}=4 $$
$$ \frac{-24}{6}=-4 $$

Opposites

The opposite of $a$ is $-a$.

The sum of opposites is zero:

$$ a + (-a) = 0 $$

8. Factors, multiples, and primes

Factors

A factor divides a number evenly.

If

$$ a = bc $$

then $b$ and $c$ are factors of $a$.

Example:

$$ 24 = 6 \cdot 4 $$

so $6$ and $4$ are factors of $24$.

Multiples

A multiple of a number is the product of that number and an integer.

Multiples of $6$ include:

$$ 6,\ 12,\ 18,\ 24,\ 30,\ \ldots $$

Prime and composite numbers

A prime number has exactly two positive factors: $1$ and itself.

Examples:

$$ 2,\ 3,\ 5,\ 7,\ 11,\ 13 $$

A composite number has more than two positive factors.

Examples:

$$ 4,\ 6,\ 8,\ 9,\ 10,\ 12 $$

The number $1$ is neither prime nor composite.

Prime factorization

Prime factorization writes a number as a product of primes.

Example:

$$ 84 = 2 \cdot 42 $$
$$ 84 = 2 \cdot 2 \cdot 21 $$
$$ 84 = 2^2 \cdot 3 \cdot 7 $$

Greatest common factor

The greatest common factor, or GCF, is the largest factor shared by two or more numbers.

Example:

Factors of $18$:

$$ 1,\ 2,\ 3,\ 6,\ 9,\ 18 $$

Factors of $24$:

$$ 1,\ 2,\ 3,\ 4,\ 6,\ 8,\ 12,\ 24 $$

Therefore:

$$ GCF(18,24)=6 $$

Least common multiple

The least common multiple, or LCM, is the smallest positive multiple shared by two or more numbers.

Example:

Multiples of $6$:

$$ 6,\ 12,\ 18,\ 24,\ 30,\ldots $$

Multiples of $8$:

$$ 8,\ 16,\ 24,\ 32,\ldots $$

Therefore:

$$ LCM(6,8)=24 $$

9. Fractions

A fraction represents part of a whole, a ratio, or division.

$$ \frac{a}{b} $$

where:

  • $a$ is the numerator

  • $b$ is the denominator

  • $b \ne 0$

Equivalent fractions

Multiplying numerator and denominator by the same nonzero number gives an equivalent fraction.

$$ \frac{a}{b} = \frac{ak}{bk} $$

where

$$ k \ne 0 $$

Example:

$$ \frac{2}{3} = \frac{2\cdot4}{3\cdot4} = \frac{8}{12} $$

Simplifying fractions

Divide numerator and denominator by their greatest common factor.

Example:

$$ \frac{18}{24} $$

Since

$$ GCF(18,24)=6 $$

then:

$$ \frac{18}{24}=\frac{18\div6}{24\div6}=\frac{3}{4} $$

Multiplying fractions

Multiply numerators and multiply denominators.

$$ \frac{a}{b}\cdot\frac{c}{d}=\frac{ac}{bd} $$

where

$$ b \ne 0,\quad d \ne 0 $$

Example:

$$ \frac{2}{5}\cdot\frac{3}{4}=\frac{6}{20}=\frac{3}{10} $$

Dividing fractions

To divide by a fraction, multiply by its reciprocal.

$$ \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c} $$

where

$$ b \ne 0,\quad c \ne 0,\quad d \ne 0 $$

Example:

$$ \frac{3}{5}\div\frac{2}{7}=\frac{3}{5}\cdot\frac{7}{2}=\frac{21}{10} $$

Adding and subtracting fractions

Fractions need a common denominator before addition or subtraction.

$$ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} $$
$$ \frac{a}{b}-\frac{c}{b}=\frac{a-c}{b} $$

For unlike denominators:

$$ \frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd} $$

Example:

$$ \frac{2}{3}+\frac{1}{4} = \frac{8}{12}+\frac{3}{12} = \frac{11}{12} $$

Mixed numbers

A mixed number contains a whole number and a fraction.

Example:

$$ 3\frac{2}{5} $$

Convert to an improper fraction:

$$ 3\frac{2}{5}=\frac{3\cdot5+2}{5}=\frac{17}{5} $$

Convert an improper fraction to a mixed number:

$$ \frac{17}{5}=3\frac{2}{5} $$

because

$$ 17 = 5(3) + 2 $$

10. Decimals

Decimals are base-ten fractions.

Examples:

$$ 0.4 = \frac{4}{10} $$
$$ 0.37 = \frac{37}{100} $$
$$ 0.125 = \frac{125}{1000} $$

Decimal place values

PlaceFractionDecimal example
Tenths$\frac{1}{10}$$0.1$
Hundredths$\frac{1}{100}$$0.01$
Thousandths$\frac{1}{1000}$$0.001$
Ten-thousandths$\frac{1}{10000}$$0.0001$

Adding and subtracting decimals

Line up decimal points.

Example:

$$ 8.6 + 12.47 = 8.60 + 12.47 = 21.07 $$

Example:

$$ 9.3 - 4.86 = 9.30 - 4.86 = 4.44 $$

Multiplying decimals

Multiply as whole numbers, then place the decimal according to the total number of decimal places in the factors.

Example:

$$ 1.2 \cdot 0.34 $$

Ignore decimals first:

$$ 12 \cdot 34 = 408 $$

There are three total decimal places, so:

$$ 1.2 \cdot 0.34 = 0.408 $$

Dividing decimals

Move the decimal in the divisor to make it a whole number. Move the decimal in the dividend by the same number of places.

Example:

$$ 4.56 \div 0.12 $$

Multiply both by $100$:

$$ 456 \div 12 = 38 $$

Therefore:

$$ 4.56 \div 0.12 = 38 $$

Converting decimals to fractions

Write the decimal over the correct power of ten, then simplify.

Example:

$$ 0.75 = \frac{75}{100} = \frac{3}{4} $$

Converting fractions to decimals

Divide numerator by denominator.

Example:

$$ \frac{7}{8}=7\div8=0.875 $$

11. Ratios, rates, and proportions

Ratio

A ratio compares two quantities by division.

A ratio can be written as:

$$ a:b $$

or

$$ \frac{a}{b} $$

where

$$ b \ne 0 $$

Example:

$$ 3:5 = \frac{3}{5} $$

Rate

A rate compares quantities with different units.

Example:

$$ \frac{180\text{ miles}}{3\text{ hours}} = 60\text{ miles/hour} $$

Unit rate:

$$ 60\text{ mph} $$

Proportion

A proportion states that two ratios are equal.

$$ \frac{a}{b}=\frac{c}{d} $$

where

$$ b \ne 0,\quad d \ne 0 $$

Cross products are equal:

$$ ad = bc $$

Solving a proportion

Example:

$$ \frac{x}{12}=\frac{5}{8} $$

Cross multiply:

$$ 8x = 12\cdot5 $$
$$ 8x = 60 $$
$$ x = 7.5 $$

Scale factor

A scale factor multiplies every corresponding length.

If a figure is scaled by factor $k$, then:

$$ \text{new length} = k(\text{old length}) $$

If $k>1$, the figure is enlarged.

If $0<k<1$, the figure is reduced.


12. Percents

Percent means per hundred.

$$ p\% = \frac{p}{100} $$

Examples:

$$ 25\% = \frac{25}{100} = 0.25 $$
$$ 7\% = \frac{7}{100} = 0.07 $$
$$ 125\% = \frac{125}{100} = 1.25 $$

Percent of a number

To find $p\%$ of a number $N$:

$$ \frac{p}{100}N $$

Example:

$$ 20\%\text{ of }80 = 0.20(80)=16 $$

Finding the percent

To find what percent $A$ is of $B$:

$$ \frac{A}{B}\cdot100\% $$

Example:

$$ 18\text{ is what percent of }72? $$
$$ \frac{18}{72}\cdot100\% = 25\% $$

Percent increase

Percent increase is:

$$ \frac{\text{new} - \text{old}}{\text{old}}\cdot100\% $$

Example:

A value changes from $40$ to $50$.

$$ \frac{50-40}{40}\cdot100\%=25\% $$

Percent decrease

Percent decrease is:

$$ \frac{\text{old} - \text{new}}{\text{old}}\cdot100\% $$

Example:

A value changes from $80$ to $60$.

$$ \frac{80-60}{80}\cdot100\%=25\% $$

Simple interest

Simple interest is:

$$ I = Prt $$

where:

  • $I$ = interest

  • $P$ = principal

  • $r$ = annual interest rate as a decimal

  • $t$ = time in years

Total amount:

$$ A = P + I $$

or

$$ A = P(1+rt) $$

13. Exponents, roots, and scientific notation

Exponents

An exponent indicates repeated multiplication.

$$ a^n = \underbrace{a\cdot a\cdot \ldots \cdot a}_{n\text{ times}} $$

where $n$ is a positive integer.

Example:

$$ 2^5 = 2\cdot2\cdot2\cdot2\cdot2 = 32 $$

Exponent rules

RuleFormula
Product of powers$a^m a^n = a^{m+n}$
Quotient of powers$\frac{a^m}{a^n}=a^{m-n}$
Power of a power$(a^m)^n=a^{mn}$
Power of a product$(ab)^n=a^n b^n$
Power of a quotient$\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}$
Zero exponent$a^0=1$
Negative exponent$a^{-n}=\frac{1}{a^n}$

Restrictions:

$$ a \ne 0,\quad b \ne 0 $$

when a variable appears in a denominator or a zero exponent.

Roots

A square root reverses squaring.

$$ \sqrt{a}=b $$

means

$$ b^2=a $$

Example:

$$ \sqrt{49}=7 $$

A cube root reverses cubing.

$$ \sqrt[3]{a}=b $$

means

$$ b^3=a $$

Example:

$$ \sqrt[3]{27}=3 $$

Squares and square roots

Common perfect squares:

$n$$n^2$
$1$$1$
$2$$4$
$3$$9$
$4$$16$
$5$$25$
$6$$36$
$7$$49$
$8$$64$
$9$$81$
$10$$100$
$11$$121$
$12$$144$

Scientific notation

Scientific notation writes numbers in the form:

$$ a \times 10^n $$

where:

$$ 1 \le |a| < 10 $$

and $n$ is an integer.

Examples:

$$ 45000 = 4.5 \times 10^4 $$
$$ 0.0032 = 3.2 \times 10^{-3} $$

Operations with scientific notation

Multiplication:

$$ (a\times10^m)(b\times10^n) = ab\times10^{m+n} $$

Division:

$$ \frac{a\times10^m}{b\times10^n} = \frac{a}{b}\times10^{m-n} $$

Example:

$$ (3\times10^4)(2\times10^5)=6\times10^9 $$

14. Estimation, rounding, and error checks

Estimation gives a quick approximate answer before or after exact calculation.

Rounding

To round to a place value:

  1. Locate the target place.

  2. Check the digit to its right.

  3. If the digit is $5$ or greater, round up.

  4. If the digit is less than $5$, keep the target digit unchanged.

Example:

Round $48.376$ to the nearest hundredth.

The hundredths digit is $7$.

The next digit is $6$, so round up:

$$ 48.376 \approx 48.38 $$

Compatible numbers

Compatible numbers are numbers chosen to make mental arithmetic easier.

Example:

$$ 198 + 403 \approx 200 + 400 = 600 $$

Estimating products

Round factors before multiplying.

Example:

$$ 49 \cdot 21 \approx 50 \cdot 20 = 1000 $$

Exact value:

$$ 49 \cdot 21 = 1029 $$

The estimate is reasonable.

Estimating quotients

Choose nearby values that divide easily.

Example:

$$ 302 \div 6 \approx 300 \div 6 = 50 $$

Error checks

Use inverse operations:

OperationInverse check
AdditionSubtraction
SubtractionAddition
MultiplicationDivision
DivisionMultiplication

Examples:

If

$$ 248 + 376 = 624 $$

then check:

$$ 624 - 376 = 248 $$

If

$$ 84 \div 7 = 12 $$

then check:

$$ 12 \cdot 7 = 84 $$

15. Problem-solving workflow

Use this checklist for most arithmetic problems.

Step 1: Identify the goal

Decide what the problem asks for.

Examples:

  • Sum

  • Difference

  • Product

  • Quotient

  • Percent

  • Ratio

  • Missing value

  • Estimate

Step 2: List knowns and unknowns

Write the given values.

Assign a symbol for the unknown quantity if needed.

Example:

$$ x = \text{unknown number} $$

Step 3: Choose the operation

Use the wording and structure of the problem.

WordingCommon operation
total, altogether, combinedAddition
difference, left, fewer, how much moreSubtraction
groups of, times, product, areaMultiplication
per, each, quotient, shared equallyDivision
out of 100, discount, markup, taxPercent
same ratio, scale, equivalent ratesProportion

Step 4: Set up the expression

Write the expression before calculating.

Example:

A $15\%$ tip on a $\$42$ bill is:

$$ 0.15(42) $$

Step 5: Calculate carefully

Follow order of operations.

Line up place values when adding or subtracting.

Use common denominators for fraction addition or subtraction.

Step 6: Check units and meaning

Ask:

  • Does the answer need units?

  • Should the answer be positive?

  • Is the result larger or smaller than the starting value?

  • Is the estimate close to the exact answer?

Step 7: Verify with an inverse operation

Use the inverse operation when possible.

Examples:

$$ a+b=c \quad \Rightarrow \quad c-b=a $$
$$ ab=c \quad \Rightarrow \quad c\div b=a $$

16. Formula sheet

Place value and comparison

Expanded form:

$$ 4382.65 = 4000 + 300 + 80 + 2 + 0.6 + 0.05 $$

Absolute value:

$$ |a| \ge 0 $$

Distance between two numbers:

$$ |a-b| $$

Basic operation properties

Addition:

$$ a + b = b + a $$
$$ (a+b)+c = a+(b+c) $$

Multiplication:

$$ ab = ba $$
$$ (ab)c = a(bc) $$

Distributive property:

$$ a(b+c)=ab+ac $$

Additive identity:

$$ a+0=a $$

Multiplicative identity:

$$ a\cdot1=a $$

Additive inverse:

$$ a+(-a)=0 $$

Subtraction and division

Subtraction as addition:

$$ a-b=a+(-b) $$

Division as a fraction:

$$ a\div b=\frac{a}{b} $$

where

$$ b \ne 0 $$

Remainder form:

$$ a=bq+r $$

where

$$ 0 \le r < b $$

Signed numbers

Same signs in multiplication or division give a positive result:

$$ (+)(+) = + $$
$$ (-)(-) = + $$

Different signs in multiplication or division give a negative result:

$$ (+)(-) = - $$
$$ (-)(+) = - $$

Fractions

Equivalent fractions:

$$ \frac{a}{b}=\frac{ak}{bk} $$

Multiplication:

$$ \frac{a}{b}\cdot\frac{c}{d}=\frac{ac}{bd} $$

Division:

$$ \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c} $$

Addition with common denominator:

$$ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} $$

Subtraction with common denominator:

$$ \frac{a}{b}-\frac{c}{b}=\frac{a-c}{b} $$

Unlike denominators:

$$ \frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd} $$

Decimals

Decimal to fraction:

$$ 0.75=\frac{75}{100}=\frac{3}{4} $$

Multiplying by powers of ten:

$$ a\cdot10^n $$

Dividing by powers of ten:

$$ a\div10^n $$

Ratios and proportions

Ratio:

$$ a:b=\frac{a}{b} $$

Proportion:

$$ \frac{a}{b}=\frac{c}{d} $$

Cross products:

$$ ad=bc $$

Scale factor:

$$ \text{new length}=k(\text{old length}) $$

Percents

Percent as decimal:

$$ p\%=\frac{p}{100} $$

Percent of a number:

$$ \frac{p}{100}N $$

Finding percent:

$$ \frac{A}{B}\cdot100\% $$

Percent increase:

$$ \frac{\text{new}-\text{old}}{\text{old}}\cdot100\% $$

Percent decrease:

$$ \frac{\text{old}-\text{new}}{\text{old}}\cdot100\% $$

Simple interest:

$$ I=Prt $$

Total amount:

$$ A=P(1+rt) $$

Exponents and roots

Repeated multiplication:

$$ a^n = \underbrace{a\cdot a\cdot \ldots \cdot a}_{n\text{ times}} $$

Product of powers:

$$ a^m a^n = a^{m+n} $$

Quotient of powers:

$$ \frac{a^m}{a^n}=a^{m-n} $$

Power of a power:

$$ (a^m)^n=a^{mn} $$

Zero exponent:

$$ a^0=1 $$

Negative exponent:

$$ a^{-n}=\frac{1}{a^n} $$

Square root:

$$ \sqrt{a}=b \quad \Rightarrow \quad b^2=a $$

Scientific notation:

$$ a\times10^n $$

where

$$ 1\le |a|<10 $$

Common mistakes to avoid

  • Adding or subtracting decimals without lining up decimal points.

  • Treating subtraction as commutative.

  • Treating division as commutative.

  • Dividing by zero.

  • Forgetting to work left to right for multiplication/division or addition/subtraction.

  • Adding fractions before finding a common denominator.

  • Multiplying fractions by adding numerators and denominators.

  • Dividing fractions without using the reciprocal of the divisor.

  • Dropping negative signs during multi-step calculations.

  • Confusing percent form with decimal form.

  • Using $25$ instead of $0.25$ for $25\%$ in calculations.

  • Moving the decimal in only one number when dividing decimals.

  • Rounding too early in a multi-step problem.

  • Forgetting that $1$ is neither prime nor composite.

  • Assuming an estimate must equal the exact answer.

Sources