4024/22

Mathematics (Syllabus D) 4024/22May/June 2011

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

12
questions
100
marks
150
minutes

Topics Algebra and Graphs · Number · Mensuration · Geometry · Statistics · Transformations and Vectors · +3 more

Q1Algebra and GraphsFree sample
(a)

Express as a single fraction in its simplest form

(i)
12x25x\frac{1}{2x} - \frac{2}{5x}

______

1M
DifficultyMedium-Easy
Worked solution

Approach

To subtract 12x25x\frac{1}{2x} - \frac{2}{5x}, we find the lowest common multiple (LCM) of the denominators 2x2x and 5x5x, convert both fractions to equivalent forms with this common denominator, and then subtract the numerators.

Working

The LCM of 2x2x and 5x5x is 10x10x.

Convert the first fraction:

12x=1×52x×5=510x\frac{1}{2x} = \frac{1 \times 5}{2x \times 5} = \frac{5}{10x}

Convert the second fraction:

25x=2×25x×2=410x\frac{2}{5x} = \frac{2 \times 2}{5x \times 2} = \frac{4}{10x}

Now subtract the numerators:

510x410x=5410x=110x\frac{5}{10x} - \frac{4}{10x} = \frac{5 - 4}{10x} = \frac{1}{10x}

Answer

110x\frac{1}{10x}
Final answer

1/(10x)

Detailed explanation

Walkthrough

When adding or subtracting algebraic fractions, the key step is finding a common denominator. The denominators here are 2x2x and 5x5x. Since 2 and 5 are prime to each other, their least common multiple is 2×5=102 \times 5 = 10. Both terms contain xx, so the common denominator for the variables is just xx. Combining these gives 10x10x.

We multiply the numerator and denominator of the first fraction by 5 to get the denominator from 2x2x to 10x10x. Similarly, we multiply the numerator and denominator of the second fraction by 2 to get the denominator from 5x5x to 10x10x. Once the denominators are the same, we simply subtract the top numbers (numerators): 54=15 - 4 = 1. The result is 110x\frac{1}{10x}. This is already in its simplest form because 1 and 10x10x share no common factors.

Key Takeaways

  • The lowest common multiple (LCM) of axax and bxbx is (ab)x(ab)x if aa and bb have no common factors.
  • Always multiply BOTH the numerator and the denominator by the same factor to keep the fraction's value unchanged.
  • Check that the final answer cannot be simplified further.

Common Mistakes

  • Subtracting only the coefficients (e.g., writing 13x\frac{-1}{3x}) without adjusting the numerators correctly.
  • Forgetting to multiply the numerator of the first fraction by 5, or the second by 2.
  • Writing the denominator as 2x5x2x - 5x instead of using a common denominator.

Things to Be Careful About

  • Ensure the final answer is a single fraction in its simplest form. Do not leave it as two separate fractions or unsimplified expressions like 110x\frac{1}{10x} written incorrectly.
Techniques used
find a common denominatorcombine numeratorssimplify the resulting fraction
(ii)
4x+7x3\frac{4}{x} + \frac{7}{x - 3}

______

2M
DifficultyMedium
Worked solution

Approach

To add 4x+7x3\frac{4}{x} + \frac{7}{x - 3}, we identify the common denominator as the product of the distinct linear factors: x(x3)x(x - 3). We then adjust each fraction to have this denominator, expand the resulting numerators, and combine them.

Working

The common denominator is x(x3)x(x - 3).

Adjust the first fraction by multiplying numerator and denominator by (x3)(x - 3):

4x=4(x3)x(x3)\frac{4}{x} = \frac{4(x - 3)}{x(x - 3)}

Adjust the second fraction by multiplying numerator and denominator by xx:

7x3=7xx(x3)\frac{7}{x - 3} = \frac{7x}{x(x - 3)}

Combine the numerators over the common denominator:

4(x3)+7xx(x3)\frac{4(x - 3) + 7x}{x(x - 3)}

Expand the bracket in the numerator:

4(x3)=4x124(x - 3) = 4x - 12

So the numerator becomes:

(4x12)+7x(4x - 12) + 7x

Collect like terms (4x4x and 7x7x):

4x+7x12=11x124x + 7x - 12 = 11x - 12

The single fraction is:

11x12x(x3)\frac{11x - 12}{x(x - 3)}

This cannot be simplified further as 11x1211x - 12 does not factorise into terms containing xx or (x3)(x - 3).

Answer

11x12x(x3)\frac{11x - 12}{x(x - 3)}
Final answer

(11x - 12)/(x(x - 3))

Detailed explanation

Walkthrough

Here the denominators are xx and x3x - 3. These are different linear expressions, so the lowest common denominator is their product: x(x3)x(x - 3).

To change the denominator of the first fraction from xx to x(x3)x(x - 3), we must multiply by (x3)(x - 3). We must do the same to the numerator: 4×(x3)4 \times (x - 3).

To change the denominator of the second fraction from x3x - 3 to x(x3)x(x - 3), we multiply by xx. Again, we must multiply the numerator by xx: 7×x=7x7 \times x = 7x.

