4024/21

Mathematics (Syllabus D) 4024/21May/June 2017

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

12
questions
100
marks
150
minutes

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

Q1NumberFree sample

Trevor has a collection of 54 toy vehicles.
Of these, 24 are cars, 12 are vans and the rest are trucks.

(a)

Write the ratio of cars to vans to trucks in its simplest form.

______ : ______ : ______

2M
DifficultyMedium-Easy
Worked solution

Approach

First, determine the number of trucks in Trevor's collection. Then, write the ratio of cars to vans to trucks using the counts for each type. Finally, simplify this ratio to its lowest terms.

Working

Total vehicles = 5454
Cars = 2424
Vans = 1212

Calculate the number of trucks:

Trucks=Total(Cars+Vans)\text{Trucks} = \text{Total} - (\text{Cars} + \text{Vans}) Trucks=54(24+12)\text{Trucks} = 54 - (24 + 12) Trucks=5436=18\text{Trucks} = 54 - 36 = 18

Write the ratio of Cars : Vans : Trucks:

24:12:1824 : 12 : 18

Simplify the ratio. The highest common factor (HCF) of 24, 12, and 18 is 6. Divide each term by 6:

24÷6=424 \div 6 = 4 12÷6=212 \div 6 = 2 18÷6=318 \div 6 = 3

The simplified ratio is:

4:2:34 : 2 : 3

Answer

4:2:34 : 2 : 3
Final answer

4 : 2 : 3

Detailed explanation

Walkthrough

We are given the total number of toy vehicles and the specific counts for cars and vans. To find the count for trucks, we subtract the known counts from the total. This gives us three numbers representing the quantities of each vehicle type. A ratio compares these quantities side-by-side. To put a ratio in its simplest form, we divide all parts by their greatest common divisor (or Highest Common Factor). In this case, dividing 24, 12, and 18 by 6 yields the simplest integer ratio.

Key Takeaways

  • When given a total and some parts, the remaining part is found by subtraction: Part3=Total(Part1+Part2)\text{Part}_3 = \text{Total} - (\text{Part}_1 + \text{Part}_2).
  • A ratio should always be expressed in its simplest whole-number form by dividing all terms by their HCF.

Common Mistakes

  • Forgetting to calculate the number of trucks and using the total (54) or just one of the other numbers as the third term in the ratio.
  • Simplifying the ratio incorrectly (e.g., only dividing two of the terms).
  • Writing the ratio in the wrong order (e.g., Trucks : Cars : Vans instead of Cars : Vans : Trucks).

Things to Be Careful About

  • Ensure you identify which quantities correspond to 'cars', 'vans', and 'trucks' before writing the ratio, as the question specifies the order "cars to vans to trucks".
Techniques used
calculate the number of items in the missing categoryform a ratio from three quantitiessimplify a ratio by dividing by the highest common factor
(b)

Trevor decides that it is time to reduce his collection of vehicles.
He sells cc cars, vv vans and tt trucks.
He finds that the ratio of cars to vans to trucks is now 2:2:12 : 2 : 1.

Find cc, vv and tt, given that he has sold

  • at least one of each type of vehicle
  • the smallest possible number of vehicles.

cc = ______
vv = ______
tt = ______

2M
DifficultyMedium-Hard
Worked solution

Approach

Let cc, vv, and tt be the number of cars, vans, and trucks sold respectively. We know the initial counts: Cars = 24, Vans = 12, Trucks = 18. The remaining counts are (24c)(24-c), (12v)(12-v), and (18t)(18-t). These remaining counts must be in the ratio 2:2:12:2:1. We need to find integer values for c,v,tc, v, t such that at least one of each is sold (c,v,t1c,v,t \geq 1) and the total number sold (c+v+tc+v+t) is minimized.

Working

Initial counts:
Cars = 2424
Vans = 1212
Trucks = 1818

Remaining counts after selling:
Cars = 24c24 - c
Vans = 12v12 - v
Trucks = 18t18 - t

The problem states the new ratio is 2:2:12:2:1. This means there exists a positive multiplier kk such that:

24c=2k24 - c = 2k 12v=2k12 - v = 2k 18t=1k18 - t = 1k

From these equations, we can express c,v,tc, v, t in terms of kk:

c=242kc = 24 - 2k v=122kv = 12 - 2k t=18kt = 18 - k

