Q1.
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 accessed, x, according to the relation y = ax + b, find the values of a and b.
Answer
Substitute the two observations into y = ax + b.
400 = 10a + b …(1)
500 = 14a + b …(2)
500 = 14a + b …(2)
Subtracting (1) from (2) removes b:
100 = 4a
a = 25
From (1): b = 400 − 10(25) = 400 − 250 = 150
a = 25
From (1): b = 400 − 10(25) = 400 − 250 = 150
a = 25, b = 150, so y = 25x + 150
Check: x = 10 gives 250 + 150 = ₹400 ✓ and x = 14 gives 350 + 150 = ₹500. ✓
Why two observations are exactly enough: y = ax + b hides two unknowns, so we need two independent facts. Each bill gives one equation, and subtracting them eliminates b in one stroke — the difference in the bills, ₹100, is caused only by the extra 4 modules, so the rate must be 100 ÷ 4 = ₹25 per module. The fixed fee is then whatever is left over: ₹150. Geometrically, two points determine one straight line.
Tip: Subtracting the equations is quicker than substituting, and it is where the meaning is: a = (change in y) ÷ (change in x).