Saraswati Vidyamandir Logo
Home Our Courses CBSE Resources
NCERT Solutions
Science — Class 9 Science — Class 10 Maths — Class 9 Maths — Class 10 About Us Contact Us Book Free Orientation
2

Introduction to Linear Polynomials

Class 9 Maths (Ganita Manjari)  ·  NCERT Solutions 2026–27  ·  39 Questions

39 Questions Solved
Complete, step-by-step NCERT Solutions for Class 9 Maths Chapter 2 — Introduction to Linear Polynomials from the 2026–27 Ganita Manjari textbook. Every question from Exercise Sets 2.1 to 2.6 and the End-of-Chapter Exercises is solved. Prepared by the faculty at Saraswati Vidyamandir, Ambala Cantt.

Exercise Set 2.1

Q1

Find the degrees of the following polynomials: (i) \(2x^{2}-5x+3\)   (ii) \(y^{3}+2y-1\)   (iii) \(-9\)   (iv) \(4z-3\)

Answer

The degree of a polynomial in one variable is the highest power of the variable that appears in it.

(i) \(2x^{2}-5x+3\) — the highest power of \(x\) is 2, so the degree is 2.

(ii) \(y^{3}+2y-1\) — the highest power of \(y\) is 3, so the degree is 3.

(iii) \(-9\) — a non-zero constant can be written as \(-9x^{0}\), so the degree is 0.

(iv) \(4z-3\) — the highest power of \(z\) is 1, so the degree is 1. This is a linear polynomial.

Q2

Write polynomials of degrees 1, 2 and 3.

Answer

Any polynomial whose highest power matches the required degree is acceptable. Here is one example of each.

Degree 1 (linear):

\(3x+7\)

Degree 2 (quadratic):

\(x^{2}-4x+5\)

Degree 3 (cubic):

\(2x^{3}+x^{2}-6x+1\)

The only condition is that the coefficient of the highest-power term must not be zero — otherwise that term vanishes and the degree drops.

Q3

What are the coefficients of \(x^{2}\) and \(x^{3}\) in the polynomial \(x^{4}-3x^{3}+6x^{2}-2x+7\)?

Answer

The coefficient of a term is the number multiplying that power of the variable, including its sign.

Looking at the polynomial term by term:

\(x^{4}-3x^{3}+6x^{2}-2x+7\)

The \(x^{2}\) term is \(+6x^{2}\), so the coefficient of \(x^{2}\) is 6.

The \(x^{3}\) term is \(-3x^{3}\), so the coefficient of \(x^{3}\) is −3.

Common mistake: writing 3 instead of −3. The minus sign belongs to the coefficient.

Q4

What is the coefficient of \(z\) in the polynomial \(4z^{3}+5z^{2}-11\)?

Answer

The polynomial has a \(z^{3}\) term, a \(z^{2}\) term and a constant term, but no \(z\) term is written.

A missing term is the same as a term with coefficient zero. We may write the polynomial as:

\(4z^{3}+5z^{2}+0\cdot z-11\)

So the coefficient of \(z\) is 0.

Q5

What is the constant term of the polynomial \(9x^{3}+5x^{2}-8x-10\)?

Answer

The constant term is the term that contains no variable — the value the polynomial takes when \(x=0\).

Here that term is \(-10\), so the constant term is −10.

Check by substituting \(x=0\):

\(9(0)^{3}+5(0)^{2}-8(0)-10=-10\)

Exercise Set 2.2

Q6

Find the value of the linear polynomial \(5x-3\) if: (i) \(x=0\)   (ii) \(x=-1\)   (iii) \(x=2\)

Answer

Substitute each value of \(x\) into \(5x-3\).

(i) \(x=0\):

\(5(0)-3=-3\)

(ii) \(x=-1\):

\(5(-1)-3=-5-3=-8\)

(iii) \(x=2\):

\(5(2)-3=10-3=7\)

So the values are −3, −8 and 7.

Q7

Find the value of the quadratic polynomial \(7s^{2}-4s+6\) if: (i) \(s=0\)   (ii) \(s=-3\)   (iii) \(s=4\)

Answer

(i) \(s=0\):

\(7(0)^{2}-4(0)+6=6\)

(ii) \(s=-3\):