Constraints:

  1. c,v,tc, v, t must be positive integers (since at least one of each is sold).

    • c1    242k1    2k23    k11.5c \geq 1 \implies 24 - 2k \geq 1 \implies 2k \leq 23 \implies k \leq 11.5
    • v1    122k1    2k11    k5.5v \geq 1 \implies 12 - 2k \geq 1 \implies 2k \leq 11 \implies k \leq 5.5
    • t1    18k1    k17t \geq 1 \implies 18 - k \geq 1 \implies k \leq 17

    Combining these, the maximum possible integer value for kk is 55. Also, since the remaining vehicles must exist, 2k>02k > 0, so k1k \geq 1.
    So, kk can be any integer from 11 to 55.

  2. We want to minimize the total number of vehicles sold, S=c+v+tS = c + v + t.

    S=(242k)+(122k)+(18k)S = (24 - 2k) + (12 - 2k) + (18 - k) S=545kS = 54 - 5k

    To minimize SS, we need to maximize kk. The largest valid integer kk is 55.

Substitute k=5k = 5 into the expressions for c,v,tc, v, t:

c=242(5)=2410=14c = 24 - 2(5) = 24 - 10 = 14 v=122(5)=1210=2v = 12 - 2(5) = 12 - 10 = 2 t=185=13t = 18 - 5 = 13

Check validity:

  • Sold: c=14,v=2,t=13c=14, v=2, t=13. All are 1\geq 1. Correct.
  • Remaining: Cars = 1010, Vans = 1010, Trucks = 55.
  • Ratio: 10:10:510:10:5. Dividing by 5 gives 2:2:12:2:1. Correct.
  • Total sold: 14+2+13=2914+2+13 = 29. If we tried k=4k=4, total sold would be 5420=3454-20=34, which is larger. So k=5k=5 gives the minimum.

Answer

c=14,v=2,t=13c = 14, \quad v = 2, \quad t = 13
Final answer

c = 14, v = 2, t = 13

Detailed explanation

Walkthrough

The key to this problem is introducing a scaling factor (often called kk or xx) to represent the units in the new ratio 2:2:12:2:1. Since the remaining vehicles are in the ratio 2:2:12:2:1, we can say the remaining cars are 2k2k, remaining vans are 2k2k, and remaining trucks are 1k1k. We then relate these back to the original counts by subtracting the sold amounts (c,v,tc, v, t). This gives us three equations linking the sold amounts to kk.

Next, we use the constraint "at least one of each type is sold" to find the range of possible integer values for kk. Specifically, the number of vans sold (vv) provides the tightest constraint because there are fewer vans initially than cars or trucks. Once we have the possible values for kk, we look at the expression for the total number of vehicles sold. The total sold is the original total minus the remaining total (5k5k). To sell the smallest number of vehicles, we must keep the largest number of vehicles. Therefore, we choose the largest possible valid kk.

Key Takeaways

  • Ratios can be converted into algebraic expressions by multiplying each part by a constant kk.
  • Constraints like "at least one sold" translate into inequalities for the variables.
  • Minimizing a sum of variables related linearly to a parameter often involves maximizing or minimizing that parameter within its valid range.

Common Mistakes

  • Assuming the ratio 2:2:12:2:1 applies to the sold vehicles instead of the remaining ones.
  • Failing to check that the calculated sold amounts (c,v,tc, v, t) are positive integers.
  • Choosing the smallest kk (e.g., k=1k=1) instead of the largest, leading to the maximum rather than minimum number of vehicles sold.
  • Not verifying that the resulting remaining counts actually form the 2:2:12:2:1 ratio.

Things to Be Careful About

  • Remember that kk must be an integer because you cannot have a fraction of a vehicle.
  • Double-check the direction of the inequality when solving for kk from the condition v1v \geq 1. Since v=122kv = 12 - 2k, increasing kk decreases vv, so there is an upper bound on kk.
  • The question asks for c,v,tc, v, t specifically, not just the total sold.
Techniques used
express remaining quantities in terms of sold amountsset up equations based on a target ratiofind integer solutions satisfying constraintsminimize the sum of variables

The rest of this paper

11 more questions
  • Q2Number6M
  • Q3Probability5M
  • Q4[Legacy] Matrices6M
  • Q5Algebra and Graphs12M
  • Q6Trigonometry · Geometry10M
  • Q7Algebra and Graphs9M
  • Q8Algebra and Graphs · Mensuration12M
  • Q9Geometry · Trigonometry12M
  • Q10Geometry · Mensuration · Algebra and Graphs12M
  • Q11Statistics12M
  • Q12Geometry · Mensuration12M
Loading the full paper…