Now we add the two new numerators together: 4(x3)+7x4(x - 3) + 7x. It is crucial to expand the bracket 4(x3)4(x - 3) to 4x124x - 12 before combining. Then we add 7x7x to 4x124x - 12 to get 11x1211x - 12. The final fraction is this combined numerator over the common denominator.

Key Takeaways

  • When denominators are distinct linear factors (like xx and x3x-3), the common denominator is their product.
  • Always expand brackets in the numerator fully before collecting like terms.
  • The final answer is usually accepted in factored denominator form x(x3)x(x-3) rather than expanded form x23xx^2 - 3x.

Common Mistakes

  • Forgetting to distribute the multiplier to the numerator of the first term (e.g., writing 4+7xx(x3)\frac{4 + 7x}{x(x - 3)}).
  • Failing to expand 4(x3)4(x - 3) correctly (e.g., writing 4x34x - 3).
  • Collecting terms incorrectly (e.g., adding constants where there are none, or mixing up xx terms).

Things to Be Careful About

  • Show the expansion step clearly (4(x3)=4x124(x-3) = 4x-12) to secure method marks.
  • The question asks for a single fraction; do not split it back into partial fractions.
Techniques used
identify the common denominatorexpand brackets in the numeratorcollect like termswrite as a single fraction
(b)

A function is defined by f(x)=2x34f(x) = \frac{2x - 3}{4}.

(i)

Find f(2)f(2).

______

1M
DifficultyEasy
Worked solution

Approach

We are given the function definition f(x)=2x34f(x) = \frac{2x - 3}{4}. To find f(2)f(2), we substitute x=2x = 2 into the expression and evaluate.

Working

Substitute x=2x = 2 into the formula:

f(2)=2(2)34f(2) = \frac{2(2) - 3}{4}

Calculate the numerator:

2(2)3=43=12(2) - 3 = 4 - 3 = 1

So:

f(2)=14f(2) = \frac{1}{4}

This can also be written as the decimal 0.250.25.

Answer

14\frac{1}{4}
Final answer

1/4

Detailed explanation

Walkthrough

Function notation f(x)f(x) tells us what operation to perform on the input xx. Here, we double the input, subtract 3, and then divide by 4. When asked for f(2)f(2), we replace every instance of xx with the number 2. So 2x2x becomes 2×2=42 \times 2 = 4. Then 43=14 - 3 = 1. Finally, we divide by 4 to get 14\frac{1}{4}.

Key Takeaways

  • Substitution means replacing the variable with the given value.
  • Use parentheses when substituting negative numbers or complex expressions, though here x=2x=2 is positive and simple.
  • Answers can often be given as fractions or decimals unless specified otherwise.

Common Mistakes

  • Multiplying incorrectly (e.g., 2×2=52 \times 2 = 5).
  • Subtracting in the wrong order (e.g., 343 - 4).
  • Dividing only part of the numerator (e.g., thinking the 4 divides only the 3). Remember the fraction bar acts as a grouping symbol for the entire numerator.

Things to Be Careful About

  • Ensure you calculate the entire numerator (2x32x - 3) before dividing by the denominator (4). A common error is to write 2(2)342(2) - \frac{3}{4} instead of 2(2)34\frac{2(2)-3}{4}.
Techniques used
substitute a numerical value into a functionperform arithmetic operations
(ii)

Given that f1(x)=cx+df^{-1}(x) = cx + d, find the values of cc and dd.

cc = ______
dd = ______

2M
DifficultyMedium
Worked solution

Approach

To find the inverse function f1(x)f^{-1}(x), we start with the equation y=f(x)y = f(x), swap the roles of xx and yy, and then rearrange the equation to make yy the subject again. The result will be in the form cx+dcx + d, from which we can read off cc and dd.

Working

Start with the definition:

y=2x34y = \frac{2x - 3}{4}

Swap xx and yy:

x=2y34x = \frac{2y - 3}{4}

Multiply both sides by 4 to clear the denominator:

4x=2y34x = 2y - 3

Add 3 to both sides to isolate the term with yy:

4x+3=2y4x + 3 = 2y

Divide by 2 to make yy the subject:

y=4x+32y = \frac{4x + 3}{2}

Split the fraction to match the form cx+dcx + d:

y=4x2+32y = \frac{4x}{2} + \frac{3}{2} y=2x+1.5y = 2x + 1.5

So, f1(x)=2x+1.5f^{-1}(x) = 2x + 1.5.

Comparing this to f1(x)=cx+df^{-1}(x) = cx + d:

c=2c = 2 d=1.5d = 1.5

Answer

c=2,d=1.5c = 2, \quad d = 1.5
Final answer

c = 2, d = 1.5

Detailed explanation

Walkthrough

The inverse function essentially reverses the operations of the original function. The original function multiplies by 2, subtracts 3, and divides by 4. The inverse should do the opposite in reverse order: multiply by 4, add 3, and divide by 2.

