Exercise 1
A learning platform charges a fixed monthly fee and an additional cost per digital learning module accessed. A student observes that when she accessed modules, her bill was ₹400. When she accessed modules, her bill was ₹500. If the monthly bill depends on the number of modules accessed, , according to the relation , find the values of and .
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
Two readings give two equations; subtract to remove the fixed fee.Here \(\displaystyle y = ax + b\), where \(\displaystyle x\) is the number of modules accessed, \(\displaystyle a\) is the cost of one module and \(\displaystyle b\) is the fixed monthly fee.Put the two observations into the relation.
$\displaystyle 10$ modules cost ₹$\displaystyle 400$: \(\displaystyle 10a + b = 400 \qquad \ldots (1)\)
$\displaystyle 14$ modules cost ₹$\displaystyle 500$: \(\displaystyle 14a + b = 500 \qquad \ldots (2)\)
Both bills contain the same fixed fee \(\displaystyle b\). So if we subtract equation ($\displaystyle 1$) from equation ($\displaystyle 2$), the \(\displaystyle b\) cancels and only the cost of the extra modules is left:
\[(14a + b) - (10a + b) = 500 - 400
\]
\[4a = 100 \quad \Longrightarrow \quad a = 25
\]That makes sense on its own: $\displaystyle 4$ extra modules cost ₹$\displaystyle 100$ extra, so one module costs ₹25.Now substitute \(\displaystyle a = 25\) into equation ($\displaystyle 1$) to get \(\displaystyle b\):
\[10(25) + b = 400 \quad \Longrightarrow \quad 250 + b = 400 \quad \Longrightarrow \quad b = 150
\]Check in the equation we did not use for the substitution, equation ($\displaystyle 2$):
\[14(25) + 150 = 350 + 150 = 500 \quad \checkmark
\]So the rule for the bill is \(\displaystyle y = 25x + 150\): ₹$\displaystyle 25$ per module plus a fixed ₹$\displaystyle 150$ a month.Answer: \(\displaystyle a = 25\) and \(\displaystyle b = 150\), so \(\displaystyle y = 25x + 150\).