4024/12

Mathematics (Syllabus D) 4024/12May/June 2019

Cambridge O-Level · Non-calculator · worked solutions for every part, with the mark scheme

25
questions
80
marks
120
minutes

Topics Algebra and Graphs · Number · Geometry · Probability · Mensuration · Statistics · +2 more

Q1NumberFree sample
(a)

Evaluate 47÷58\frac{4}{7} \div \frac{5}{8}.

______

1M
DifficultyMedium-Easy
Worked solution

Approach

To divide by a fraction, multiply by its reciprocal. This changes the operation from division to multiplication, which is easier to compute.

Working

47÷58=47×85\frac{4}{7} \div \frac{5}{8} = \frac{4}{7} \times \frac{8}{5}

Multiply the numerators together and the denominators together:

Numerator: 4×8=32\text{Numerator: } 4 \times 8 = 32 Denominator: 7×5=35\text{Denominator: } 7 \times 5 = 35

So the result is:

3235\frac{32}{35}

Check for simplification: The factors of 3232 are 1,2,4,8,16,321, 2, 4, 8, 16, 32. The factors of 3535 are 1,5,7,351, 5, 7, 35. They share no common factors other than 11, so the fraction is in its simplest form.

Answer

3235\frac{32}{35}
Final answer

32/35

Detailed explanation

Walkthrough

When we encounter a division problem involving two fractions, such as ab÷cd\frac{a}{b} \div \frac{c}{d}, the standard method is to keep the first fraction unchanged, change the division sign to multiplication, and flip the second fraction (find its reciprocal).

Here, we have 47÷58\frac{4}{7} \div \frac{5}{8}.

Step 1: Change ÷\div to ×\times and flip 58\frac{5}{8} to become 85\frac{8}{5}.
Now we have 47×85\frac{4}{7} \times \frac{8}{5}.

Step 2: Multiply straight across. Top numbers (numerators) go together, bottom numbers (denominators) go together.
4×8=324 \times 8 = 32
7×5=357 \times 5 = 35

Step 3: Combine them to get 3235\frac{32}{35}.

Step 4: Check if it can be simplified. We look for a number that divides both 3232 and 3535 exactly. Since 32=2532 = 2^5 and 35=5×735 = 5 \times 7, they have no common factors. Thus, 3235\frac{32}{35} is the final answer.

Key Takeaways

  • Dividing by a fraction is equivalent to multiplying by its reciprocal.
  • To multiply fractions, multiply the numerators together and the denominators together.
  • Always check if the final fraction can be simplified by cancelling common factors.

Common Mistakes

  • Cross-multiplying: Students sometimes multiply diagonally (4×54 \times 5 and 7×87 \times 8) instead of top-by-top and bottom-by-bottom. This is incorrect for multiplication.
  • Adding denominators: A common error is to add the denominators (7+5=127+5=12) instead of multiplying them when performing multiplication.
  • Forgetting to flip: Simply multiplying 47×58\frac{4}{7} \times \frac{5}{8} without inverting the second fraction yields the wrong answer.

Things to Be Careful About

  • Ensure you simplify the final answer if possible. In this case, 3235\frac{32}{35} cannot be simplified further.
  • On the non-calculator component, showing the inversion step clearly helps secure method marks even if the final arithmetic is wrong.
Techniques used
invert the divisor to change division into multiplicationmultiply numerators and denominatorssimplify the resulting fraction if possible
(b)

Evaluate 641253\sqrt{64} - \sqrt[3]{125}.

______

1M
DifficultyEasy
Worked solution

Approach

Evaluate each root separately using knowledge of perfect squares and perfect cubes, then subtract the second result from the first.

Working

First, evaluate 64\sqrt{64}. We need a number that, multiplied by itself, equals 6464.
Since 8×8=648 \times 8 = 64, we have:

64=8\sqrt{64} = 8

Next, evaluate 1253\sqrt[3]{125}. We need a number that, multiplied by itself three times, equals 125125.
Since 5×5=255 \times 5 = 25 and 25×5=12525 \times 5 = 125, we have:

1253=5\sqrt[3]{125} = 5

Now substitute these values back into the expression:

641253=85\sqrt{64} - \sqrt[3]{125} = 8 - 5

Calculate the difference:

85=38 - 5 = 3

Answer

33
Final answer

3

Detailed explanation

Walkthrough

This question tests your knowledge of square and cube roots.

  1. Square Root: 64\sqrt{64} asks "what number squared gives 64?" You should know your square tables up to at least 12212^2. Since 82=648^2 = 64, 64=8\sqrt{64} = 8.

  2. Cube Root: 1253\sqrt[3]{125} asks "what number cubed gives 125?" This means the number multiplied by itself twice more (xxxx \cdot x \cdot x). Checking small integers: 13=11^3=1, 23=82^3=8, 33=273^3=27, 43=644^3=64, 53=1255^3=125. So, 1253=5\sqrt[3]{125} = 5.

  3. Subtraction: Finally, subtract the cube root result from the square root result: 85=38 - 5 = 3.

Key Takeaways

  • Memorize perfect squares (1,4,9,16,25,36,49,64,81,100,121,144...1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144...) and perfect cubes (1,8,27,64,125,216...1, 8, 27, 64, 125, 216...) for quick recall.
  • The symbol \sqrt{} denotes the principal (positive) square root.
  • The symbol 3\sqrt[3]{} denotes the cube root.

Common Mistakes

  • Confusing roots: Thinking 64\sqrt{64} might be 44 (since 4+4+4+4+4+4+4+4=324+4+4+4+4+4+4+4=32, no, maybe confusing with 42=164^2=16?) or thinking 1253\sqrt[3]{125} is related to 2525 (since 52=255^2=25).
  • Arithmetic errors: Subtracting incorrectly, e.g., 58=35-8=-3 or 8+5=138+5=13.
  • Wrong root type: Calculating 125\sqrt{125} (which is irrational) instead of the cube root because the index '3' was missed.

Things to Be Careful About

  • Ensure you identify the correct root index. x\sqrt{x} is square root, x3\sqrt[3]{x} is cube root.
  • Verify your roots: Does 8×8=648 \times 8 = 64? Yes. Does 5×5×5=1255 \times 5 \times 5 = 125? Yes.
Techniques used
evaluate the square root of a perfect squareevaluate the cube root of a perfect cubeperform subtraction on the results

The rest of this paper

24 more questions
  • Q2Geometry2M
  • Q3Statistics3M
  • Q4Number2M
  • Q5Probability2M
  • Q6Number4M
  • Q7Number2M
  • Q8Number2M
  • Q9Algebra and Graphs3M
  • Q10Number3M
  • Q11Algebra and Graphs3M
  • Q12Number3M
  • Q13Algebra and Graphs3M
  • Q14Algebra and Graphs3M
  • Q15Number4M
  • Q16Transformations and Vectors4M
  • Q17Probability4M
  • Q18Algebra and Graphs4M
  • Q19Algebra and Graphs3M
  • Q20Algebra and Graphs2M
  • Q21Mensuration · Algebra and Graphs3M
  • Q22Algebra and Graphs6M
  • Q23Mensuration4M
  • Q24Geometry5M
  • Q25[Legacy] Matrices4M
Loading the full paper…