Back to Course

Basic Arithmetic Operations

Order of Operations (BODMAS/PEMDAS)

The BODMAS rule tells you the exact order to evaluate any arithmetic expression. Without it, the same expression can give different results depending on who calculates it.
Brackets first, then Orders (powers/roots), then Division and Multiplication left-to-right, then Addition and Subtraction left-to-right.
=Brackets — evaluate everything inside first(first priority)
=Orders — powers, exponents, roots(second priority)
=Division and Multiplication — equal priority, left to right(third priority)
=Addition and Subtraction — equal priority, left to right(fourth priority)
and appear together
Evaluate whichever comes first from left to right — they have equal priority.
and appear together
Same rule — left to right, equal priority.
Left-to-Right Rule: When operations have equal priority (like and , or and ), always work from left to right.
Nested Brackets: If brackets contain other brackets, evaluate the innermost brackets first and work outward.
PEMDAS Reminder: Parentheses, Exponents, Multiplication/Division, Addition/Subtraction — same rule, different acronym.

Evaluating Complex Expressions

When an expression combines multiple operations, apply BODMAS systematically: resolve all brackets first, then powers, then multiply/divide, then add/subtract.
Brackets: . Orders: . Multiply: . Divide: . Add/subtract: .
=Brackets: $(2 + 4) = 6$()
=Orders: $6^2 = 36$()
=Multiply: $3 \times 36 = 108$()
=Divide: $16 \div 4 = 4$()
=Subtract and Add: $108 - 4 + 7 = 111$()
Multiple bracket levels
Start with the innermost bracket and work outward.
Write Each Step: When simplifying, write out each step on a separate line to avoid errors.
Check with Reverse Operations: After calculating, verify by working backward — if , then , which is . ✓

Fraction Fundamentals

A fraction represents a part of a whole. The numerator (top) tells you how many parts you have, and the denominator (bottom) tells you how many equal parts the whole is divided into.
Every fraction has a numerator divided by a non-zero denominator.
=Numerator — the number of parts taken()
=Denominator — the total number of equal parts()
The fraction equals 1.
The fraction equals 0.
Undefined — division by zero is never allowed.
Proper Fraction: numerator < denominator, e.g. . Value is less than 1.
Improper Fraction: numeratordenominator, e.g. . Value is 1 or more.
Mixed Number: A whole number combined with a proper fraction, e.g. .
[Simplification] Rules: Divide both numerator and denominator by their HCF to get the simplest form.

Adding and Subtracting Fractions

To add or subtract fractions, they must share a common denominator. When the denominators differ, find the LCM and convert both fractions before combining.
Cross-multiply to create a common denominator, then add the numerators.
=First numerator × second denominator()
=Second numerator × first denominator()
=Common denominator (product of both)()
Same denominator
Just add numerators: .
Finding the LCD: Instead of multiplying denominators, find their LCM for smaller numbers. E.g., for , use LCD = 24, not 48.
Always Simplify: After adding, reduce the result by dividing numerator and denominator by their HCF.
Mixed Numbers: Convert to improper fractions first, then add/subtract, then convert back.

Multiplying and Dividing Fractions

Multiplying fractions is straightforward — multiply numerators together and denominators together. No common denominator needed.
Multiply straight across — numerator × numerator, denominator × denominator.
=Product of numerators()
=Product of denominators()
Cross-cancellation possible
Before multiplying, simplify any numerator with any denominator that share a common factor.
Cross-Cancel First: Before multiplying , cancel 4 with 8 (gives 1 and 2) and 3 with 9 (gives 1 and 3). Result: .
Multiplying by a Whole Number: Write the whole number as , then multiply. E.g., .
To divide by a fraction, multiply by its reciprocal. Never divide fractions directly — always flip and multiply.
Flip the second fraction (take its reciprocal), then multiply.
=Reciprocal of $\frac{c}{d}$()
Dividing by a whole number
Write it as a fraction: .
Why Flip?: Division asks 'how many times does the second fit into the first?' Multiplying by the reciprocal gives the same answer.
Keep-Change-Flip: Keep the first fraction, Change to , Flip the second fraction.