\(7(-3)^{2}-4(-3)+6\)
\(=7(9)+12+6=63+12+6=81\)

(iii) \(s=4\):

\(7(4)^{2}-4(4)+6\)
\(=112-16+6=102\)

So the values are 6, 81 and 102.

Careful: in part (ii), \((-3)^{2}=+9\), and \(-4\times(-3)=+12\). Both signs turn positive.

Q8

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.

Answer

Setting up. Let Salil’s present age be \(x\) years. Then his mother’s present age is \(3x\) years.

After 5 years, Salil will be \(x+5\) and his mother will be \(3x+5\). Their sum is 70:

\((x+5)+(3x+5)=70\)
\(4x+10=70\)
\(4x=60\)
\(x=15\)

Answer: Salil is 15 years old and his mother is \(3\times15=\) 45 years old.

Check: after 5 years they will be 20 and 50, and \(20+50=70\). ✓

Q9

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

Answer

Setting up. Since the ratio is \(2:5\), let the integers be \(2x\) and \(5x\). The larger minus the smaller is 63:

\(5x-2x=63\)
\(3x=63\)
\(x=21\)

Answer: the integers are \(2\times21=\) 42 and \(5\times21=\) 105.

Check: \(105-42=63\) ✓ and \(42:105=2:5\) ✓

Q10

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

Answer

Setting up. Let the number of five-rupee coins be \(x\). Then the number of two-rupee coins is \(3x\).

Value of the two-rupee coins is \(2\times3x=6x\), and value of the five-rupee coins is \(5x\). The total is ₹88:

\(6x+5x=88\)
\(11x=88\)
\(x=8\)

Answer: Ruby has 8 five-rupee coins and \(3\times8=\) 24 two-rupee coins.

Check: \(24\times2+8\times5=48+40=88\) ✓

Watch out: the equation is about value in rupees, not about the number of coins. Multiply each count by the value of that coin.

Q11

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?

Answer

Let the shorter piece be \(x\) feet. Then the longer piece is \(4x\) feet, and together they make 300 feet:

\(x+4x=300\)
\(5x=300\)
\(x=60\)

Answer: the pieces are 60 feet and \(4\times60=\) 240 feet.

Check: \(60+240=300\) ✓

Q12

If 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?

Answer

Let the width be \(x\) cm. Then the length is \(2x+3\) cm.

The perimeter of a rectangle is \(2(\text{length}+\text{width})\):

\(2\big((2x+3)+x\big)=24\)
\(2(3x+3)=24\)
\(6x+6=24\)
\(6x=18\)
\(x=3\)

Answer: width \(=\) 3 cm, length \(=2(3)+3=\) 9 cm.

Check: perimeter \(=2(9+3)=24\) cm ✓

Exercise Set 2.3

Q13

A student has ₹500 in her savings bank account. She gets ₹150 every month as pocket money. How much money will she have at the end of every month from the second month onwards? Find a linear expression to represent the amount she will have in the \(n\)th month.

Answer

She starts with ₹500 and adds ₹150 each month.

Month (n)1234n
Amount (₹)6508009501100500 + 150n

From the second month onwards the amounts are ₹800, ₹950, ₹1100, …

Linear expression for the \(n\)th month:

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

The amount increases by the constant value ₹150 each month, so this is a linear pattern.

Q14

A rally starts with 120 members. Each hour, 9 members drop out of the group. How many members will remain after 1, 2, 3, … hours? Find a linear expression to represent the number of members at the end of the \(n\)th hour.

Answer

Start with 120 members and subtract 9 for each hour that passes.

Hour (n)1234n
Members left1111029384120 − 9n

Linear expression:

\(M(n)=120-9n\)

Because a constant number is subtracted each hour, this is a linear pattern — an example of linear decay.

Q15

Suppose the length of a rectangle is 13 cm. Find the area if the breadth is (i) 12 cm, (ii) 10 cm, (iii) 8 cm. Find the linear pattern representing the area of the rectangle.

Answer

Area of a rectangle \(=\) length \(\times\) breadth, and the length is fixed at 13 cm.

(i) \(13\times12=\) 156 cm²

(ii) \(13\times10=\) 130 cm²

(iii) \(13\times8=\) 104 cm²

Linear pattern. If the breadth is \(b\) cm, then:

\(A(b)=13b\)

This is a linear polynomial in \(b\). Every increase of 1 cm in breadth raises the area by exactly 13 cm².

Q16

Suppose the length of a rectangular box is 7 cm and breadth is 11 cm. Find the volume if the height is (i) 5 cm, (ii) 9 cm, (iii) 13 cm. Find the linear pattern representing the volume of the rectangular box.

Answer

Volume \(=\) length \(\times\) breadth \(\times\) height \(=7\times11\times h=77h\).

(i) \(77\times5=\) 385 cm³

(ii) \(77\times9=\) 693 cm³

(iii) \(77\times13=\) 1001 cm³

Linear pattern:

\(V(h)=77h\)

Although volume is a three-dimensional quantity, two of the three dimensions are fixed here, so the volume is a linear function of the height alone.

Q17

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

Answer

After \(d\) days she has read \(20d\) pages, so the number of pages left is:

\(P(d)=500-20d\)

After 15 days:

\(P(15)=500-20(15)=500-300=200\)

200 pages will be left.

This is a linear pattern showing linear decay — a constant 20 pages is removed each day. The book is finished when \(500-20d=0\), that is on day \(d=25\).

Exercise Set 2.4

Q18

Suppose a plant has height 1.75 feet and it grows by 0.5 feet each month. (i) Find the height after 7 months. (ii) Make a table of values for \(t\) varying from 0 to 10 months. (iii) Find an expression that relates \(h\) and \(t\), and explain why it represents linear growth.

Answer

(iii) The expression first — starting height 1.75 ft, increasing 0.5 ft per month:

\(h(t)=1.75+0.5t\)

(i) Height after 7 months:

\(h(7)=1.75+0.5(7)=1.75+3.5=5.25\)

The height after 7 months is 5.25 feet.

(ii) Table of values

t (months)012345678910
h (feet)1.752.252.753.253.754.254.755.255.756.256.75

Why it is linear growth: \(h(t)\) is a polynomial of degree 1 in \(t\), and the height increases by the same amount, 0.5 ft, for every one-month increase. A constant increase over equal intervals is exactly what linear growth means.

Q19

A mobile phone is bought for ₹10,000. Its value decreases by ₹800 every year. (i) Find the value after 3 years. (ii) Make a table for \(t\) from 0 to 8 years. (iii) Find an expression relating \(v\) and \(t\), and explain why it represents linear decay.

Answer

(iii) The expression:

\(v(t)=10000-800t\)

(i) Value after 3 years:

\(v(3)=10000-800(3)=10000-2400=7600\)

The value after 3 years is ₹7,600.

(ii) Table of values

t (years)012345678
v (₹)1000092008400760068006000520044003600

Why it is linear decay: the value falls by the same amount, ₹800, every year. A constant decrease over equal intervals is linear decay. This kind of fall in value is called straight-line depreciation.

Q20

The initial population of a village is 750. Every year, 50 people move from a nearby city to the village. (i) Find the population after 6 years. (ii) Make a table for \(t\) from 0 to 10 years. (iii) Find an expression relating \(P\) and \(t\), and explain why it represents linear growth.

Answer

(iii) The expression:

\(P(t)=750+50t\)

(i) Population after 6 years:

\(P(6)=750+50(6)=750+300=1050\)

The population after 6 years is 1050.

(ii) Table of values

t (years)012345678910
P750800850900950100010501100115012001250

Why it is linear growth: exactly 50 people are added each year, a constant increase over equal intervals, and \(P(t)\) is a linear polynomial in \(t\).

Q21

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 \(x\) days and explain why it represents linear decay. (ii) After how many days will the balance run out? (iii) Make a table for \(x\) from 1 to 10 days.

Answer

(i) The model. The balance starts at ₹600 and ₹15 is deducted daily:

\(b(x)=600-15x\)

This represents linear decay because the same amount, ₹15, is subtracted for each additional day — a constant decrease over equal intervals.

(ii) When the balance runs out the remaining balance is zero:

\(600-15x=0\)
\(15x=600\)
\(x=40\)

The balance will run out after 40 days.

(iii) Table of values

x (days)12345678910
b(x) (₹)585570555540525510495480465450

Exercise Set 2.5

Q22

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

Answer

Substitute the two observations into \(y=ax+b\):

