IB Maths Simultaneous Equations Questions with Answers
IB Maths Simultaneous Equations Questions with Answers
IB Maths Simultaneous Equations Questions with Answers help students solve systems of linear equations accurately. The exercises focus on substitution and elimination methods. Moreover, learners practice structured problem-solving techniques. This improves logical reasoning and algebraic confidence.
Master Substitution and Elimination Methods
IB Maths Simultaneous Equations Questions with Answers support effective exam revision. Therefore, students gain clarity while solving equation systems. Additionally, regular practice enhances speed and accuracy. As a result, learners perform better in assessments. Step-by-step solutions strengthen conceptual understanding.
Grade 9 Practice and Worksheets
Students can use Simultaneous Equations IB Grade 9 Practice Questions for structured revision. Moreover, IB Class 9 Simultaneous Equations Worksheet PDF provides additional exercises. Therefore, consistent practice improves algebra skills and boosts exam readiness effectively.
Simultaneous Equations
Simultaneous equations are a set of equations with multiple variables that are solved together. The solution is the set of values that satisfy all equations simultaneously. This chapter focuses on solving systems of linear equations in two variables.
1. What are Simultaneous Equations?
When we have two or more equations that share variables, and we need to find values that work for all of them at the same time, we are solving simultaneous equations.
General Form
A pair of linear equations in two variables (usually x and y) looks like:
a₁x + b₁y = c₁
a₂x + b₂y = c₂
where a₁, b₁, c₁, a₂, b₂, c₂ are constants, and x and y are the variables we need to find.
Example: Solve for x and y:
2x + y = 7
x – y = 2
The solution is x = 3, y = 1 because:
2(3) + 1 = 7 ✓ and 3 – 1 = 2 ✓
Note: The solution to a pair of linear equations represents the point where the two lines intersect on a graph.
2. Graphical Method
Each linear equation represents a straight line. The point where the two lines intersect is the solution.
Steps for Graphical Solution
Rearrange each equation into slope-intercept form (y = mx + c) or find two points for each line.
Plot both lines on the same coordinate axes.
Identify the coordinates of the intersection point.
Check by substituting into the original equations.
Example: Solve graphically: y = 2x + 1 and x + y = 4.
Step 1: Rearrange second equation: y = 4 – x
Step 2: Plot both lines:
Line 1 (y = 2x + 1): passes through (0,1) and (1,3)
Line 2 (y = 4 – x): passes through (0,4) and (4,0)
Step 3: The lines intersect at (1, 3).
Step 4: Check: 3 = 2(1)+1 ✓ and 1+3=4 ✓
Solution: x = 1, y = 3
Limitation: The graphical method gives approximate solutions if the intersection point is not at integer coordinates. For exact solutions, use algebraic methods.
3. Substitution Method
This method involves solving one equation for one variable and substituting that expression into the other equation.
Steps for Substitution
Choose one equation and rearrange it to make one variable the subject (e.g., y = … or x = …).
Substitute this expression into the other equation.
Solve the resulting equation for the remaining variable.
Substitute this value back into the rearranged equation to find the other variable.
Check your solution in both original equations.
Example 1: Solve using substitution:
2x + y = 7 … (1)
x – y = 2 … (2)
Step 1: From equation (2), make x the subject: x = y + 2
Step 2: Substitute into equation (1): 2(y + 2) + y = 7
Step 2: Substitute x = 7 into (1): 7 + y = 10 → y = 3
Step 3: Check: 7 – 3 = 4 ✓
Solution: x = 7, y = 3
Example 2: Solve using elimination:
3x + 2y = 13 … (1)
2x + 3y = 12 … (2)
Step 1: Multiply equations to make coefficients of x equal:
(1) × 2: 6x + 4y = 26
(2) × 3: 6x + 9y = 36
Step 2: Subtract: (6x + 4y) – (6x + 9y) = 26 – 36
-5y = -10 → y = 2
Step 3: Substitute y = 2 into (1): 3x + 2(2) = 13 → 3x + 4 = 13 → 3x = 9 → x = 3
Step 4: Check in (2): 2(3) + 3(2) = 6 + 6 = 12 ✓
Solution: x = 3, y = 2
5. Special Cases: No Solution and Infinite Solutions
Not all pairs of simultaneous equations have a unique solution.
Case 1: No Solution (Inconsistent System)
The lines are parallel and never intersect. This happens when the coefficients of x and y are proportional, but the constants are not.
Example:
2x + 3y = 6
2x + 3y = 10
These represent parallel lines. When we try to solve, we get 0 = 4, which is false. No solution.
Case 2: Infinite Solutions (Dependent System)
The equations represent the same line. This happens when all coefficients and constants are proportional.
Example:
x + y = 5
2x + 2y = 10
The second equation is just the first multiplied by 2. They represent the same line. Infinite solutions.
6. Real-World Applications: Word Problems
Simultaneous equations are useful for solving problems involving two unknown quantities.
Solved Examples
Example 1 (Age Problem): The sum of the ages of a father and his son is 50 years. Five years ago, the father was three times as old as his son. Find their present ages.
Let f = father’s present age, s = son’s present age.
Check: 5 years ago: father 30, son 10 → 30 = 3 × 10 ✓
Example 2 (Money Problem): A student bought 2 pencils and 3 erasers for $2.40. Another student bought 3 pencils and 2 erasers for $2.60. Find the cost of one pencil and one eraser.
Let p = price of one pencil, e = price of one eraser.
Substitute p = 0.60 into (1): 2(0.60) + 3e = 2.40 → 1.20 + 3e = 2.40 → 3e = 1.20 → e = 0.40
Pencil = $0.60, Eraser = $0.40
Example 3 (Number Problem): The sum of two numbers is 28. Their difference is 12. Find the numbers.
Let x and y be the two numbers, with x > y.
x + y = 28
x – y = 12
Add equations: 2x = 40 → x = 20
Then y = 28 – 20 = 8
The numbers are 20 and 8.
Example 4 (Mixture Problem): A coffee shop sells a blend of two types of coffee beans: Type A costs $8 per kg, Type B costs $12 per kg. How many kg of each should be mixed to make 20 kg of a blend worth $10 per kg?
Graphical Method: Good for visualizing and estimating. Not exact for non-integer solutions.
Substitution Method: Best when one variable is already isolated or easy to isolate (coefficient 1).
Elimination Method: Best when coefficients are small and can be easily matched.
Example: Which method for these?
a) y = 3x + 2 and 2x + 5y = 12 → Substitution (y already isolated)
b) 3x + 2y = 8 and 5x – 2y = 4 → Elimination (y coefficients are opposites)
c) 2x + 3y = 7 and 4x – y = 5 → Either works well.
8. Common Pitfalls
Incorrect: Forgetting to distribute when substituting. ✓ Correct: Always use parentheses: if x = 2y + 1, substitute as 3(2y + 1) not 3·2y + 1.
Incorrect: Subtracting equations incorrectly (sign errors). ✓ Correct: Be careful: (a – b) – (c – d) = a – b – c + d.
Incorrect: Forgetting to multiply all terms when using elimination. ✓ Correct: Multiply every term on both sides.
Incorrect: Stopping after finding one variable. ✓ Correct: Always find both variables and check in both original equations.
Incorrect: Assuming parallel lines always mean no solution. ✓ Correct: Parallel lines with different intercepts = no solution. Same line = infinite solutions.
9. Practice Questions
Solve by substitution: y = 4x – 3 and 2x + 3y = 19.
Solve by elimination: 5x + 2y = 16 and 3x – 2y = 0.
The sum of two numbers is 45. Their difference is 15. Find the numbers.
A taxi company charges a fixed fee plus a rate per km. A 10 km trip costs $25, and a 15 km trip costs $35. Find the fixed fee and rate per km.
Determine if the system has one solution, no solution, or infinite solutions: 2x + y = 5 and 4x + 2y = 10.
Answers: 1) x=2, y=5 2) x=2, y=3 3) 30 and 15 4) Fixed fee = $5, rate = $2 per km 5) Infinite solutions (same line)
IB Mathematics – Grade 9
Chapter: Simultaneous Equations (Level 1)
Instructions:
Each question carries 1 mark.
Identify the correct system of linear equations for each scenario.
Click the button at the bottom to verify your logic with detailed solutions.
1. The sum of two numbers is 20, and their difference is 6. If x is the larger number and y is the smaller number, the system is:
(A) x + y = 20 and x – y = 6
(B) x + y = 6 and x – y = 20
(C) x – y = 20 and x + y = 6
(D) x + y = 20 and y – x = 6
Answer: A
2. Adult tickets cost $10 and student tickets cost $5. If 150 tickets were sold for a total of $1200, the system is:
(A) a + s = 150 and 10a + 5s = 1200
(B) a + s = 1200 and 10a + 5s = 150
(C) 10a + 5s = 150 and a + s = 1200
(D) 5a + 10s = 1200 and a + s = 150
Answer: A
3. A farmer has 12 animals (chickens and cows). Chickens have 2 legs, cows have 4. Total legs = 38. The system is:
(A) c + w = 12 and 2c + 4w = 38
(B) c + w = 38 and 2c + 4w = 12
(C) 4c + 2w = 38 and c + w = 12
(D) 2c + 4w = 12 and c + w = 38
Answer: A
4. A train travels 300 km in 5 hours; a car travels 240 km in 4 hours. If t and c are speeds:
(A) 5t = 300 and 4c = 240
(B) 300t = 5 and 240c = 4
(C) 5c = 300 and 4t = 240
(D) t + c = 300 and t – c = 240
Answer: A
5. Apples are $2 each, oranges are $3. A customer buys 5 apples and 4 oranges for $22. The system is:
(A) 2a + 3o = 22 and a + o = 9
(B) 5a + 4o = 22 and 2a + 3o = 9
(C) 2a + 3o = 5 and 5a + 4o = 22
(D) a + o = 22 and 5a + 4o = 9
Answer: A
6. Two-digit number: sum of digits is 11. Reversing digits makes the number 27 less than original. (t=tens, u=units):
(A) t + u = 11 and 10u + t = 10t + u – 27
(B) t + u = 27 and 10t + u = 10u + t – 11
(C) t + u = 11 and 10t + u = 10u + t + 27
(D) t + u = 11 and 10t + u = 10u + t – 27
Answer: D
7. Product A needs 3 hrs labor, Product B needs 2 hrs. Total labor = 120 hrs. Company produces 30 of A.
(A) 3a + 2b = 120 and a = 30
(B) 3a + 2b = 30 and a + b = 120
(C) a + b = 120 and 3a + 2b = 30
(D) a = 30 and 2a + 3b = 120
Answer: A
8. Boat speed b, current c. 60 km downstream in 2 hrs; 40 km upstream in 4 hrs.
(A) 2(b + c) = 60 and 4(b – c) = 40
(B) 2(b – c) = 60 and 4(b + c) = 40
(C) 60(b + c) = 2 and 40(b – c) = 4
(D) b + c = 60 and b – c = 40
Answer: A
9. Adult tickets $12, child $8. Total 200 tickets sold for $2000.
(A) a + c = 200 and 12a + 8c = 2000
(B) a + c = 2000 and 12a + 8c = 200
(C) 12a + 8c = 200 and a + c = 2000
(D) 8a + 12c = 2000 and a + c = 200
Answer: A
10. Mix 20% alcohol and 50% alcohol to make 10L of 30% solution.
(A) x + y = 10 and 0.2x + 0.5y = 3
(B) x + y = 3 and 0.2x + 0.5y = 10
(C) 0.2x + 0.5y = 10 and x + y = 3
(D) x + y = 10 and 0.5x + 0.2y = 3
Answer: A
11. Chairs need 4kg wood, tables 6kg. Total wood 120kg. Produces 15 chairs.
(A) 4c + 6t = 120 and c = 15
(B) 4c + 6t = 15 and c + t = 120
(C) c + t = 120 and 4c + 6t = 15
(D) c = 15 and 6c + 4t = 120
Answer: A
12. Cakes $20, pastries $10. Total 50 items for $700.
(A) c + p = 50 and 20c + 10p = 700
(B) c + p = 700 and 20c + 10p = 50
(C) 20c + 10p = 50 and c + p = 700
(D) 10c + 20p = 700 and c + p = 50
Answer: A
13. Total 500 students. 20 more girls than boys.
(A) g + b = 500 and g = b + 20
(B) g + b = 20 and g = b + 500
(C) g + b = 500 and b = g + 20
(D) g = 500 and b = g + 20
Answer: A
14. $40/day plus $0.20/km. Rents for 3 days and drives 200 km.
(A) 40d + 0.2k = 3 and d = 3
(B) 40d + 0.2k = 200 and d + k = 3
(C) d = 3 and 40d + 0.2k = Total Cost
(D) d + k = 200 and 40d + 0.2k = 3
Answer: C
15. 100 acres total. Corn needs 2 workers/acre, Soybeans need 1. Total workers = 160.
(A) c + s = 100 and 2c + s = 160
(B) c + s = 160 and 2c + s = 100
(C) 2c + s = 100 and c + s = 160
(D) c = 100 and 2c + s = 160
Answer: A
16. Shirts $15, trousers $25. Customer buys 4 shirts and 3 trousers for $120.
(A) 15s + 25t = 120 and s + t = 7
(B) 4s + 3t = 120 and 15s + 25t = 7
(C) 15s + 25t = 4 and 4s + 3t = 120
(D) s + t = 120 and 4s + 3t = 7
Answer: C (Note: Based on prompt logic s=4, t=3)
17. Train A (8 AM, 60 km/h) and Train B (9 AM, 80 km/h) move toward each other. Distance = 420 km.
(A) 60t + 80(t – 1) = 420
(B) 60t + 80t = 420
(C) 60(t – 1) + 80t = 420
(D) 60t – 80t = 420
Answer: A
18. Toy X (2h machine, 1h assembly), Toy Y (1h machine, 3h assembly). Total: 70h machine, 90h assembly.
(A) 2x + y = 70 and x + 3y = 90
(B) 2x + y = 90 and x + 3y = 70
(C) x + 3y = 70 and 2x + y = 90
(D) x = 70 and 3y = 90
Answer: A
19. 300 seats total. Adults $10, Children $6. Total collection $2100.
(A) a + c = 300 and 10a + 6c = 2100
(B) a + c = 2100 and 10a + 6c = 300
(C) 10a + 6c = 300 and a + c = 2100
(D) 6a + 10c = 2100 and a + c = 300
Answer: A
Solution Logic & Verifications
Sol 1: Sum is x+y=20, Difference is x-y=6. (A)
Sol 2: Count: a+s=150. Value: 10a+5s=1200. (A)
Sol 3: Count: c+w=12. Legs: 2c+4w=38. (A)
Sol 4: Distance = Speed × Time. 300=5t and 240=4c. (A)
Sol 5: Quantity known (5a, 4o), equation defines the cost: 2(5)+3(4)=22. (A)
Sol 6: Digits: t+u=11. Number: 10t+u. Reversed: 10u+t. So 10u+t = (10t+u) – 27. (D)
Sol 7: Labor constraint: 3a+2b=120. Quantity A: a=30. (A)