IB Class 9 Linear Equations Worksheet PDF

IB Class 9 Linear Equations Worksheet PDF

IB Class 9 Linear Equations Worksheet PDF

IB Class 9 Linear Equations Worksheet PDF helps students understand equation solving methods clearly. The worksheet includes structured exercises and word problems. Moreover, learners practice balancing equations and simplifying expressions. This strengthens algebra fundamentals effectively.

Improve Accuracy and Logical Reasoning

IB Class 9 Linear Equations Worksheet PDF supports systematic exam preparation. Therefore, students gain confidence while solving one-variable equations. Additionally, regular practice improves speed and precision. As a result, learners perform better in assessments. Step-by-step solutions ensure deeper conceptual understanding.

Linear Equations and Inequalities Practice

Students can use IB Maths Inequalities Questions with Answers PDF for extended revision. Moreover, Linear Equations and Inequalities IB Practice Questions provide structured exercises. Therefore, consistent practice strengthens algebra skills and improves overall exam readiness.

Linear Equations and Inequalities

Linear equations and inequalities are the foundation of algebra. They help us model real-world situations where relationships between variables are constant. This chapter covers solving equations, understanding inequalities, and representing solutions on number lines and graphs.

1. Linear Equations in One Variable

A linear equation in one variable is an equation that can be written in the form ax + b = 0, where a ≠ 0. The variable has an exponent of 1.

Solving Simple Linear Equations

The goal is to isolate the variable on one side of the equation using inverse operations.

Example 1: Solve 3x + 5 = 20

3x + 5 = 20
3x = 20 – 5 = 15
x = 15 ÷ 3 = 5

Example 2: Solve 7 – 2x = 3x – 8

7 – 2x = 3x – 8
7 + 8 = 3x + 2x   (collect x terms on one side)
15 = 5x
x = 3

Check: Substitute x=3: 7-2(3)=1 and 3(3)-8=1 ✓

Equations with Fractions and Decimals

Clear fractions by multiplying both sides by the lowest common denominator (LCD).

Example 1 (Fractions): Solve x/3 + x/2 = 5

LCD = 6 → 6 × (x/3 + x/2) = 6 × 5
2x + 3x = 30
5x = 30 → x = 6

Example 2 (Decimals): Solve 0.4x – 1.2 = 0.3x + 0.8

Multiply by 10: 4x – 12 = 3x + 8
4x – 3x = 8 + 12
x = 20

2. Linear Equations in Two Variables

A linear equation in two variables (x and y) can be written as ax + by + c = 0 or y = mx + c. The graph of such an equation is a straight line.

Slope-Intercept Form: y = mx + c

  • m = slope (gradient) = rise/run = (change in y)/(change in x)
  • c = y-intercept (where the line crosses the y-axis)

Example: Identify slope and y-intercept of y = -2x + 5

Slope m = -2, y-intercept c = 5

The line goes down 2 units for every 1 unit right, crossing the y-axis at (0,5).

Finding the Equation of a Line

Given two points, we can find the slope and then the equation.

Example: Find the equation of the line passing through (1,3) and (4,9).

Slope m = (9-3)/(4-1) = 6/3 = 2
Using y = mx + c: 3 = 2(1) + c → c = 1
Equation: y = 2x + 1

3. Solving Simultaneous Linear Equations

When we have two linear equations with the same two variables, we look for the point (x, y) that satisfies both equations.

Method 1: Substitution

Solve one equation for one variable, then substitute into the other.

Example: Solve y = 2x + 1 and 3x + 2y = 16

Substitute y: 3x + 2(2x + 1) = 16
3x + 4x + 2 = 16 → 7x = 14 → x = 2
Then y = 2(2) + 1 = 5

Solution: (2, 5)

Method 2: Elimination

Add or subtract equations to eliminate one variable.

Example: Solve 2x + 3y = 12 and 4x – 3y = 6

Add the equations: (2x+3y)+(4x-3y)=12+6
6x = 18 → x = 3
Substitute: 2(3)+3y=12 → 6+3y=12 → 3y=6 → y=2

Solution: (3, 2)

Graphical Interpretation