\(10a+b=400\)
\(14a+b=500\)

Subtract the first from the second to eliminate \(b\):

\(4a=100\)
\(a=25\)

Substitute back:

\(10(25)+b=400\)
\(b=400-250=150\)

Answer: \(a=\) 25 and \(b=\) 150, so the bill is \(y=25x+150\).

What the numbers mean: \(a=25\) is the cost of one module and \(b=150\) is the fixed monthly fee.

Q23

A gym charges a fixed monthly fee and an additional cost per hour for using the badminton court. A student observed that for 10 hours her bill was ₹800, and for 15 hours her bill was ₹1100. If \(y=ax+b\), find \(a\) and \(b\).

Answer

Substituting the two observations:

\(10a+b=800\)
\(15a+b=1100\)

Subtracting:

\(5a=300\)
\(a=60\)

Substituting back:

\(10(60)+b=800\)
\(b=800-600=200\)

Answer: \(a=\) 60 and \(b=\) 200, so \(y=60x+200\).

The court costs ₹60 per hour and the fixed monthly fee is ₹200.

Q24

Consider the relationship between temperature in degrees Celsius and degrees Fahrenheit, given by \({}^\circ C=a\,{}^\circ F+b\). Find \(a\) and \(b\), given that ice melts at 0°C and 32°F, and water boils at 100°C and 212°F.

Answer

Substitute the two fixed points into \({}^\circ C=a\,{}^\circ F+b\).

Ice melts — when \({}^\circ F=32\), \({}^\circ C=0\):

\(32a+b=0\)

Water boils — when \({}^\circ F=212\), \({}^\circ C=100\):

\(212a+b=100\)

Subtracting the first from the second:

\(180a=100\)
\(a=\frac{100}{180}=\frac{5}{9}\)

Substituting back:

\(32\times\frac{5}{9}+b=0\)
\(b=-\frac{160}{9}\)

Answer: \(a=\dfrac{5}{9}\) and \(b=-\dfrac{160}{9}\), giving the familiar conversion formula:

\({}^\circ C=\frac{5}{9}\left({}^\circ F-32\right)\)

Check: at \({}^\circ F=212\), \(\frac{5}{9}(212-32)=\frac{5}{9}(180)=100\) ✓

Exercise Set 2.6

Q25

Draw the graphs of the following sets of lines. In each case, reflect on the role of \(a\) and \(b\) in \(y=ax+b\). (i) \(y=4x,\;y=2x,\;y=x\) (ii) \(y=-6x,\;y=-3x,\;y=-x\) (iii) \(y=5x,\;y=-5x\) (iv) \(y=3x-1,\;y=3x,\;y=3x+1\) (v) \(y=-2x-3,\;y=-2x,\;y=2x+3\)

Answer

Draw each set on the same pair of axes. Plot two points per line — usually \(x=0\) and \(x=1\) — and join them with a ruler.

(i) \(y=4x,\;y=2x,\;y=x\). All three pass through the origin because \(b=0\). As \(a\) grows from 1 to 4 the line becomes steeper. So \(a\) controls the steepness, or slope.

(ii) \(y=-6x,\;y=-3x,\;y=-x\). Again all pass through the origin, but now they slope downwards from left to right because \(a\) is negative. The larger the size of \(a\), the steeper the fall.

(iii) \(y=5x\) and \(y=-5x\). Equal steepness but opposite directions — the two lines are mirror images of each other in the \(y\)-axis.

(iv) \(y=3x-1,\;y=3x,\;y=3x+1\). All three have the same \(a=3\), so they are parallel. Changing \(b\) slides the line up or down; each line cuts the \(y\)-axis at \(y=b\), that is at \(-1\), \(0\) and \(1\).

(v) \(y=-2x-3,\;y=-2x,\;y=2x+3\). The first two are parallel (both have \(a=-2\)); the third has \(a=+2\) and therefore slopes the other way and is not parallel to them.

Conclusion. In \(y=ax+b\), the coefficient \(a\) is the slope — it fixes the steepness and the direction — and the constant \(b\) is the \(y\)-intercept, the point where the line crosses the \(y\)-axis. Two lines are parallel exactly when they have the same \(a\).

End-of-Chapter Exercises

Q26

