Introduction to Linear Polynomials | Exercise 2.5

Question 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 10 modules, her bill was ₹400. When she accessed 14 modules, her bill was ₹500. If the monthly bill yy depends on the number of modules accessed, xx, according to the relation y=ax+by = ax + b, find the values of aa and bb.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The total monthly bill yy and the number of modules xx follow the linear relation y=ax+by = ax + b, where aa represents the cost per module and bb is the fixed monthly fee.
  • Using the two given conditions (x=10,y=400)(x = 10, y = 400) and (x=14,y=500)(x = 14, y = 500), we form a system of two linear equations in two variables (aa and bb).
  • We solve the system by elimination to find the values of aa and bb.

Step 1 · Form the Linear Equations

Given linear relation: y=ax+by = ax + bDiagram 1

For x=10x = 10 and y=400y = 400:

400=a(10)+b10a+b=400(1)\begin{aligned} 400 &= a(10) + b \\ 10a + b &= 400 \quad \dots (1) \end{aligned}

For x=14x = 14 and y=500y = 500:

500=a(14)+b14a+b=500(2)\begin{aligned} 500 &= a(14) + b \\ 14a + b &= 500 \quad \dots (2) \end{aligned}

Step 2 · Find the Value of aa

Subtract Equation (1)(1) from Equation (2)(2):

(14a+b)(10a+b)=50040014a10a+bb=1004a=100a=1004a=25\begin{aligned} (14a + b) - (10a + b) &= 500 - 400 \\ 14a - 10a + b - b &= 100 \\ 4a &= 100 \\[0.6em] a &= \dfrac{100}{4} \\ a &= 25 \end{aligned}

Step 3 · Find the Value of bb

Substitute a=25a = 25 into Equation (1)(1):

10a+b=40010(25)+b=400250+b=400b=400250b=150\begin{aligned} 10a + b &= 400 \\ 10(25) + b &= 400 \\ 250 + b &= 400 \\ b &= 400 - 250 \\ b &= 150 \end{aligned}
Answer

a=25a = 25, b=150b = 150

Common Mistakes
  • Swapping Variables: Confusing xx (number of modules) and yy (total bill) by writing 10=400a+b10 = 400a + b instead of 400=10a+b400 = 10a + b.
  • Sign Error in Elimination: Forgetting to distribute the minus sign to both terms when subtracting: (14a+b)(10a+b)=14a10a+bb=4a(14a + b) - (10a + b) = 14a - 10a + b - b = 4a.

More questions in Exercise 2.5

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 yy depends on the number of modules accessed, xx, according to the relation y=ax+by = ax + b, find the values of aa and bb.

Q2

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

Q3

Consider the relationship between temperature measured in degrees Celsius (C^\circ\text{C}) and degrees Fahrenheit (F^\circ\text{F}), which is given by C=aF+b^\circ\text{C} = a^\circ\text{F} + b. Find aa and bb, given that ice melts at 00 degrees Celsius and 3232 degrees Fahrenheit, and water boils at 100100 degrees Celsius and 212212 degrees Fahrenheit. (Hint: When C=0^\circ\text{C} = 0, F=32^\circ\text{F} = 32 and when C=100^\circ\text{C} = 100, F=212^\circ\text{F} = 212. Use this information to find aa and bb, and thus, the linear relationship between C^\circ\text{C} and F^\circ\text{F}.)

← Back to Introduction to Linear Polynomials