Q1A student has ₹500 in her savings account. She gets ₹150 every month as pocket money. Find a linear expression for the amount she has in the nth month.
Solution
1
Initial amount = ₹500. She adds ₹150 each month.
2
After n months, total amount = 500 + 150n.
Amount in n-th month = 500 + 150n (rupees)
3
Month (n)
1
2
3
4
5
Amount (₹)
650
800
950
1100
1250
Linear expression: A(n) = 500 + 150n
Q2A rally starts with 120 members. Each hour, 9 members drop out. Find a linear expression for the number of members at the end of the nth hour.
Solution
1
Start = 120, decrease each hour = 9.
2
Members after n hours = 120 – 9n
3
Hour (n)
0
1
2
3
4
5
Members
120
111
102
93
84
75
M(n) = 120 – 9n (This is a linear decay pattern)
Q3Suppose the length of a rectangle is 13 cm. Find the area if breadth is (i) 12 cm, (ii) 10 cm, (iii) 8 cm. Find the linear pattern for area.
Solution
1
Area = length × breadth = 13 × b.
(i) b = 12 cm
Area = 13 × 12 = 156 cm²
(ii) b = 10 cm
Area = 13 × 10 = 130 cm²
(iii) b = 8 cm
Area = 13 × 8 = 104 cm²
2
Breadth b (cm)
8
10
12
Area (cm²)
104
130
156
Difference between consecutive areas = 26 (constant when b increases by 2). The linear pattern is A = 13b.
Areas: 156, 130, 104 cm² | Linear pattern: A = 13b
Q4A rectangular box has length 7 cm, breadth 11 cm. Find the volume if height is (i) 5 cm, (ii) 9 cm, (iii) 13 cm. Find the linear pattern.
Solution
1
Volume = l × b × h = 7 × 11 × h = 77h.
(i) h = 5 cm
V = 77 × 5 = 385 cm³
(ii) h = 9 cm
V = 77 × 9 = 693 cm³
(iii) h = 13 cm
V = 77 × 13 = 1001 cm³
2
Height h (cm)
5
9
13
Volume (cm³)
385
693
1001
As h increases by 4, V increases by 308 (= 77 × 4). Linear pattern: V = 77h.
Volumes: 385, 693, 1001 cm³ | Linear pattern: V = 77h
Q5Sarita 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.
Solution
1
Pages remaining after n days = 500 – 20n.
2
After 15 days:
Pages left = 500 – 20(15) = 500 – 300 = 200 pages
3
Day (n)
0
5
10
15
20
25
Pages left
500
400
300
200
100
0
After 15 days: 200 pages left | Linear pattern: P(n) = 500 – 20n
Exercise Set 2.4 — Linear Growth & Linear Decay
Q1A plant has height 1.75 feet and grows 0.5 feet each month. (i) Find height after 7 months. (ii) Table for t = 0 to 10. (iii) Expression relating h and t.
Solution
(i) Height after 7 months
h = 1.75 + 0.5(7) = 1.75 + 3.5 = 5.25 feet
Height after 7 months = 5.25 feet
(ii) Table of values (t = 0 to 10)
t (months)
0
1
2
3
4
5
6
7
8
9
10
h (feet)
1.75
2.25
2.75
3.25
3.75
4.25
4.75
5.25
5.75
6.25
6.75
(iii) Expression & why Linear Growth
h(t) = 1.75 + 0.5t
This represents linear growth because as t increases by 1 (one month), h increases by a fixed constant (0.5 feet). The slope is positive (+0.5).
Q2A mobile phone is bought for ₹10,000 and its value decreases by ₹800 every year. (i) Value after 3 years. (ii) Table for t = 0 to 8. (iii) Expression for v and t.
Solution
(i) Value after 3 years
v = 10000 – 800(3) = 10000 – 2400 = ₹7,600
Value after 3 years = ₹7,600
(ii) Table of values (t = 0 to 8)
t (years)
0
1
2
3
4
5
6
7
8
v (₹)
10000
9200
8400
7600
6800
6000
5200
4400
3600
(iii) Expression & why Linear Decay
v(t) = 10000 – 800t
This represents linear decay because as t increases by 1 year, v decreases by a fixed amount (₹800). The slope is negative (–800).
Q3Initial population of a village is 750. Every year 50 people move from a city to the village. (i) Population after 6 years. (ii) Table for t = 0 to 10. (iii) Expression for P and t.
Solution
(i) Population after 6 years
P = 750 + 50(6) = 750 + 300 = 1050
Population after 6 years = 1,050
(ii) Table (t = 0 to 10)
t (years)
0
1
2
3
4
5
6
7
8
9
10
P
750
800
850
900
950
1000
1050
1100
1150
1200
1250
(iii) Expression & why Linear Growth
P(t) = 750 + 50t
This is linear growth: each year P increases by a fixed 50. Slope = +50 (positive).
Q4A telecom company charges ₹600 recharge. Balance reduces ₹15 each day. (i) Equation for b(x). (ii) After how many days will balance run out? (iii) Table for x = 1 to 10.
Solution
(i) Equation for remaining balance b(x)
b(x) = 600 – 15x
This is linear decay: balance decreases by a fixed ₹15 per day (constant rate of decrease, negative slope –15).
(ii) When will balance run out?
600 – 15x = 0
15x = 600
x = 40 days
Balance runs out after 40 days.
(iii) Table (x = 1 to 10)
Day x
1
2
3
4
5
6
7
8
9
10
b(x) (₹)
585
570
555
540
525
510
495
480
465
450
Exercise Set 2.5 — Linear Relationships
Q1A learning platform charges a fixed fee + cost per module. 10 modules → ₹400; 14 modules → ₹500. Find a and b in y = ax + b.
Solution
1
Using y = ax + b:
When x = 10, y = 400 → 400 = 10a + b … (1)
When x = 14, y = 500 → 500 = 14a + b … (2)
2
Subtract equation (1) from (2):
500 – 400 = (14a + b) – (10a + b)
100 = 4a
a = 25
3
Substitute a = 25 in (1):
400 = 10(25) + b
400 = 250 + b
b = 150
a = 25 → cost per module = ₹25; b = 150 → fixed monthly fee = ₹150.
a = 25, b = 150 | y = 25x + 150
Q2A gym charges fixed fee + cost per hour of badminton court. 10 hrs → ₹800; 15 hrs → ₹1100. Find a and b in y = ax + b.
Solution
1
When x = 10, y = 800 → 800 = 10a + b … (1)
When x = 15, y = 1100 → 1100 = 15a + b … (2)
2
Subtract (1) from (2):
300 = 5a → a = 60
3
From (1): b = 800 – 10(60) = 800 – 600 = 200.
a = 60 → ₹60 per hour; b = 200 → fixed monthly fee = ₹200.
a = 60, b = 200 | y = 60x + 200
Q3°C = a°F + b. Ice melts: 0°C = 32°F. Water boils: 100°C = 212°F. Find a and b.
Solution
1
°C = 0, °F = 32 → 0 = 32a + b … (1)
°C = 100, °F = 212 → 100 = 212a + b … (2)
2
Subtract (1) from (2):
100 = 180a
a = 100/180 = 5/9
3
From (1):
b = –32a = –32 × (5/9) = –160/9
4
Therefore:
°C = (5/9)°F – 160/9 = (5/9)(°F – 32)
This is the well-known Celsius–Fahrenheit conversion formula!
a = 5/9, b = –160/9 | °C = (5/9)(°F – 32)
Exercise Set 2.6 — Visualising Linear Relationships
Q1Draw the graphs of the following sets of lines and reflect on the role of ‘a’ and ‘b’ in each case.
Solution
(i) y = 4x, y = 2x, y = x
Fig: y = x, y = 2x, y = 4x all pass through origin. Steeper as slope increases.
All lines y = ax pass through the origin (0,0). As a increases, the line becomes steeper. Since b = 0, the y-intercept is 0.
(ii) y = –6x, y = –3x, y = –x
Fig: y = –x, y = –3x, y = –6x — all pass through origin, sloping downward (negative slope).
All lines with negative slope fall from left to right. Steepness increases as |a| increases.
(iii) y = 5x, y = –5x
Fig: y = 5x rises steeply; y = –5x is its mirror image, falling steeply. Both pass through origin.
y = 5x and y = –5x are reflections of each other in the x-axis (or y-axis). Equal magnitude, opposite direction of slope.
(iv) y = 3x – 1, y = 3x, y = 3x + 1
Fig: Parallel lines y = 3x–1, y = 3x, y = 3x+1 — same slope (3), different y-intercepts.
Key insight: When the slope ‘a’ is fixed but ‘b’ varies, the lines are parallel. They shift up/down by the value of b without changing direction.
(v) y = –2x – 3, y = –2x, y = 2x + 3
Fig: y=–2x–3 and y=–2x are parallel (same slope –2). y=2x+3 has opposite slope.
y=–2x and y=–2x–3 are parallel (both have slope –2). y=2x+3 has slope +2, opposite direction, so it’s not parallel to them.
End-of-Chapter Exercises
Q1Write a polynomial of degree 3 in variable x, where the coefficient of x² is –7.
Solution
1
A degree-3 polynomial has highest power x³. The coefficient of x² must be –7.
p(x) = x³ – 7x² + 2x + 1
📌 Many answers are possible; any polynomial with degree 3 and coefficient of x² equal to –7 is correct.
Example: x³ – 7x² + 2x + 1
Q2Find the values of: (i) 5x² – 3x + 7 if x = 1 (ii) 4t³ – t² + 6 if t = a
Solution
(i) 5x² – 3x + 7 at x = 1
= 5(1)² – 3(1) + 7
= 5 – 3 + 7
= 9
Value = 9
(ii) 4t³ – t² + 6 at t = a
= 4(a)³ – (a)² + 6
= 4a³ – a² + 6
Value = 4a³ – a² + 6
Q3If we multiply a number by 5/2 and add 2/3 to the product, we get –7/12. Find the number.
Q5If you have ₹800 and save ₹250 every month, find the amount after (i) 6 months and (ii) 2 years. Express as a linear pattern.
Solution
1
Linear pattern: A(n) = 800 + 250n, where n = number of months.
(i) After 6 months
A(6) = 800 + 250(6) = 800 + 1500 = ₹2,300
₹2,300
(ii) After 2 years = 24 months
A(24) = 800 + 250(24) = 800 + 6000 = ₹6,800
₹6,800
Linear pattern: A(n) = 800 + 250n (rupees after n months)
★Q6The digits of a two-digit number differ by 3. If the digits are interchanged and the resulting number is added to the original, we get 143. Find both numbers.
Solution
1
Let tens digit = a, units digit = b, where a – b = 3 (so a = b + 3).
2
Original number = 10a + b. Reversed = 10b + a.
3
(10a + b) + (10b + a) = 143
11a + 11b = 143
a + b = 13