Write a polynomial of degree 3 in the variable \(x\), in which the coefficient of the \(x^{2}\) term is \(-7\).

Answer

Two conditions must hold: the highest power of \(x\) must be 3, and the number multiplying \(x^{2}\) must be \(-7\).

One correct answer is:

\(x^{3}-7x^{2}+4x+9\)

The coefficient of \(x^{3}\) may be any non-zero number, and the \(x\) term and constant term may be anything at all. Another equally correct answer is \(2x^{3}-7x^{2}+1\).

Q27

Find the values of the following polynomials at the indicated values of the variables. (i) \(5x^{2}-3x+7\) if \(x=1\)   (ii) \(4t^{3}-t^{2}+6\) if \(t=a\)

Answer

(i) Substituting \(x=1\):

\(5(1)^{2}-3(1)+7=5-3+7=9\)

The value is 9.

(ii) Substituting \(t=a\):

\(4a^{3}-a^{2}+6\)

Here the answer stays in symbolic form. Substituting one letter for another simply renames the variable — the value is \(4a^{3}-a^{2}+6\).

Q28

If we multiply a number by \(\dfrac{5}{2}\) and add \(\dfrac{2}{3}\) to the product, we get \(-\dfrac{7}{12}\). Find the number.

Answer

Let the number be \(x\). Translating the sentence into an equation:

\(\frac{5}{2}x+\frac{2}{3}=-\frac{7}{12}\)

Move the constant to the right:

\(\frac{5}{2}x=-\frac{7}{12}-\frac{2}{3}\)

Writing both fractions with denominator 12:

\(\frac{5}{2}x=-\frac{7}{12}-\frac{8}{12}=-\frac{15}{12}=-\frac{5}{4}\)

Multiply both sides by \(\frac{2}{5}\):

\(x=-\frac{5}{4}\times\frac{2}{5}=-\frac{1}{2}\)

Answer: the number is \(-\dfrac{1}{2}\).

Check: \(\frac{5}{2}\times(-\frac{1}{2})+\frac{2}{3}=-\frac{5}{4}+\frac{2}{3}=-\frac{15}{12}+\frac{8}{12}=-\frac{7}{12}\) ✓

Q29

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?

Answer

Let the smaller number be \(x\). Then the other number is \(5x\).

After adding 21 to each, the numbers become \(x+21\) and \(5x+21\). The larger new number is twice the smaller new number:

\(5x+21=2(x+21)\)
\(5x+21=2x+42\)
\(3x=21\)
\(x=7\)

Answer: the numbers are 7 and \(5\times7=\) 35.

Check: adding 21 gives 28 and 56, and \(56=2\times28\) ✓

Q30

If you have ₹800 and you save ₹250 every month, find the amount you have after (i) 6 months (ii) 2 years. Express this as a linear pattern.

Answer

The linear pattern. Let \(m\) be the number of months:

\(A(m)=800+250m\)

(i) After 6 months:

\(A(6)=800+250(6)=800+1500=2300\)

You will have ₹2,300.

(ii) After 2 years — that is 24 months:

\(A(24)=800+250(24)=800+6000=6800\)

You will have ₹6,800.

Careful: the rate is per month, so 2 years must be converted to 24 months before substituting.

Q31

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.

Answer

Let the tens digit be \(a\) and the units digit be \(b\). Then the number is \(10a+b\), and the number with digits interchanged is \(10b+a\).

Their sum is 143:

\((10a+b)+(10b+a)=143\)
\(11a+11b=143\)
\(a+b=13\)

The digits differ by 3:

\(a-b=\pm 3\)

Case 1: \(a-b=3\). Adding to \(a+b=13\) gives \(2a=16\), so \(a=8\) and \(b=5\). The number is 85.

Case 2: \(a-b=-3\). Then \(2a=10\), so \(a=5\) and \(b=8\). The number is 58.

Answer: the two numbers are 58 and 85.

Check: \(58+85=143\) ✓, and the digits 5 and 8 differ by 3 ✓. Notice that the two numbers are each other’s reverse, which is why both satisfy the conditions.

Q32

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. (i) \(y=-3x+4\) (ii) \(2y=4x+7\) (iii) \(5y=6x-10\) (iv) \(3y=6x-11\). Are any of the lines parallel?

Answer

