📚StudySolv

Class 9 · Mathematics · GANITA MANJARI

Chapter 2: Introduction to Linear Polynomials

PDF · No login required
ENHI
0 / 7 exercises
Exercise Set 2.1

Exercise 2.1Exercise Set 2.15 Qs

Q 1

1. Find the degrees of the following polynomials: (i) 2x² – 5x + 3 (ii) y³ + 2y – 1 (iii) –9 (iv) 4z – 3

Solution

The degree of a polynomial is the highest power of the variable in the polynomial.

(i) 2x² – 5x + 3

  • The terms are: 2x² (power 2), –5x (power 1), 3 (power 0)
  • Highest power = 2
  • ∴ Degree = 2

(ii) y³ + 2y – 1

  • The terms are: y³ (power 3), 2y (power 1), –1 (power 0)
  • Highest power = 3
  • ∴ Degree = 3

(iii) –9

  • This is a non-zero constant polynomial. It can be written as –9x⁰.
  • Highest power = 0
  • ∴ Degree = 0

(iv) 4z – 3

  • The terms are: 4z (power 1), –3 (power 0)
  • Highest power = 1
  • ∴ Degree = 1
Q 2

2. Write one example each of polynomials of degrees 1, 2, and 3.

Solution

Key Idea: Any polynomial p(x)=anxn++a0p(x) = a_n x^n + \cdots + a_0 with an0a_n \neq 0 has deg=n\deg = n.

Reference: Chapter 2, Page 18\text{Page 18}