The solution is the point where the two lines intersect.

  • One solution: Lines intersect at one point (different slopes).
  • No solution: Lines are parallel (same slope, different intercepts).
  • Infinite solutions: Lines are coincident (same line).

4. Linear Inequalities in One Variable

An inequality compares two expressions using symbols: < (less than), > (greater than), ≤ (less than or equal), ≥ (greater than or equal).

Solving Linear Inequalities

Solve similarly to equations, but with one crucial difference:

Important: When multiplying or dividing both sides by a negative number, reverse the inequality sign.

Example 1: Solve 3x – 7 ≤ 8

3x ≤ 15
x ≤ 5

On a number line: closed circle at 5, shade left.

Example 2 (Negative multiplication): Solve 5 – 2x > 9

-2x > 4
Divide by -2 (reverse sign): x < -2

On a number line: open circle at -2, shade left.

Compound Inequalities

Two inequalities joined by “and” or “or”.

Example (And): -3 < 2x + 1 ≤ 7

Subtract 1: -4 < 2x ≤ 6
Divide by 2: -2 < x ≤ 3

This means x > -2 and x ≤ 3. On number line: open at -2, closed at 3, shade between.

5. Linear Inequalities in Two Variables

An inequality like y > 2x – 1 represents a region of the coordinate plane, not just a line.

Graphing Linear Inequalities

  1. Graph the boundary line (treat as equation y = mx + c).
  2. Use a dashed line for < or > (points on line not included).
  3. Use a solid line for ≤ or ≥ (points on line included).
  4. Test a point (like (0,0)) to decide which side to shade.
  5. Shade the region that satisfies the inequality.

Example: Graph y ≤ 2x – 1

  • Boundary: y = 2x – 1 (solid line)
  • Test (0,0): 0 ≤ 2(0)-1? 0 ≤ -1? False
  • Shade the side opposite to (0,0).

6. Real-World Applications

Solved Examples

Example 1 (Budgeting): A student has $50 to spend on books (b) and pens (p). Books cost $10 each, pens $2 each. Write an inequality for the number of books and pens they can buy.

10b + 2p ≤ 50

Simplify: 5b + p ≤ 25. This is a linear inequality in two variables.

Example 2 (Temperature conversion): The formula to convert Celsius (C) to Fahrenheit (F) is F = 9/5C + 32. Find the temperature range in Celsius if Fahrenheit is between 50° and 86°.

50 < 9/5C + 32 < 86
Subtract 32: 18 < 9/5C < 54
Multiply by 5/9: 10 < C < 30

So, between 10°C and 30°C.

Example 3 (Break-even point): A company’s revenue R = 25x and cost C = 15x + 200, where x is units sold. Find the number of units needed to make a profit (R > C).

25x > 15x + 200
10x > 200
x > 20

They need to sell more than 20 units to make a profit.

7. Common Pitfalls

  • Incorrect: Forgetting to reverse inequality when multiplying/dividing by a negative.
    ✓ Correct: -2x < 6 → x > -3 (sign flips).
  • Incorrect: Adding/subtracting incorrectly when moving terms across equals.
    ✓ Correct: 2x + 3 = 7 → 2x = 7 – 3 (not 7 + 3).
  • Incorrect: Using a solid line for a strict inequality (< or >).
    ✓ Correct: Use dashed line for strict, solid for ≤ or ≥.
  • Incorrect: Shading the wrong region when graphing inequalities.
    ✓ Correct: Always test a point not on the line.
  • Incorrect: Confusing “and” vs “or” in compound inequalities.
    ✓ Correct: “And” means intersection (both true). “Or” means union (either true).

8. Practice Questions

  1. Solve 5(x – 3) = 2(x + 6).
  2. Solve the inequality: 7 – 3x ≥ 13.
  3. Find the equation of the line through (2,5) and (4,11).
  4. Solve the system: 2x + y = 10 and x – y = 2.
  5. Graph the inequality y > -x + 2.
  6. A taxi charges $3 base fare plus $2 per km. Write an inequality for the maximum distance you can travel with $20.