First rewrite each equation in the form \(y=ax+b\), where \(a\) is the slope and \(b\) the \(y\)-intercept.

EquationIn the form \(y=ax+b\)Slope \(a\)Cuts \(y\)-axis at
(i) \(y=-3x+4\)\(y=-3x+4\)\(-3\)\((0,\,4)\)
(ii) \(2y=4x+7\)\(y=2x+\frac{7}{2}\)\(2\)\((0,\,\frac{7}{2})\)
(iii) \(5y=6x-10\)\(y=\frac{6}{5}x-2\)\(\frac{6}{5}\)\((0,\,-2)\)
(iv) \(3y=6x-11\)\(y=2x-\frac{11}{3}\)\(2\)\((0,\,-\frac{11}{3})\)

Are any parallel? Yes. Lines (ii) and (iv) both have slope 2, so they are parallel. Their \(y\)-intercepts differ, so they are distinct parallel lines and never meet.

To draw each line, plot the \(y\)-intercept from the last column and one more point — for (i) take \(x=1\) to get \((1,1)\) — then join with a ruler.

Q33

If the temperature of a liquid can be measured in Kelvin as \(x\) K and in Fahrenheit as \(y\) °F, the relation is \(y=5(x-273)+32\). (i) Find the temperature in Fahrenheit if the liquid is at 313 K. (ii) If the temperature is 158 °F, find it in Kelvin.

Answer

(i) Substituting \(x=313\):

\(y=5(313-273)+32\)
\(y=5(40)+32=200+32=232\)

The temperature is 232 °F.

(ii) Substituting \(y=158\) and solving for \(x\):

\(158=5(x-273)+32\)
\(126=5(x-273)\)
\(x-273=25.2\)
\(x=298.2\)

The temperature is 298.2 K, which may also be written as \(\dfrac{1491}{5}\) K.

Q34

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 as a linear equation in two variables (work \(w\) and distance \(d\)), and draw its graph taking the constant force as 3 units. What is the work done when the distance travelled is 2 units?

Answer

The general relation. If the constant force is \(F\), then work \(=\) force \(\times\) distance:

\(w=Fd\)

Taking the force as 3 units:

\(w=3d\)

This is a linear equation in two variables. Because there is no constant term, its graph is a straight line through the origin.

Work done when \(d=2\):

\(w=3(2)=6\)

The work done is 6 units.

Table for the graph

d01234
w036912

Plot these points, join them with a ruler, then read the graph at \(d=2\). You should land exactly on \(w=6\), which verifies the calculation.

Q35

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 and verify your answers.

Answer

(i) A linear polynomial has the form \(p(x)=ax+b\). Substituting the two given points:

\(a+b=5\)
\(3a+b=11\)

Subtracting the first equation from the second:

\(2a=6\)
\(a=3\)

Substituting back, \(3+b=5\), so \(b=2\). Therefore:

\(p(x)=3x+2\)

(ii) Where the graph cuts the axes.

It cuts the \(y\)-axis where \(x=0\), giving \(p(0)=2\) — the point \((0,2)\).

It cuts the \(x\)-axis where \(p(x)=0\):

\(3x+2=0\)
\(x=-\frac{2}{3}\)

— the point \(\left(-\frac{2}{3},\,0\right)\).

(iii) Verification. Plot \((1,5)\) and \((3,11)\) and join them. The line should pass through \((0,2)\) on the \(y\)-axis and cross the \(x\)-axis a little to the left of the origin, at about \(-0.67\). ✓

Q36

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)\).

Answer

Take the three conditions one at a time.

Condition (i): \(p(0)=5\). Since \(p(0)=b\), we get:

\(b=5\)

Condition (iii): \(p(x)+q(x)=6x+4\). Adding the two polynomials:

\((a+c)x+(b+d)=6x+4\)

Comparing coefficients on both sides:

\(a+c=6\)
\(b+d=4\)

Since \(b=5\), we get \(d=4-5=-1\).

Condition (ii): \(p(x)-q(x)\) cuts the \(x\)-axis at \((3,0)\), which means \(p(3)-q(3)=0\):

\((a-c)(3)+(b-d)=0\)
\(3(a-c)+(5-(-1))=0\)
\(3(a-c)=-6\)
\(a-c=-2\)