Decimal Operations

Decimals are another way to represent parts of a whole. Each position after the decimal point represents a power of ten: tenths, hundredths, thousandths, and so on.
Read each digit according to its place value and sum them as fractions.
=Three tenths = $\frac{3}{10}$()
=Seven hundredths = $\frac{7}{100}$()
=Five thousandths = $\frac{5}{1000}$()
Terminating decimal
Has a finite number of digits after the decimal point (e.g., 0.25).
Repeating decimal
Has digits that repeat forever (e.g., ).
Decimal to Fraction: Write the decimal without the point as the numerator, and (where is the number of decimal places) as the denominator. Then simplify.
Fraction to Decimal: Divide the numerator by the denominator. E.g., .
Place Value Matters: In 0.452, the 4 is in the tenths place, 5 in hundredths, 2 in thousandths.

Operations with Decimals

Adding and subtracting decimals requires aligning the decimal points. Multiplication counts total decimal places, and division shifts the decimal to make the divisor a whole number.
Multiply as whole numbers (314 × 25 = 7850), then place the decimal point so there are 2 + 1 = 3 decimal places: 7.850.
=Decimal places in 3.14()
=Decimal places in 2.5()
=Total decimal places in the product()
Multiplying by 10, 100, 1000
Move the decimal point 1, 2, or 3 places to the right.
Dividing by 10, 100, 1000
Move the decimal point 1, 2, or 3 places to the left.
Multiplication Rule: Ignore the decimal points, multiply as whole numbers, then count total decimal places in both factors and place the point accordingly.
Division Trick: To divide , multiply both by 10 to get .
Addition/Subtraction: Stack vertically with decimal points aligned, then add/subtract column by column.

Percentage Fundamentals

A percentage is a fraction out of 100. The percent symbol (%) means 'per hundred', so 25% = .
To find what percentage one number is of another, divide the part by the whole and multiply by 100.
=The portion or amount you're interested in(same as Whole)
=The total or reference amount()
=Converts the decimal to a percentage()
Part > Whole
The percentage exceeds 100% — e.g., 150 out of 100 is 150%.
Whole = 0
Undefined — you cannot calculate a percentage of zero.
Percentage to Decimal: Divide by 100 (move decimal point 2 places left). 45% = 0.45.
Decimal to Percentage: Multiply by 100 (move decimal point 2 places right). 0.82 = 82%.
Percentage to Fraction: Put over 100 and simplify. 60% = .
Fraction to Percentage: Divide numerator by denominator, multiply by 100. .

Percentage Calculations

Finding % of a number is the most common percentage operation. The word 'of' translates directly to multiplication.
Convert the percentage to a decimal (÷100), then multiply by the number.
=The percentage value(%)
=The number you're finding the percentage of()
=The percentage written as a decimal()
100% of any number is the number itself.
50% is just half — divide by 2.
Quick Mental Tricks: 10% = move decimal one place left. 1% = move two places left. 5% = half of 10%. 25% = divide by 4.
Finding the Whole: If 30% of a number is 45, the number = .
Percent Change: . Positive = increase, negative = decrease.

Mixed Operations and Complex Simplification

Real-world problems often combine fractions, decimals, and percentages in a single calculation. Convert everything to the same form first, then apply BODMAS.
Convert all terms to fractions: .
=Fraction (already in fraction form)()
=Decimal = $\frac{1}{4}$()
=Percentage = $\frac{3}{10}$()
Choosing which form to use
Fractions are usually easiest for multiplication/division. Decimals for addition/subtraction with money.
Convert to One Form: When mixing types, convert everything to fractions (usually easiest) before operating.
Simplify at Each Step: After each operation, reduce fractions to keep numbers small and manageable.
Estimate First: Before calculating, estimate: , so , and . Total .