Answers: 1) x=9 2) x ≤ -2 3) y = 3x – 1 4) (4,2) 5) Dashed line through (0,2) and (2,0), shade above 6) 3 + 2d ≤ 20 → d ≤ 8.5 km

Grade 9 Mathematics

Expansion and Factorisation: Word Problems (Level 1)

Question 1: The length of a rectangular garden is (3x + 4) meters and its width is (2x – 1) meters. Find an expression for the area of the garden in expanded form. If x = 5, calculate the actual area. Answer: Area = 6x2 + 5x – 4 m2; When x = 5, area = 171 m2
Question 2: A number when multiplied by (x + 3) gives (x2 + 7x + 12). Find the number. Answer: (x + 4)
Question 3: The product of two consecutive integers is 56 more than the square of the smaller integer. If the smaller integer is n, form an equation and find the integers. Answer: n(n+1) = n2 + 56; Integers are 56 and 57
Question 4: A square piece of cardboard has side length (2x + 3) cm. A small square of side x cm is cut from each corner. Write an expression for the remaining area in factorised form. Answer: 3(4x + 3) cm2
Question 5: The sum of two numbers is 15 and their product is 56. If one number is a and the other is (15 – a), form a quadratic equation and find the numbers. Answer: a2 – 15a + 56 = 0; Numbers are 7 and 8
Question 6: A rectangular swimming pool has length (x + 6) meters and width (x – 2) meters. A path of uniform width x meters surrounds the pool. Find an expression for the total area including the path. Answer: 9x2 + 12x – 12 m2
Question 7: The difference between two numbers is 4 and the sum of their squares is 136. If the smaller number is y, form an equation and find the numbers. Answer: (y+4)2 + y2 = 136; Numbers are 6 and 10
Question 8: A rectangular field has an area of (x2 + 5x – 24) m2. If the length is (x + 8) meters, find the width in terms of x. Answer: Width = (x – 3) meters
Question 9: The product of (x + a) and (x + b) is x2 + 11x + 30. Find the values of a and b where a and b are positive integers with a > b. Answer: a = 6, b = 5
Question 10: A number when added to its reciprocal gives 41/20. If the number is p, form a quadratic equation and find the number. Answer: 20p2 – 41p + 20 = 0; Number is 5/4 or 4/5
Question 11: The length of a rectangle is 3 cm more than twice its width. If the area of the rectangle is 65 cm2, find the dimensions. Answer: Width = 5 cm, Length = 13 cm
Question 12: Factorise: x2 + 5/6x + 1/6 Answer: (x + 1/2)(x + 1/3)
Question 13: The sum of the squares of two consecutive odd numbers is 202. Find the numbers. Answer: 9 and 11
Question 14: A rectangular box has a volume of (x3 + 3x2 – 4x – 12) cm3. If the height is (x – 2) and the width is (x + 2), find the length. Answer: Length = (x + 3) cm
Question 15: A garden measuring 12m by 16m has a pathway of width x meters around its perimeter. The total area is 285 m2. Find x. Answer: 4x2 + 56x – 93 = 0; x = 1.5 m

Detailed Step-by-Step Solutions