Mathematically, we set y=2x34y = \frac{2x - 3}{4}. To find the inverse, we treat xx as the output and solve for the input yy. Swapping variables gives x=2y34x = \frac{2y - 3}{4}. We then perform algebraic steps to isolate yy: multiply by 4 (4x=2y34x = 2y - 3), add 3 (4x+3=2y4x + 3 = 2y), and divide by 2 (y=4x+32y = \frac{4x + 3}{2}). Finally, we simplify the fraction to get the linear form 2x+1.52x + 1.5. By comparing this to cx+dcx + d, we identify c=2c=2 and d=1.5d=1.5.

Key Takeaways

  • To find an inverse function algebraically: replace f(x)f(x) with yy, swap xx and yy, then solve for yy.
  • The inverse of a linear function y=mx+cy = mx + c is also linear.
  • Be comfortable manipulating fractions and rearranging equations.

Common Mistakes

  • Forgetting to swap xx and yy before solving.
  • Algebra errors when rearranging, such as subtracting 3 instead of adding it, or forgetting to divide the constant term (+3) by 2.
  • Leaving the answer as a single fraction 4x+32\frac{4x+3}{2} when the question asks for the form cx+dcx+d, leading to difficulty identifying cc and dd.

Things to Be Careful About

  • The question asks for cc and dd specifically. Make sure to explicitly state their values.
  • dd is 1.51.5 (or 32\frac{3}{2}), not 33 or 11. Don't forget to divide the constant term by the coefficient of yy.
Techniques used
find the inverse of a linear functionswap variables and solve for the new dependent variableidentify coefficients c and d
(iii)

Given that f(g)=gf(g) = -g, find the value of gg.

gg = ______

2M
DifficultyMedium-Easy
Worked solution

Approach

We are given the condition f(g)=gf(g) = -g. We substitute gg into the function definition f(x)=2x34f(x) = \frac{2x - 3}{4} to get an expression for f(g)f(g), set it equal to g-g, and then solve the resulting linear equation for gg.

Working

Substitute x=gx = g into the function:

f(g)=2g34f(g) = \frac{2g - 3}{4}

Set this equal to g-g:

2g34=g\frac{2g - 3}{4} = -g

Multiply both sides by 4 to clear the fraction:

2g3=4g2g - 3 = -4g

Add 4g4g to both sides to group the gg terms:

2g+4g3=02g + 4g - 3 = 0 6g3=06g - 3 = 0

Add 3 to both sides:

6g=36g = 3

Divide by 6:

g=36g = \frac{3}{6}

Simplify the fraction:

g=12g = \frac{1}{2}

(This can also be written as 0.50.5).

Answer

g=12g = \frac{1}{2}
Final answer

1/2

Detailed explanation

Walkthrough

The problem states that when we put gg into the function, the output is g-g (the negative of the input). So we write the expression for f(g)f(g) using the rule 2x34\frac{2x-3}{4}, which becomes 2g34\frac{2g-3}{4}. We equate this to g-g. Now we have an equation to solve for gg. First, remove the fraction by multiplying everything by 4. This gives 2g3=4g2g - 3 = -4g. Next, move all terms with gg to one side by adding 4g4g to both sides, giving 6g3=06g - 3 = 0. Then move the constant to the other side (6g=36g = 3) and divide by the coefficient of gg (66) to find g=36=12g = \frac{3}{6} = \frac{1}{2}.

Key Takeaways

  • Function notation f(g)f(g) just means 'replace x with g'.
  • Equations involving fractions can be simplified by multiplying through by the denominator.
  • When collecting variables, pay attention to signs (adding 4g4g cancels out 4g-4g).

Common Mistakes

  • Multiplying only part of the left-hand side by 4 (forgetting that the equals sign applies to both sides).
  • Sign errors when moving 4g-4g to the left (writing 2g4g2g - 4g instead of 2g+4g2g + 4g).
  • Arithmetic errors in simplifying 36\frac{3}{6}.

Things to Be Careful About

  • Ensure you show the equation 2g34=g\frac{2g - 3}{4} = -g clearly, as this earns a method mark.
  • Double-check your solution by substituting g=0.5g = 0.5 back into the original function: f(0.5)=2(0.5)34=134=24=0.5f(0.5) = \frac{2(0.5)-3}{4} = \frac{1-3}{4} = \frac{-2}{4} = -0.5. This matches g-g, confirming the answer.
Techniques used
solve a linear equation involving a functionclear the denominatorcollect like terms

The rest of this paper

11 more questions
  • Q2Algebra and Graphs · Mensuration · Number8M
  • Q3Probability5M
  • Q4Algebra and Graphs4M
  • Q5Statistics · Mensuration · Number7M
  • Q6Number · Geometry12M
  • Q7Geometry · Transformations and Vectors8M
  • Q8[Legacy] Matrices · Transformations and Vectors12M
  • Q9Algebra and Graphs12M
  • Q10Geometry · Trigonometry12M
  • Q11Mensuration · Trigonometry12M
  • Q12Statistics · Number12M
Loading the full paper…