Misconverting percentage to decimal
What goes wrong: Students incorrectly convert percentages to decimals, e.g., writing 15% as 0.15 but then using it in the wrong operation or forgetting to multiply.
What to do instead: 15% as a decimal is 0.15. For a 15% decrease, multiply by 0.85(1−0.15). For increase, multiply by 1.15.
Using original amount as final answer
What goes wrong: After calculating the percentage change, students mistakenly give the original amount as the answer instead of the new amount.
What to do instead: Read the question carefully: if it asks for the sale price, you must subtract the discount from the original.
Multiplying by percentage rate
What goes wrong: Students multiply the original value by the percentage rate (e.g., 15%) instead of the multiplier (e.g., 0.85).
What to do instead: For a 15% loss, the multiplier is 0.85, not 0.15. Multiply by 0.85 each year, not 0.15.
Assuming linear depreciation
What goes wrong: Students subtract the same amount each year (e.g., 15% of original) instead of applying compound percentage.
What to do instead: Depreciation is compound: each year you lose 15% of the current value, not the original. Use repeated multiplication.
Incorrect order of operations
What goes wrong: Students multiply the original value by the percentage and then subtract, but do not apply the multiplier correctly.
What to do instead: Use the formula: final = original × (1 - rate)^years. For 15% loss, multiply by 0.85 three times.
Rounding intermediate steps
What goes wrong: Students round the value after each year, leading to inaccurate final answer.
What to do instead: Keep full calculator precision until the final step. Only round to 2 decimal places at the end.
Dividing by the decimal multiplier
What goes wrong: Students incorrectly divide the final amount by the percentage (e.g., 600÷20) instead of dividing by the decimal multiplier (0.8).
What to do instead: To find the original after a percentage decrease, divide the final amount by (1 - percentage as a decimal). For 20% off, divide by 0.8.
Adding percentage to final amount
What goes wrong: Students add the percentage of the final amount back to the final amount (e.g., 600+20% of 600) instead of using the correct multiplier.
What to do instead: Don't add the percentage of the new amount. Use the multiplier method: original = final ÷ (1 ± percentage as decimal).
Multiplying instead of dividing
What goes wrong: Students multiply the final amount by the decimal multiplier (e.g., 600×0.8) instead of dividing, getting a smaller number.
What to do instead: For a decrease, the original is larger than the final. So you must divide by the multiplier, not multiply.
Using wrong multiplier for increase
What goes wrong: When the change is a decrease, students use the multiplier for an increase (e.g., 1.2 instead of 0.8).
What to do instead: For a percentage decrease, subtract the percentage from 100% then convert to decimal. E.g., 20% off means multiplier = 0.8.
Forgetting to round to 2 dp
What goes wrong: Students give the answer as a whole number or with too many decimal places, ignoring the instruction to round to 2 decimal places.
What to do instead: Always check the question for rounding instructions. Here, give your answer in pounds to 2 decimal places, e.g., £750.00.
Adding percentage each year
What goes wrong: Students incorrectly add the percentage each year (e.g., 4% of £5000 = £200, then multiply by 3 years) instead of using compound interest.
What to do instead: Don't just add the same amount each year. Each year the interest is calculated on the new total, so the amount grows faster.
Using wrong multiplier
What goes wrong: Students use 1.04 for increase but then multiply by 0.04 or forget to add 1, e.g., using 0.04 instead of 1.04.
What to do instead: For a 4% increase, multiply by 1.04 (100% + 4%). Never multiply by 0.04 alone.
Off-by-one year error
What goes wrong: Students raise the multiplier to the power of n-1 or n+1 instead of n, e.g., using 2 years for 3 years of growth.
What to do instead: For 3 years, raise the multiplier to the power of 3. The exponent equals the number of years.