Sol 1: (3x+4)(2x-1) = 6x2 – 3x + 8x – 4 = 6x2 + 5x – 4. For x=5: 6(25) + 5(5) – 4 = 171.
Sol 2: (x2 + 7x + 12) / (x + 3) = (x + 3)(x + 4) / (x + 3) = (x + 4).
Sol 3: n(n+1) = n2 + 56 → n2 + n = n2 + 56 → n = 56. Integers are 56, 57.
Sol 4: Remaining Area = (2x+3)2 – 4(x2) = (4x2 + 12x + 9) – 4x2 = 12x + 9 = 3(4x + 3).
Sol 5: a(15-a) = 56 → 15a – a2 = 56 → a2 – 15a + 56 = 0. (a-7)(a-8)=0. Numbers are 7, 8.
Sol 6: New Length = (x+6) + 2x = 3x+6. New Width = (x-2) + 2x = 3x-2. Total Area = (3x+6)(3x-2) = 9x2 + 12x – 12.
Sol 7: y2 + (y+4)2 = 136 → 2y2 + 8y – 120 = 0 → y2 + 4y – 60 = 0. (y+10)(y-6)=0. y=6. Numbers are 6, 10.
Sol 8: Width = (x2 + 5x – 24) / (x + 8) = (x + 8)(x – 3) / (x + 8) = x – 3.
Sol 9: (x+a)(x+b) = x2 + (a+b)x + ab. a+b=11, ab=30. Factors are 6 and 5. Since a > b, a=6, b=5.
Sol 10: p + 1/p = 41/20 → 20p2 – 41p + 20 = 0. (5p-4)(4p-5)=0. p = 4/5 or 5/4.
Sol 11: w(2w+3) = 65 → 2w2 + 3w – 65 = 0 → (2w+13)(w-5)=0. w=5. Dimensions are 5 cm and 13 cm.
Sol 12: 1/6(6x2 + 5x + 1) = 1/6(3x+1)(2x+1) = (x + 1/2)(x + 1/3).
Sol 13: n2 + (n+2)2 = 202 → 2n2 + 4n – 198 = 0 → n2 + 2n – 99 = 0. (n+11)(n-9)=0. n=9. Numbers are 9, 11.
Sol 14: Vol / (Width × Height) = (x3+3x2-4x-12) / (x2-4). Factorizing numerator gives (x+3)(x2-4). Result: x + 3.
Sol 15: (16+2x)(12+2x) = 285 → 4x2 + 56x – 93 = 0. Using quadratic formula, x = 1.5.

IB Mathematics – Grade 9

Expansion and Factorisation: MCQ Test (Level 2)

Question 1: The area of a rectangular research plot is calculated as (3x + 7)(2x – 5). Which expression represents the expanded form?
  • (A) 6x2 – x – 35
  • (B) 6x2 – 15x + 14x – 35
  • (C) 6x2 – x + 35
  • (D) 5x2 – x – 35
Correct Option: A
Question 2: A square metal sheet has side length (5x – 4) cm. What is its area in expanded form?
  • (A) 25x2 – 16
  • (B) 25x2 – 40x + 16
  • (C) 10x2 – 40x + 16
  • (D) 25x2 – 20x + 16
Correct Option: B
Question 3: A designer models a pattern using (4x + 3)2. Which is the correct expansion?
  • (A) 16x2 + 24x + 9
  • (B) 16x2 + 12x + 9
  • (C) 8x2 + 24x + 9
  • (D) 16x2 + 9
Correct Option: A
Question 4: The expression for the difference of two squares in a physics model is 9x2 – 25. Which is its factorised form?
  • (A) (3x – 5)2
  • (B) (9x – 5)(x + 5)
  • (C) (3x + 5)(3x – 5)
  • (D) (9x – 25)
Correct Option: C
Question 5: A business profit is represented by (2x – 3)(2x + 3). What is the simplified form?
  • (A) 4x2 – 9
  • (B) 4x2 + 9
  • (C) 2x2 – 9
  • (D) 4x2 – 6x + 9
Correct Option: A
Question 6: A rectangular banner has dimensions (x + 9) and (x – 4). What is the expanded expression for its area?
  • (A) x2 + 5x – 36
  • (B) x2 – 36
  • (C) x2 + 9x – 4x – 36
  • (D) x2 + 13x – 36
Correct Option: A
Question 7: A scientist models growth using (3x – 2)2 – (3x + 2)2. What is the simplified result?
  • (A) -24x
  • (B) 24x
  • (C) -12x
  • (D) 12x
Correct Option: A
Question 8: The volume expression of a model simplifies to x2 + 11x + 28. Which is its factorised form?
  • (A) (x + 7)(x + 4)
  • (B) (x + 14)(x + 2)
  • (C) (x + 28)(x + 1)
  • (D) (x + 8)(x + 3)
Correct Option: A
Question 9: A tile pattern area is represented by (6x + 1)(x – 3). What is the expanded form?
  • (A) 6x2 – 17x – 3
  • (B) 6x2 – 18x + x – 3
  • (C) 6x2 – 3x – 3
  • (D) 6x2 – 17x + 3