Degree={1 (Linear):2x+52 (Quadratic):x2+3x+13 (Cubic):x32x2+x+4\text{Degree} = \begin{cases} 1 \ (\text{Linear}): & 2x + 5 \\ 2 \ (\text{Quadratic}): & x^2 + 3x + 1 \\ 3 \ (\text{Cubic}): & x^3 - 2x^2 + x + 4 \end{cases}

2x+5deg=1add higher powerx2+3x+1deg=2add higher powerx32x2+x+4deg=3\underbrace{2x+5}_{\deg = 1} \xrightarrow{\text{add higher power}} \underbrace{x^2+3x+1}_{\deg = 2} \xrightarrow{\text{add higher power}} \underbrace{x^3-2x^2+x+4}_{\deg = 3}

Real fact: Degree-1 models straight lines (simple interest), degree-2 models parabolas (projectile motion), and degree-3 models inflection curves (population growth with limits).


Q 3

3. What are the coefficients of x² and x³ in the polynomial- x⁴ – 3x³ + 6x² – 2x + 7?

Solution

The coefficient of a term is the numerical factor multiplied with the variable part.

Given polynomial: x⁴ – 3x³ + 6x² – 2x + 7

Identify each term:

TermVariable PartCoefficient
x⁴x⁴1
–3x³–3
6x²6
–2xx–2
7(constant)7
  • Coefficient of x² = 6
  • Coefficient of x³ = –3
Q 4

4. What is the coefficient of z in the polynomial 4z³ + 5z² – 11?

Solution

Given polynomial: 4z³ + 5z² – 11

We need to find the coefficient of z (i.e., the term with z¹).

  • Looking at the polynomial: 4z³ + 5z² + 0·z – 11
  • There is no term containing z (z to the power 1) in this polynomial.
  • This means the coefficient of z is 0.

∴ The coefficient of z = 0

Q 5

5. What is the constant term of the polynomial 9x³ + 5x² – 8x – 10?

Solution

The constant term of a polynomial is the term that does not contain any variable (i.e., the term with x⁰).

Given polynomial: 9x³ + 5x² – 8x – 10

Identify each term:

  • 9x³ → contains variable x
  • 5x² → contains variable x
  • –8x → contains variable x
  • –10 → does not contain any variable ✓

∴ The constant term = –10

Exercise Set 2.2

Exercise 2.2Exercise Set 2.27 Qs

Q 1

1. Find the value of the linear polynomial 5x – 3 for the given values of x:

(i) x = 0,

(ii) x = –1,

(iii) x = 2.

Solution

We substitute each value of x into the polynomial p(x) = 5x – 3.

(i) x = 0

p(0) = 5(0) – 3 = 0 – 3 = –3

(ii) x = –1

p(–1) = 5(–1) – 3 = –5 – 3 = –8

(iii) x = 2

p(2) = 5(2) – 3 = 10 – 3 = 7

Q 2

Find the value of the quadratic polynomial 7s² – 4s + 6 for the given values of s:**

(i) s = 0,

(ii) s = –3,

(iii) s = 4.

Solution

We substitute each value of s into the polynomial p(s) = 7s² – 4s + 6.

(i) s = 0

p(0) = 7(0)² – 4(0) + 6 = 0 – 0 + 6 = 6

(ii) s = –3

p(–3) = 7(–3)² – 4(–3) + 6 = 7 × 9 + 12 + 6 = 63 + 12 + 6 = 81

(iii) s = 4

p(4) = 7(4)² – 4(4) + 6 = 7 × 16 – 16 + 6 = 112 – 16 + 6 = 102

Q 3

3. The present age of Salil's mother is three times Salil's present age. After 5 years, their ages will add up to 70 years. Find their present ages.

Solution

Let Salil's present age = x years

Then, Salil's mother's present age = 3x years

After 5 years:

  • Salil's age = x + 5
  • Mother's age = 3x + 5

Setting up the equation:

(x + 5) + (3x + 5) = 70

4x + 10 = 70

4x = 70 – 10 = 60

x = 60 ÷ 4 = 15

Therefore:

  • Salil's present age = 15 years
  • Salil's mother's present age = 3 × 15 = 45 years

Verification: After 5 years, Salil = 20, Mother = 50. Sum = 70 ✓

Q 4

4. The difference between two positive integers is 63. The ratio of the two integers is 2:5. Find the two integers.

Solution

Let the two positive integers be in the ratio 2:5.

So, let the integers be 2k and 5k for some positive integer k.

Given: The difference between the two integers is 63.

5k – 2k = 63

3k = 63

k = 63 ÷ 3 = 21

Therefore:

  • Smaller integer = 2 × 21 = 42
  • Larger integer = 5 × 21 = 105

Verification: 105 – 42 = 63 ✓ and 42:105 = 2:5 ✓

Q 5

5. Ruby has 3 times as many two-rupee coins as five-rupee coins. If she has a total of ₹88, how many coins does she have of each type?

Solution

Let the number of five-rupee coins = x

Then, the number of two-rupee coins = 3x

Total amount:

Value from five-rupee coins = 5x

Value from two-rupee coins = 2 × 3x = 6x

Setting up the equation:

5x + 6x = 88

11x = 88

x = 88 ÷ 11 = 8

Therefore:

  • Number of five-rupee coins = 8
  • Number of two-rupee coins = 3 × 8 = 24

Verification: 8 × 5 + 24 × 2 = 40 + 48 = ₹88 ✓

Q 6

6. A farmer cuts a 300-feet fence into two pieces of different sizes. The longer piece is four times as long as the shorter piece. How long are the two pieces?

Solution

Let the length of the shorter piece = x feet

Then, the length of the longer piece = 4x feet

Setting up the equation:

x + 4x = 300

5x = 300

x = 300 ÷ 5 = 60

Therefore:

  • Length of the shorter piece = 60 feet
  • Length of the longer piece = 4 × 60 = 240 feet

Verification: 60 + 240 = 300 ✓ and 240 = 4 × 60 ✓

Q 7

7. The length of a rectangle is three more than twice its width, and its perimeter is 24 cm. What are the dimensions of the rectangle?

Solution

Let the width of the rectangle = w cm

Then, the length = (2w + 3) cm

Perimeter of a rectangle = 2(length + width)

2(2w + 3 + w) = 24

2(3w + 3) = 24

6w + 6 = 24

6w = 24 – 6 = 18

w = 18 ÷ 6 = 3

Therefore:

  • Width = 3 cm
  • Length = 2(3) + 3 = 6 + 3 = 9 cm

Verification: Perimeter = 2(9 + 3) = 2 × 12 = 24 cm ✓

Exercise Set 2.3

Exercise 2.3Linear Expressions and Patterns5 Qs

Q 1

1. A student has ₹500 in her savings bank account and receives ₹150 every month as pocket money. Find a linear expression to represent the amount she will have at the end of the nth month.

Solution

Step-by-Step Solution

Given Information:

  • Initial amount = ₹500
  • Monthly pocket money = ₹150

Building the pattern:

Month (n)CalculationAmount (₹)
1500 + 1 × 150650
2500 + 2 × 150800
3500 + 3 × 150950
4500 + 4 × 1501100

Finding the pattern:

At the end of the nth month, the amount = Initial amount + (n × monthly pocket money)

A(n)=500+150nA(n) = 500 + 150n

Linear Expression: A(n) = 500 + 150n

This is a linear growth pattern, where the amount increases by a fixed value of ₹150 each month.

Q 2

2. A rally starts with 120 members. Each hour, 9 members drop out of the group. Find the number of members remaining after 1, 2, 3, ... hours, and write a linear expression for the number of members at the end of the nth hour.

Solution

Step-by-Step Solution

Given Information:

  • Initial members = 120
  • Members dropping out each hour = 9

Building the pattern:

Hour (n)CalculationMembers remaining
1120 − 1 × 9111
2120 − 2 × 9102
3120 − 3 × 993
4120 − 4 × 984

Finding the pattern:

At the end of the nth hour, the members remaining = Initial members − (n × members dropping per hour)

M(n)=1209nM(n) = 120 - 9n

Linear Expression: M(n) = 120 − 9n

This is a linear decay pattern, where the number of members decreases by a fixed value of 9 each hour.

Q 3

3. The length of a rectangle is 13 cm. Find the area when the breadth is (i) 12 cm, (ii) 10 cm, (iii) 8 cm. Also find the linear pattern representing the area of the rectangle.

Solution

Step-by-Step Solution

Given Information:

  • Length = 13 cm (fixed)
  • Breadth varies: 12 cm, 10 cm, 8 cm
  • Area of rectangle = Length × Breadth

Calculating the areas:

(i) Breadth = 12 cm: Area=13×12=156 cm2\text{Area} = 13 \times 12 = 156 \text{ cm}^2

(ii) Breadth = 10 cm: Area=13×10=130 cm2\text{Area} = 13 \times 10 = 130 \text{ cm}^2

(iii) Breadth = 8 cm: Area=13×8=104 cm2\text{Area} = 13 \times 8 = 104 \text{ cm}^2

Observing the pattern:

Breadth (b) cm81012
Area (cm²)104130156

As the breadth decreases by 2 cm, the area decreases by 26 cm².

Linear Pattern:

Let b = breadth of the rectangle.

A(b)=13bA(b) = 13b

This is a linear expression in b. As the breadth increases by 1 cm, the area increases by 13 cm² (a constant amount), confirming it is a linear pattern.

Q 4

4. A rectangular box has length 7 cm and breadth 11 cm. Find the volume when the height is (i) 5 cm, (ii) 9 cm, (iii) 13 cm. Also find the linear pattern representing the volume of the box.

Solution

Step-by-Step Solution

Given Information:

  • Length = 7 cm (fixed)
  • Breadth = 11 cm (fixed)
  • Base area = 7 × 11 = 77 cm²
  • Volume = Length × Breadth × Height = 77 × Height

Calculating the volumes:

(i) Height = 5 cm: V=7×11×5=77×5=385 cm3V = 7 \times 11 \times 5 = 77 \times 5 = 385 \text{ cm}^3

(ii) Height = 9 cm: V=7×11×9=77×9=693 cm3V = 7 \times 11 \times 9 = 77 \times 9 = 693 \text{ cm}^3

(iii) Height = 13 cm: V=7×11×13=77×13=1001 cm3V = 7 \times 11 \times 13 = 77 \times 13 = 1001 \text{ cm}^3

Observing the pattern:

Height (h) cm5913
Volume (cm³)3856931001

As height increases by 4 cm, volume increases by 308 cm³.

Linear Pattern:

Let h = height of the rectangular box.

V(h)=77hV(h) = 77h

This is a linear expression in h. As height increases by 1 cm, volume increases by a fixed amount of 77 cm³, confirming this is a linear growth pattern.

Q 5

Sarita is reading a book of 500 pages and reads 20 pages every day. How many pages will be left after 15 days? Express the number of remaining pages as a linear pattern.

Solution

Step-by-Step Solution

Given Information:

  • Total pages = 500
  • Pages read per day = 20

Building the linear pattern:

Let d = number of days elapsed.

Pages read after d days = 20d

Pages remaining after d days: P(d)=50020dP(d) = 500 - 20d

Calculating pages left after specific days:

Day (d)Pages Remaining
1500 − 20 = 480
2500 − 40 = 460
5500 − 100 = 400
10500 − 200 = 300
15500 − 300 = 200

Pages left after 15 days: P(15)=50020×15=500300=200 pagesP(15) = 500 - 20 \times 15 = 500 - 300 = \mathbf{200 \text{ pages}}

Linear Pattern: P(d) = 500 − 20d

This is a linear decay pattern — as each day passes, the number of remaining pages decreases by a constant 20 pages.

Exercise Set 2.4

Exercise 2.4Exercise Set 2.44 Qs

Q 1

1. A plant has an initial height of 1.75 feet and grows by 0.5 feet each month.

  1. (i) Find the height after 7 months,
  2. (ii) Make a table of values for t varying from 0 to 10 months.
  3. (iii) Find an expression that relates h and t, and explain why it represents linear growth.

Solution

Solution

Part (i): Height after 7 months

Given:

  • Initial height = 1.75 feet
  • Growth rate = 0.5 feet per month
  • Time, t = 7 months

Calculation: h=1.75+0.5×th = 1.75 + 0.5 \times t h=1.75+0.5×7h = 1.75 + 0.5 \times 7 h=1.75+3.5=5.25 feeth = 1.75 + 3.5 = \mathbf{5.25 \text{ feet}}


Part (ii): Table of values (t = 0 to 10)

Month (t)Height h (feet)
01.75
12.25
22.75
33.25
43.75
54.25
64.75
75.25
85.75
96.25
106.75
  • The height increases by a constant 0.5 feet every month.

Part (iii): Expression relating h and t

h=0.5t+1.75\boxed{h = 0.5t + 1.75}

Why it represents linear growth:

  • This is of the form h = at + b, where a = 0.5 and b = 1.75.
  • The variable t appears with power 1 (no t², no t³, etc.), making it a linear polynomial.
  • The height increases by a fixed (constant) amount of 0.5 feet each month — this constant rate of change is the defining feature of linear growth.
  • On a graph, this would produce a straight line with slope 0.5 and y-intercept 1.75.
Q 2

2. A mobile phone is bought for ₹10,000 and its value decreases by ₹800 every year.

  1. (i) Find the value after 3 years,
  2. (ii) Make a table of values for t varying from 0 to 8 years and show how the value of the phone, v, depreciates with time.
  3. (iii) Find an expression that relates v and t, and explain why it represents linear decay.

Solution

Solution

Part (i): Value after 3 years

Given:

  • Initial value = ₹10,000
  • Depreciation rate = ₹800 per year
  • Time, t = 3 years

Calculation: v=10000800×tv = 10000 - 800 \times t v=10000800×3v = 10000 - 800 \times 3 v=100002400=7600v = 10000 - 2400 = \mathbf{₹7600}


Part (ii): Table of values (t = 0 to 8)

Year (t)Value v (₹)
010,000
19,200
28,400
37,600
46,800
56,000
65,200
74,400
83,600
  • The value decreases by a constant ₹800 every year.

Part (iii): Expression relating v and t

v=10000800t\boxed{v = 10000 - 800t}

Why it represents linear decay:

  • This is of the form v = at + b, where a = −800 and b = 10,000.
  • The variable t has power 1, making it a linear polynomial.
  • The value decreases by a fixed (constant) amount of ₹800 each year — this constant rate of decrease is the defining feature of linear decay.
  • On a graph, this produces a straight line with a negative slope (−800), showing a steady decrease over time.
Q 3

The initial population of a village is 750. Every year, 50 people move from a nearby city to the village.

(i) Find the population of the village after 6 years.

(ii) Make a table of values for t varying from 0 to 10 years and show how the population, P, increases every year.

(iii) Find an expression that relates P and t, and explain why it represents linear growth.

Solution

Solution

Part (i): Population after 6 years

Given:

  • Initial population = 750
  • Rate of increase = 50 people per year
  • Time, t = 6 years

Calculation: P=750+50×tP = 750 + 50 \times t P=750+50×6P = 750 + 50 \times 6 P=750+300=1050P = 750 + 300 = \mathbf{1050}


Part (ii): Table of values (t = 0 to 10)

Year (t)Population P
0750
1800
2850
3900
4950
51000
61050
71100
81150
91200
101250
  • The population increases by a constant 50 people every year.

Part (iii): Expression relating P and t

P=50t+750\boxed{P = 50t + 750}

Why it represents linear growth:

  • This is of the form P = at + b, where a = 50 and b = 750.
  • The variable t appears with power 1, making this a linear polynomial.
  • The population increases by a fixed (constant) amount of 50 people each year — this constant rate of change is the hallmark of linear growth.
  • On a graph, this produces a straight line with slope 50 and y-intercept 750.
Q 4

4. A telecom company charges 600 for a certain recharge scheme.This prepaid balance is reduced by `15 each day after the recharge.

(i) Write an equation that models the remaining balance b(x) after using the scheme for x days. Explain why it represents linear decay.

(ii) After how many days will the balance run out?

(iii)Make a table of values for x varying from 1 to 10 days and show how the balance b(x), reduces with time.

Solution

Solution

Part (i): Equation for remaining balance b(x)

Given:

  • Initial balance = ₹600
  • Daily reduction = ₹15
  • x = number of days

b(x)=60015x\boxed{b(x) = 600 - 15x}

Why it represents linear decay:

  • This is of the form b = ax + c, where a = −15 and c = 600.
  • The variable x has power 1, so this is a linear polynomial.
  • The balance decreases by a fixed (constant) amount of ₹15 every day — a constant rate of decrease is the defining property of linear decay.
  • On a graph, this is a straight line with a negative slope (−15).

Part (ii): Number of days for balance to run out

The balance runs out when b(x) = 0: 60015x=0600 - 15x = 0 15x=60015x = 600 x=60015=40 daysx = \frac{600}{15} = \mathbf{40 \text{ days}}

The balance will run out after 40 days.


Part (iii): Table of values (x = 1 to 10)

Day (x)Balance b(x) (₹)
1585
2570
3555
4540
5525
6510
7495
8480
9465
10450
  • The balance decreases by ₹15 each day, confirming the constant rate of linear decay.
Exercise Set 2.5

Exercise 2.5Exercise Set 2.53 Qs

Q 1

1. A learning platform charges a fixed monthly fee and an additional cost per digital learning module accessed. When a student accessed 10 modules, her bill was ₹400, and when she accessed 14 modules, her bill was ₹500. If the monthly bill y depends on the number of modules x by the relation y = ax + b, find the values of a and b.

Solution

Solution

We are given that the monthly bill follows the relation y = ax + b.

Step 1: Set up the two equations using the given information.

  • When x = 10, y = 400: 10a+b=400...(1)10a + b = 400 \quad \text{...(1)}

  • When x = 14, y = 500: 14a+b=500...(2)14a + b = 500 \quad \text{...(2)}

Step 2: Subtract equation (1) from equation (2) to eliminate b.

(14a+b)(10a+b)=500400(14a + b) - (10a + b) = 500 - 400 4a=1004a = 100 a=25a = 25

Step 3: Substitute a = 25 into equation (1) to find b.

10(25)+b=40010(25) + b = 400 250+b=400250 + b = 400 b=150b = 150

Step 4: Write the final relation.

y=25x+150y = 25x + 150

Conclusion:

  • a = 25 (cost per module = ₹25)
  • b = 150 (fixed monthly fee = ₹150)
Q 2

2. A gym charges a fixed monthly fee and an additional cost per hour for using the badminton court. When a student used the court for 10 hours, her bill was ₹800, and when she used it for 15 hours, her bill was ₹1100. If the monthly bill y depends on the hours of use x by the relation y = ax + b, find the values of a and b.

Solution

Solution

We are given that the monthly bill follows the relation y = ax + b.

Step 1: Set up the two equations using the given information.

  • When x = 10, y = 800: 10a+b=800...(1)10a + b = 800 \quad \text{...(1)}

  • When x = 15, y = 1100: 15a+b=1100...(2)15a + b = 1100 \quad \text{...(2)}

Step 2: Subtract equation (1) from equation (2) to eliminate b.

(15a+b)(10a+b)=1100800(15a + b) - (10a + b) = 1100 - 800 5a=3005a = 300 a=60a = 60

Step 3: Substitute a = 60 into equation (1) to find b.

10(60)+b=80010(60) + b = 800 600+b=800600 + b = 800 b=200b = 200

Step 4: Write the final relation.

y=60x+200y = 60x + 200

Conclusion:

  • a = 60 (cost per hour for badminton court = ₹60)
  • b = 200 (fixed monthly fee = ₹200)
Q 3

3. Consider the relationship between temperature measured in degrees Celsius (°C) and degrees Fahrenheit (°F), which is given by °C = a °F + b. Find a and b, given that ice melts at 0 degrees Celsius and 32 degrees Fahrenheit, and water boils at 100 degrees Celsius and 212 degrees Fahrenheit. (Hint: When °C = 0, °F = 32 and when °C = 100, °F = 212. Use this information to find a and b, and thus, the linear relationship­ between °C and °F.)

Solution

Solution

We are given that °C = a·°F + b.

Step 1: Set up the two equations using the given conditions.

  • When °C = 0, °F = 32 (ice melts): 0=32a+b...(1)0 = 32a + b \quad \text{...(1)}

  • When °C = 100, °F = 212 (water boils): 100=212a+b...(2)100 = 212a + b \quad \text{...(2)}

Step 2: Subtract equation (1) from equation (2) to eliminate b.

1000=212a32a100 - 0 = 212a - 32a 100=180a100 = 180a a=100180=59a = \frac{100}{180} = \frac{5}{9}

Step 3: Substitute a = 5/9 into equation (1) to find b.

0=32×59+b0 = 32 \times \frac{5}{9} + b 0=1609+b0 = \frac{160}{9} + b b=1609b = -\frac{160}{9}

Step 4: Write the final relation.

°C=59°F1609°C = \frac{5}{9} \cdot °F - \frac{160}{9}

This can also be written as: °C=59(°F32)°C = \frac{5}{9}(°F - 32)

Verification:

  • When °F = 32: °C = (5/9)(32 − 32) = 0 ✓
  • When °F = 212: °C = (5/9)(212 − 32) = (5/9)(180) = 100 ✓

Conclusion:

  • a = 5/9
  • b = −160/9
Exercise Set 2.6

Exercise 2.6Graphs of Linear Polynomials5 Qs

Q 1(i)

Draw the graphs of y = 4x, y = 2x, and y = x on the same axes. Reflect on the role of 'a' in y = ax.

Solution

Drawing the Graphs of y = 4x, y = 2x, y = x**

Screenshot 2026-05-11 at 3.46.53 PM

Step 1: Prepare a table of values for each line.

Since all three lines pass through the origin (0, 0), we choose a few values of x:

xy = xy = 2xy = 4x
0000
1124
2248
-1-1-2-4

Step 2: Plot the points and draw each line.

  • Plot points for y = x: (0,0), (1,1), (2,2), (-1,-1) → draw a straight line.
  • Plot points for y = 2x: (0,0), (1,2), (2,4), (-1,-2) → draw a straight line.
  • Plot points for y = 4x: (0,0), (1,4), (2,8), (-1,-4) → draw a straight line.

Step 3: Observe the role of 'a' in y = ax.

  • All three lines pass through the origin (0, 0).
  • The value of 'a' is the slope (steepness) of the line.
  • As 'a' increases (from 1 to 2 to 4), the line becomes steeper (closer to the y-axis).
  • Since all values of 'a' are positive, all lines slope upward from left to right.
  • Conclusion: In y = ax, the coefficient 'a' controls the slope/steepness of the line. Larger positive 'a' → steeper line.
Q 1(ii)

Draw the graphs of y = –6x, y = –3x, and y = –x on the same axes. Reflect on the role of 'a' in y = ax.

Solution

Drawing the Graphs of y = –6x, y = –3x, y = –x

Screenshot 2026-05-11 at 3.49.17 PM

Step 1: Prepare a table of values for each line.

xy = –xy = –3xy = –6x
0000
1-1-3-6
2-2-6-12
-1136

Step 2: Plot the points and draw each line.

  • y = –x: (0,0), (1,–1), (–1,1) → line slopes downward.
  • y = –3x: (0,0), (1,–3), (–1,3) → steeper downward slope.
  • y = –6x: (0,0), (1,–6), (–1,6) → even steeper downward slope.

Step 3: Observe the role of 'a'.

  • All lines pass through the origin (0, 0).
  • Since 'a' is negative, all lines slope downward from left to right.
  • As the magnitude of 'a' increases (1 → 3 → 6), the line becomes steeper.
  • Conclusion: A negative value of 'a' gives a downward-sloping line. The larger the magnitude of negative 'a', the steeper the line.
Q 1(iii)

Draw the graphs of y = 5x and y = –5x on the same axes. Reflect on the role of 'a'.

Solution

Drawing the Graphs of y = 5x and y = –5x

Screenshot 2026-05-11 at 3.50.32 PM

Step 1: Prepare a table of values.

xy = 5xy = –5x
000
15-5
210-10
-1-55
-2-1010

Step 2: Plot the points and draw each line.

  • y = 5x: passes through (0,0), (1,5), (–1,–5) → slopes steeply upward.
  • y = –5x: passes through (0,0), (1,–5), (–1,5) → slopes steeply downward.

Step 3: Observe the role of 'a'.

  • Both lines pass through the origin and have the same steepness (|a| = 5).
  • They are mirror images of each other about the x-axis (or y-axis).
  • y = 5x rises from left to right (positive slope).
  • y = –5x falls from left to right (negative slope).
  • Conclusion: Changing the sign of 'a' reflects the line about the x-axis while keeping the steepness the same.
Q 1(iv)

Draw the graphs of y = 3x – 1, y = 3x, and y = 3x + 1 on the same axes. Reflect on the role of 'b' in y = ax + b.

Solution

Drawing the Graphs of y = 3x – 1, y = 3x, y = 3x + 1

Screenshot 2026-05-11 at 3.50.43 PM

Step 1: Prepare a table of values.

xy = 3x – 1y = 3xy = 3x + 1
-1-4-3-2
0-101
1234
2567

Step 2: Plot the points and draw each line.

  • y = 3x – 1: crosses y-axis at (0, –1).
  • y = 3x: passes through origin (0, 0).
  • y = 3x + 1: crosses y-axis at (0, 1).

Step 3: Observe the role of 'b'.

  • All three lines have the same slope (a = 3), so they are parallel to each other.
  • The value of 'b' is the y-intercept — the point where the line crosses the y-axis.
  • Increasing 'b' shifts the line upward (parallel shift).
  • Decreasing 'b' shifts the line downward (parallel shift).
  • Conclusion: In y = ax + b, the value of 'b' shifts the line up or down without changing its slope. Parallel lines have the same 'a' but different 'b'.
Q 1(v)

Draw the graphs of y = –2x – 3, y = –2x, and y = 2x + 3 on the same axes. Reflect on the role of 'a' and 'b'.

Solution

Drawing the Graphs of y = –2x – 3, y = –2x, y = 2x + 3

Screenshot 2026-05-11 at 3.50.53 PM

Step 1: Prepare a table of values.

xy = –2x – 3y = –2xy = 2x + 3
-214-1
-1-121
0-303
1-5-25
2-7-47

Step 2: Plot the points and draw each line.

  • y = –2x: passes through (0,0), slopes downward with slope –2.
  • y = –2x – 3: parallel to y = –2x but shifted down by 3 (y-intercept = –3).
  • y = 2x + 3: slopes upward with slope 2, y-intercept = 3.

Step 3: Observe the role of 'a' and 'b'.

  • y = –2x and y = –2x – 3 are parallel (same slope a = –2, different b).
    • 'b' = –3 shifts the line down by 3 units.
  • y = –2x – 3 and y = 2x + 3 have opposite slopes (–2 vs +2) and are reflections of each other about the y-axis in terms of direction.
    • Note that y = 2x + 3 is actually the reflection of y = –2x – 3 in a sense — same magnitude of slope but opposite sign, and 'b' changes from –3 to +3.
  • Role of 'a': Determines the direction and steepness of the slope.
  • Role of 'b': Determines the y-intercept (vertical position) of the line.
  • Conclusion: 'a' controls slope direction and steepness; 'b' controls the vertical shift. Lines with the same 'a' are parallel. Changing the sign of 'a' reflects the line's direction.
End-of-Chapter Exercises

Exercise 2End-of-Chapter Exercises14 Qs

Q 1

Write a polynomial of degree 3 in the variable x, in which the coefficient of the x² term is –7.

Solution

A polynomial of degree 3 has the highest power of x equal to 3.

The general form of a degree-3 polynomial is: p(x)=ax3+bx2+cx+dp(x) = ax^3 + bx^2 + cx + d where a0a \neq 0.

Given condition: The coefficient of x2x^2 is 7-7, so b=7b = -7.

Choosing simple values for the other coefficients (e.g., a=1a = 1, c=2c = 2, d=5d = 5):

p(x)=x37x2+2x+5\boxed{p(x) = x^3 - 7x^2 + 2x + 5}

Note: Many correct answers are possible. Any polynomial of the form ax37x2+cx+dax^3 - 7x^2 + cx + d where a0a \neq 0 is acceptable.

Q 2

Find the values of the following polynomials at the indicated values of the variables:

(i) 5x² – 3x + 7 if x = 1,

(ii) 4t³ – t² + 6 if t = a.

Solution

(i) Finding the value of 5x² – 3x + 7 at x = 1:

Substitute x=1x = 1:

p(1)=5(1)23(1)+7p(1) = 5(1)^2 - 3(1) + 7

=5(1)3+7= 5(1) - 3 + 7

=53+7= 5 - 3 + 7

=9= \boxed{9}


(ii) Finding the value of 4t³ – t² + 6 at t = a:

Substitute t=at = a:

p(a)=4(a)3(a)2+6p(a) = 4(a)^3 - (a)^2 + 6

=4a3a2+6= \boxed{4a^3 - a^2 + 6}

Q 3

3. If we multiply a number by 5/2 and add 2/3 to the product, we get –7/12. Find the number.

Solution

Let the number be xx.

According to the problem: 52x+23=712\frac{5}{2} \cdot x + \frac{2}{3} = -\frac{7}{12}

Step 1: Isolate the term with xx: 52x=71223\frac{5}{2}x = -\frac{7}{12} - \frac{2}{3}

Step 2: Find a common denominator for the right side (LCD = 12): 71223=712812=1512=54-\frac{7}{12} - \frac{2}{3} = -\frac{7}{12} - \frac{8}{12} = -\frac{15}{12} = -\frac{5}{4}

Step 3: Solve for xx: 52x=54\frac{5}{2}x = -\frac{5}{4} x=54×25=1020=12x = -\frac{5}{4} \times \frac{2}{5} = -\frac{10}{20} = -\frac{1}{2}

Verification: 52×(12)+23=54+23=1512+812=712\frac{5}{2} \times \left(-\frac{1}{2}\right) + \frac{2}{3} = -\frac{5}{4} + \frac{2}{3} = -\frac{15}{12} + \frac{8}{12} = -\frac{7}{12}

x=12\boxed{x = -\dfrac{1}{2}}

Q 4

4. A positive number is 5 times another number. If 21 is added to both the numbers, then one of the new numbers becomes twice the other new number. What are the numbers?

Solution

Let the smaller number be xx.

Then the larger number is 5x5x (since it is 5 times the other).

After adding 21 to both:

  • Smaller number becomes: x+21x + 21
  • Larger number becomes: 5x+215x + 21

Setting up the equation:

One of the new numbers becomes twice the other. Since the larger number is 5x+215x + 21, it is reasonable that: 5x+21=2(x+21)5x + 21 = 2(x + 21)

Solving: 5x+21=2x+425x + 21 = 2x + 42 5x2x=42215x - 2x = 42 - 21 3x=213x = 21 x=7x = 7

So the two numbers are:

  • Smaller number: x=7x = 7
  • Larger number: 5x=355x = 35

Verification:

  • After adding 21: 7+21=287 + 21 = 28 and 35+21=5635 + 21 = 56
  • Is 56=2×2856 = 2 \times 28? Yes! ✓

The two numbers are 7 and 35.\boxed{\text{The two numbers are } 7 \text{ and } 35.}

Q 5

5. If you have ₹800 and you save ₹250 every month, find the amount you have after

(i) 6 months and

(ii) 2 years. Express this as a linear pattern.**

Solution

Setting up the linear pattern:

Let nn = number of months, and AA = total amount after nn months.

You start with ₹800 and save ₹250 every month, so: A=800+250nA = 800 + 250n

This is a linear equation in nn with slope 250 (monthly savings) and y-intercept 800 (initial amount).


(i) After 6 months (n=6n = 6): A=800+250×6=800+1500=2300A = 800 + 250 \times 6 = 800 + 1500 = ₹2300


(ii) After 2 years (n=24n = 24 months): A=800+250×24=800+6000=6800A = 800 + 250 \times 24 = 800 + 6000 = ₹6800


Linear Pattern Table:

Month (n)Amount (₹)
0800
11050
21300
62300
246800

A=800+250n\boxed{A = 800 + 250n}

Q 6

6. The digits of a two-digit number differ by 3. If the digits are interchanged and the resulting number is added to the original number, we get 143. Find both the numbers.

Solution

Setting up the problem:

Let the tens digit be xx and the units digit be yy.

  • Original number = 10x+y10x + y
  • Reversed number = 10y+x10y + x

Condition 1: The digits differ by 3: xy=3...(1)x - y = 3 \quad \text{...(1)} (assuming x>yx > y; we'll check the other case too)

Condition 2: Sum of original and reversed numbers = 143: (10x+y)+(10y+x)=143(10x + y) + (10y + x) = 143 11x+11y=14311x + 11y = 143 x+y=13...(2)x + y = 13 \quad \text{...(2)}

Solving equations (1) and (2):

Adding (1) and (2): 2x=16x=82x = 16 \Rightarrow x = 8

Substituting in (2): 8+y=13y=58 + y = 13 \Rightarrow y = 5

The two numbers:

  • Original number: 10(8)+5=8510(8) + 5 = 85
  • Reversed number: 10(5)+8=5810(5) + 8 = 58

Verification: 85+58=14385 + 58 = 143 ✓ and 85=38 - 5 = 3

If y>xy > x, then yx=3y - x = 3 gives y=8,x=5y = 8, x = 5, so the original number is 58 and the reversed number is 85 — the same pair.

The two numbers are 85 and 58.\boxed{\text{The two numbers are } 85 \text{ and } 58.}

Q 7

7. Draw the graph of the following equations, and identify their slopes and y-intercepts. Also find the coordinates of the points where these lines cut the y-axis. Are any of the lines parallel?

(i) y = –3x + 4,

(ii) 2y = 4x + 7,

(iii) 5y = 6x – 10,

(iv) 3y = 6x – 11.**

Solution

To graph each line, we convert it to the slope-intercept form y=mx+by = mx + b, where mm is the slope and bb is the y-intercept.


(i) y=3x+4y = -3x + 4

Already in slope-intercept form.

  • Slope m=3m = -3
  • y-intercept b=4b = 4 → cuts y-axis at (0, 4)

Points for graph:

xy = –3x + 4
04
11
2–2

Linear functions graph with labeled points


(ii) 2y=4x+72y = 4x + 7

Divide both sides by 2: y=2x+72y = 2x + \frac{7}{2}

  • Slope m=2m = 2
  • y-intercept b=72=3.5b = \frac{7}{2} = 3.5 → cuts y-axis at (0,72)\left(0, \dfrac{7}{2}\right)

Points for graph:

xy = 2x + 3.5
03.5
15.5
–11.5

ii


(iii) 5y=6x105y = 6x – 10

Divide both sides by 5: y=65x2y = \frac{6}{5}x - 2

  • Slope m=65m = \dfrac{6}{5}
  • y-intercept b=2b = -2 → cuts y-axis at (0, –2)

Points for graph:

xy = (6/5)x – 2
0–2
54
–5–8

iii


(iv) 3y=6x113y = 6x – 11

Divide both sides by 3: y=2x113y = 2x - \frac{11}{3}

  • Slope m=2m = 2
  • y-intercept b=113b = -\dfrac{11}{3} → cuts y-axis at (0,113)\left(0, -\dfrac{11}{3}\right)

Points for graph:

xy = 2x – 11/3
0–3.67
20.33
32.33

iv


Summary Table:

EquationSlopey-intercepty-axis point
y = –3x + 4–34(0, 4)
2y = 4x + 727/2(0, 7/2)
5y = 6x – 106/5–2(0, –2)
3y = 6x – 112–11/3(0, –11/3)

Are any lines parallel?

Lines (ii) and (iv) both have slope = 2 but different y-intercepts (72\frac{7}{2} and 113-\frac{11}{3}).

Lines (ii) 2y=4x+7 and (iv) 3y=6x11 are parallel.\boxed{\text{Lines (ii) } 2y = 4x + 7 \text{ and (iv) } 3y = 6x - 11 \text{ are parallel.}}

Q 8

8. If the temperature of a liquid can be measured in Kelvin units as x K and in Fahrenheit units as y °F, the relation between the two systems of measurement of temperature is given by the linear equation y = 9/5 (x – 273) + 32.

(i) Find the temperature of the liquid in Fahrenheit if the temperature of the liquid is 313 K.

(ii) If the temperature is 158 °F, then find the temperature in Kelvin.

Solution

Given: y=95(x273)+32y = \dfrac{9}{5}(x - 273) + 32


(i) Find y (°F) when x = 313 K:

y=95(313273)+32y = \frac{9}{5}(313 - 273) + 32 =95(40)+32= \frac{9}{5}(40) + 32 =3605+32= \frac{360}{5} + 32 =72+32= 72 + 32 =104 °F= \boxed{104 \text{ °F}}


(ii) Find x (K) when y = 158 °F:

158=95(x273)+32158 = \frac{9}{5}(x - 273) + 32

Step 1: Subtract 32 from both sides: 15832=95(x273)158 - 32 = \frac{9}{5}(x - 273) 126=95(x273)126 = \frac{9}{5}(x - 273)

Step 2: Multiply both sides by 59\frac{5}{9}: x273=126×59=6309=70x - 273 = 126 \times \frac{5}{9} = \frac{630}{9} = 70

Step 3: Solve for x: x=273+70=343 Kx = 273 + 70 = \boxed{343 \text{ K}}

Q 9

9. The work done by a body on the application of a constant force is the product of the constant force and the distance travelled by the body in the direction of the force. Express this in the form of a linear equation in two variables (work w and distance d), and draw its graph by taking the constant force as 3 units. What is the work done when the distance travelled is 2 units? Verify it by plotting it on the graph.

Solution

Setting up the linear equation:

Work done = Force × Distance w=Fdw = F \cdot d

With constant force F=3F = 3 units: w=3d\boxed{w = 3d}

This is a linear equation in two variables ww and dd, passing through the origin with slope 3.


Table of values for the graph:

d (distance)w = 3d (work)
00
13
26
39
412

Graph: Plot dd on the x-axis and ww on the y-axis. The graph is a straight line passing through the origin (0, 0) with slope 3.

9


Work done when d = 2 units: w=3×2=6 units of workw = 3 \times 2 = \boxed{6 \text{ units of work}}

Verification from graph: The point (2, 6) lies on the line w=3dw = 3d. ✓

Q 10

10. The graph of a linear polynomial p(x) passes through the points(1, 5) and (3, 11).

(i) Find the polynomial p(x).

(ii) Find the coordinates where the graph of p(x) cuts the axes.

(iii) Draw the graph of p(x) and verify your answers.

Solution

Let p(x)=ax+bp(x) = ax + b.


(i) Finding p(x):

Using point (1, 5): a(1)+b=5a+b=5...(1)a(1) + b = 5 \Rightarrow a + b = 5 \quad \text{...(1)}

Using point (3, 11): a(3)+b=113a+b=11...(2)a(3) + b = 11 \Rightarrow 3a + b = 11 \quad \text{...(2)}

Subtracting (1) from (2): 2a=6a=32a = 6 \Rightarrow a = 3

Substituting in (1): 3+b=5b=23 + b = 5 \Rightarrow b = 2

p(x)=3x+2\boxed{p(x) = 3x + 2}


(ii) Finding where p(x) cuts the axes:

y-axis (x = 0): p(0)=3(0)+2=2p(0) = 3(0) + 2 = 2 → Cuts y-axis at (0, 2)

x-axis (p(x) = 0): 3x+2=0x=233x + 2 = 0 \Rightarrow x = -\frac{2}{3} → Cuts x-axis at (23,0)\left(-\dfrac{2}{3}, 0\right)


(iii) Graph verification:

Plot the following points and draw the line:

xp(x) = 3x + 2
–1–1
02
15
311
  • The line passes through (1, 5) and (3, 11) ✓
  • The line cuts y-axis at (0, 2) ✓
  • The line cuts x-axis at (–2/3, 0) ✓

10

Q 11

11. Let p(x) = ax + b and q(x) = cx + d be two linear polynomials such that:

(i) p(0) = 5.

(ii) The polynomial p(x) – q(x) cuts the x-axis at (3, 0).

(iii) The sum p(x) + q(x) is equal to 6x + 4 for all real x. Find the polynomials p(x) and q(x).

Solution

Given:

  • p(x)=ax+bp(x) = ax + b, q(x)=cx+dq(x) = cx + d

From condition (i): p(0)=5p(0) = 5 a(0)+b=5b=5a(0) + b = 5 \Rightarrow b = 5


From condition (iii): p(x)+q(x)=6x+4p(x) + q(x) = 6x + 4 (ax+b)+(cx+d)=6x+4(ax + b) + (cx + d) = 6x + 4 (a+c)x+(b+d)=6x+4(a + c)x + (b + d) = 6x + 4

Comparing coefficients:

  • a+c=6...(1)a + c = 6 \quad \text{...(1)}
  • b+d=4...(2)b + d = 4 \quad \text{...(2)}

Since b=5b = 5, from (2): 5+d=4d=15 + d = 4 \Rightarrow d = -1


From condition (ii): p(x)q(x)p(x) - q(x) cuts the x-axis at (3,0)(3, 0)

p(x)q(x)=(ax+b)(cx+d)=(ac)x+(bd)p(x) - q(x) = (ax + b) - (cx + d) = (a - c)x + (b - d)

At x = 3, this equals 0: (ac)(3)+(bd)=0(a - c)(3) + (b - d) = 0 3(ac)+(5(1))=03(a - c) + (5 - (-1)) = 0 3(ac)+6=03(a - c) + 6 = 0 ac=2...(3)a - c = -2 \quad \text{...(3)}


Solving (1) and (3):

Adding: 2a=4a=22a = 4 \Rightarrow a = 2

Substituting in (1): 2+c=6c=42 + c = 6 \Rightarrow c = 4


The polynomials are: p(x)=2x+5andq(x)=4x1\boxed{p(x) = 2x + 5 \quad \text{and} \quad q(x) = 4x - 1}

Verification:

  • p(0)=5p(0) = 5
  • p(x)q(x)=(2x+5)(4x1)=2x+6p(x) - q(x) = (2x + 5) - (4x - 1) = -2x + 6; at x=3x = 3: 2(3)+6=0-2(3) + 6 = 0
  • p(x)+q(x)=(2x+5)+(4x1)=6x+4p(x) + q(x) = (2x + 5) + (4x - 1) = 6x + 4
Q 12
  1. Look at the first three stages of a growing pattern of hexagons made using matchsticks. A new hexagon gets added at every stage which shares a side with the last hexagon of the previous stage.

12

(i) Draw the next two stages of the pattern. How many matchsticks will be required at these stages?

(ii) Complete the following table.

12a

Solution

Understanding the pattern:

  • Stage 1: 1 hexagon → 6 matchsticks
  • Stage 2: 2 hexagons → when a new hexagon shares 1 side, we add 5 matchsticks (6 – 1 shared)
  • Stage 3: 3 hexagons → add 5 more matchsticks

So the pattern is: start with 6, then add 5 for each new hexagon.


(i) Next two stages:

  • Stage 4: 4 hexagons in a row — draw a chain of 4 hexagons.
    • Matchsticks = 6 + 3 × 5 = 6 + 15 = 21
  • Stage 5: 5 hexagons in a row — draw a chain of 5 hexagons.
    • Matchsticks = 6 + 4 × 5 = 6 + 20 = 26

(ii) Completed table:

Stage Number (n)12345...n
Matchsticks611162126...5n + 1

(iii) Rule for the nth stage:

  • Stage 1: 6=5(1)+16 = 5(1) + 1
  • Stage 2: 11=5(2)+111 = 5(2) + 1
  • Stage 3: 16=5(3)+116 = 5(3) + 1

Number of matchsticks=5n+1\boxed{\text{Number of matchsticks} = 5n + 1}

This is a linear polynomial in nn.


(iv) Matchsticks for Stage 15: =5(15)+1=75+1=76 matchsticks= 5(15) + 1 = 75 + 1 = \boxed{76 \text{ matchsticks}}


(v) Can 200 matchsticks form a stage?

We need to check if 5n+1=2005n + 1 = 200 has a whole number solution: 5n=199n=1995=39.85n = 199 \Rightarrow n = \frac{199}{5} = 39.8

Since n=39.8n = 39.8 is not a natural number, 200 matchsticks cannot form a stage in this pattern.

The nearest stages would use 5(39)+1=1965(39) + 1 = 196 or 5(40)+1=2015(40) + 1 = 201 matchsticks.

Q 13

Let p(x) = ax + b and q(x) = cx + d be two linear polynomials such that:

(i) The graph of p(x) passes through the points (2, 3) and (6, 11).

(ii) The graph of q(x) passes through the point (4, –1).

(iii) The graph of q(x) is parallel to the graph of p(x). Find the polynomials p(x) and q(x). Also, find the coordinates of the point where these lines meet the x-axis.

Solution

Finding p(x):

Let p(x)=ax+bp(x) = ax + b.

Using point (2, 3): 2a+b=3...(1)2a + b = 3 \quad \text{...(1)}

Using point (6, 11): 6a+b=11...(2)6a + b = 11 \quad \text{...(2)}

Subtracting (1) from (2): 4a=8a=24a = 8 \Rightarrow a = 2

Substituting in (1): 4+b=3b=14 + b = 3 \Rightarrow b = -1

p(x)=2x1\boxed{p(x) = 2x - 1}


Finding q(x):

Since q(x)q(x) is parallel to p(x)p(x), they have the same slope: c=2c = 2

So q(x)=2x+dq(x) = 2x + d.

Using point (4, –1): 2(4)+d=12(4) + d = -1 8+d=18 + d = -1 d=9d = -9

q(x)=2x9\boxed{q(x) = 2x - 9}


Where do they meet the x-axis?

For p(x) = 0: 2x1=0x=122x - 1 = 0 \Rightarrow x = \frac{1}{2} → p(x) meets x-axis at (12,0)\left(\dfrac{1}{2}, 0\right)

For q(x) = 0: 2x9=0x=922x - 9 = 0 \Rightarrow x = \frac{9}{2} → q(x) meets x-axis at (92,0)\left(\dfrac{9}{2}, 0\right)


Summary:

  • p(x)=2x1p(x) = 2x - 1 meets the x-axis at (12,0)\left(\frac{1}{2}, 0\right)
  • q(x)=2x9q(x) = 2x - 9 meets the x-axis at (92,0)\left(\frac{9}{2}, 0\right)
  • Both lines have slope 2 and are parallel to each other.
Q 14

14. What do all linear functions of the form f(x) = ax + a, where a > 0, have in common?

Solution

Analysing f(x) = ax + a, where a > 0:

We can factor: f(x)=a(x+1)f(x) = a(x + 1)


Key observations:

1. Common x-intercept (zero of the function):

Set f(x)=0f(x) = 0: a(x+1)=0a(x + 1) = 0 Since a>0a > 0, we have a0a \neq 0, so: x+1=0x=1x + 1 = 0 \Rightarrow x = -1

All such lines pass through the point (1,0)(-1, 0) on the x-axis.


2. Slope: The slope of f(x)=ax+af(x) = ax + a is aa, which is positive (since a>0a > 0).

Different values of aa give different slopes, so these are not parallel in general.


3. Verification with examples:

af(x)At x = –1
1x + 10 ✓
22x + 2–2 + 2 = 0 ✓
33x + 3–3 + 3 = 0 ✓
55x + 5–5 + 5 = 0 ✓

All lines of the form f(x)=ax+a (a>0) pass through the common point (1,0).\boxed{\text{All lines of the form } f(x) = ax + a \text{ (}a > 0\text{) pass through the common point } (-1, 0).}

They all share the same x-intercept at x = –1, meaning they all meet the x-axis at the same point (–1, 0).

Also available for GANITA MANJARI Chapter 2:

All chapters in GANITA MANJARI
Ch 1: Orienting Yourself: The Use of Coordinates
Ch 2: Introduction to Linear Polynomials← current
Ch 3: The World of Numbers
Ch 4: Exploring Algebraic Identities
Ch 5: I’m Up and Down, and Round and Round
Ch 6: Measuring Space: Perimeter and Area
Ch 7: The Mathematics of Maybe: Introduction to Probability
Ch 8: Predicting What Comes Next: Exploring Sequences and Progressions

Discussion

Ask a question or share your thoughts

Leave a comment about: GANITA MANJARI Chapter 2: Introduction to Linear Polynomials

Comments are reviewed before publishing

💬

No comments yet. Be the first!