Solving the pair \(a+c=6\) and \(a-c=-2\): adding gives \(2a=4\), so \(a=2\) and \(c=4\).

Answer:

\(p(x)=2x+5\)
\(q(x)=4x-1\)

Check: \(p(0)=5\) ✓. \(p(x)+q(x)=6x+4\) ✓. \(p(x)-q(x)=-2x+6\), which is zero at \(x=3\) ✓

Q37

Look at the first three stages of a growing pattern of hexagons made using matchsticks. A new hexagon is added at every stage, sharing a side with the last hexagon of the previous stage. (i) Draw the next two stages. How many matchsticks are required? (ii) Complete the table. (iii) Find a rule for the \(n\)th stage. (iv) How many matchsticks for the 15th stage? (v) Can 200 matchsticks form a stage in this pattern? Justify your answer.

Answer

Understanding the pattern. The first hexagon needs 6 matchsticks. Every hexagon after that shares one side with the previous one, so it needs only 5 new matchsticks rather than 6.

(i) and (ii) The table. Stage 4 needs \(16+5=21\) and stage 5 needs \(21+5=26\) matchsticks.

Stage12345n
Matchsticks6111621265n + 1

(iii) The rule. The count goes up by a constant 5 each stage, so it is a linear pattern of the form \(5n+k\). At \(n=1\) the value is 6, so \(5+k=6\) and \(k=1\):

\(M(n)=5n+1\)

This makes sense: think of one matchstick standing alone at the start, then 5 added for every hexagon.

(iv) The 15th stage:

\(M(15)=5(15)+1=75+1=76\)

76 matchsticks are required.

(v) Can 200 matchsticks form a stage? Set \(M(n)=200\):

\(5n+1=200\)
\(5n=199\)
\(n=\frac{199}{5}=39.8\)

No. A stage number must be a whole number, and \(39.8\) is not. Another way to see it: every value of \(5n+1\) ends in 6 or 1, and 200 ends in 0. Stage 39 uses 196 matchsticks and stage 40 uses 201, so 200 is skipped.

Q38

Let \(p(x)=ax+b\) and \(q(x)=cx+d\) be two linear polynomials such that: (i) the graph of \(p(x)\) passes through \((2,3)\) and \((6,11)\); (ii) the graph of \(q(x)\) passes through \((4,-1)\); (iii) the graph of \(q(x)\) is parallel to the graph of \(p(x)\). Find \(p(x)\) and \(q(x)\), and the coordinates where these lines meet the \(x\)-axis.

Answer

Finding \(p(x)\). Substituting the two points into \(p(x)=ax+b\):

\(2a+b=3\)
\(6a+b=11\)

Subtracting the first from the second:

\(4a=8\)
\(a=2\)

Then \(2(2)+b=3\), so \(b=-1\), giving:

\(p(x)=2x-1\)

Finding \(q(x)\). Parallel lines have equal slopes, so \(c=a=2\). Using the point \((4,-1)\):

\(2(4)+d=-1\)
\(8+d=-1\)
\(d=-9\)
\(q(x)=2x-9\)

Where they meet the \(x\)-axis — set each polynomial equal to zero.

For \(p(x)\): \(2x-1=0\) gives \(x=\frac{1}{2}\), the point \(\left(\frac{1}{2},\,0\right)\).

For \(q(x)\): \(2x-9=0\) gives \(x=\frac{9}{2}\), the point \(\left(\frac{9}{2},\,0\right)\).

The two lines are parallel, so they never meet each other — they only meet the \(x\)-axis, at two different points.

Q39

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

Answer

Take out the common factor \(a\):

\(f(x)=ax+a=a(x+1)\)

They all pass through the same point. Whatever the value of \(a\), substituting \(x=-1\) gives:

\(f(-1)=a(-1+1)=a\times 0=0\)

So every such line passes through \((-1,\,0)\). They all cut the \(x\)-axis at exactly the same point, \(x=-1\).

Other shared features. Since \(a>0\), every one of these lines has a positive slope, so all of them rise from left to right. Each cuts the \(y\)-axis at \((0,a)\), a different point for each value of \(a\).

Picture it: the family \(f(x)=a(x+1)\) is a fan of lines pivoting about the fixed point \((-1,0)\), with \(a\) deciding how steeply each one rises.