Correct Option: A
Question 10: The expression 4x2 – 12x + 9 represents the area of a square. What is its factorised form?
  • (A) (2x – 3)2
  • (B) (4x – 3)2
  • (C) (2x + 3)2
  • (D) (4x + 3)2
Correct Option: A
Question 11: A revenue model simplifies to x2 – 16x + 64. Which is the factorised form?
  • (A) (x – 8)2
  • (B) (x – 4)2
  • (C) (x – 16)2
  • (D) (x + 8)2
Correct Option: A
Question 12: A school garden area is given by (x + 12)2 – 144. What is the simplified expression?
  • (A) x2 + 24x
  • (B) x2 + 144
  • (C) x2 + 24x + 144
  • (D) x2 – 144
Correct Option: A
Question 13: The expression (5x – 6)(x + 2) represents production cost. What is the expanded form?
  • (A) 5x2 + 4x – 12
  • (B) 5x2 + 10x – 6x – 12
  • (C) 5x2 + 4x + 12
  • (D) 5x2 – 4x – 12
Correct Option: A
Question 14: A mathematical model simplifies to 16x2 – 81. Which is the correct factorisation?
  • (A) (4x – 9)2
  • (B) (16x – 9)(x + 9)
  • (C) (4x + 9)(4x – 9)
  • (D) (8x – 9)(2x + 9)
Correct Option: C
Question 15: A designer simplifies (2x + 5)2 + (2x – 5)2. What is the result?
  • (A) 8x2 + 50
  • (B) 4x2 + 50
  • (C) 8x2
  • (D) 4x2 – 50
Correct Option: A

Verification & Explanations

Sol 1: (3x+7)(2x-5) = 6x2 – 15x + 14x – 35 = 6x2 – x – 35
Sol 2: (5x-4)2 = (5x)2 – 2(5x)(4) + 42 = 25x2 – 40x + 16
Sol 3: (4x+3)2 = (4x)2 + 2(4x)(3) + 32 = 16x2 + 24x + 9
Sol 4: 9x2 – 25 = (3x)2 – 52 = (3x + 5)(3x – 5)
Sol 5: (2x-3)(2x+3) = (2x)2 – 32 = 4x2 – 9
Sol 6: (x+9)(x-4) = x2 – 4x + 9x – 36 = x2 + 5x – 36
Sol 7: [(9x2 – 12x + 4) – (9x2 + 12x + 4)] = -12x – 12x = -24x
Sol 8: Factors of 28 that sum to 11 are 7 and 4. Thus: (x + 7)(x + 4)
Sol 9: (6x+1)(x-3) = 6x2 – 18x + x – 3 = 6x2 – 17x – 3
Sol 10: (2x)2 – 2(2x)(3) + 32 = (2x – 3)2
Sol 11: (x)2 – 2(x)(8) + 82 = (x – 8)2
Sol 12: (x2 + 24x + 144) – 144 = x2 + 24x
Sol 13: 5x2 + 10x – 6x – 12 = 5x2 + 4x – 12
Sol 14: (4x)2 – 92 = (4x + 9)(4x – 9)
Sol 15: (4x2 + 20x + 25) + (4x2 – 20x + 25) = 8x2 + 50

Explore Free Online Tests for Grade 9 Students

Frequently Asked Questions (FAQs)

What is IB Class 9 Linear Equations Worksheet PDF?

It provides structured exercises on solving linear equations with detailed solutions.

How does IB Class 9 Linear Equations Worksheet PDF help students?

It strengthens algebra fundamentals and improves logical thinking.

Are inequalities included in the worksheet?

Yes, related inequality practice is often included.

Does the worksheet follow IB curriculum standards?

Yes, it aligns with IB learning objectives.

Can students use this worksheet for exam preparation?

Yes, it supports effective revision.

Are word problems included in the worksheet?

Yes, real-life application problems are provided.

Are step-by-step solutions provided?

Yes, clear explanations are included.

Does the worksheet include inequality practice resources?

Yes, it connects with Linear Equations and Inequalities IB Practice Questions.

How often should students practice linear equations?

Regular practice improves accuracy and confidence.

Where can students download structured worksheets?

They can download the PDF for systematic revision.