Introduction to Linear Polynomials | Exercise 2.5

Question 2

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 y depends on the hours of the use of the badminton court, x, according to the relation y = ax + b, find the values of a and b.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will form two linear equations and solve them.

Step 1 — Formulate equations

The monthly bill yy depends on the hours xx. The relation is given as y=ax+by = ax + b. When x=10x = \textbf{10} hours, the bill y=800y = \textbf{800} rupees. Let's substitute these values into the relation.

800=a(10)+b800 = a(10) + b

10a+b=800(Equation 1)10a + b = 800 \quad \text{(Equation 1)}

When x=15x = \textbf{15} hours, the bill y=1100y = \textbf{1100} rupees. Let's substitute these values into the relation.

1100=a(15)+b1100 = a(15) + b

15a+b=1100(Equation 2)\boxed{15a + b = 1100 \quad \text{(Equation 2)}}

Step 2 — Solve for 'a'

We have two linear equations. Let's subtract Equation 1 from Equation 2. This will eliminate the variable bb.

(15a+b)(10a+b)=1100800(15a + b) - (10a + b) = 1100 - 800

15a10a+bb=30015a - 10a + b - b = 300

5a=3005a = 300

a=3005a = \frac{300}{5}

a=60\boxed{a = 60}

Step 3 — Solve for 'b'

Now we know the value of aa. Let's substitute a=60a = \textbf{60} into Equation 1. Equation 1 is 10a+b=80010a + b = 800.

10(60)+b=80010(60) + b = 800

600+b=800600 + b = 800

b=800600b = 800 - 600

b=200\boxed{b = 200}

Answer

(i) The value of aa is 60\textbf{60}. (ii) The value of bb is 200\textbf{200}.

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

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 y depends on the hours of the use of the badminton court, x, according to the relation y = ax + b, find the values of a and b.

Q3

Consider the relationship between temperature measured in degrees Celsius (°C) and degrees Fahrenheit (°F), which is given by °C = a °F + b. Find a and b, given that ice melts at 0 degrees Celsius and 32 degrees Fahrenheit, and water boils at 100 degrees Celsius and 212 degrees Fahrenheit. (Hint: When °C = 0, °F = 32 and when °C = 100, °F = 212. Use this information to find a and b, and thus, the linear relationship between °C and °F.)

← Back to Introduction to Linear Polynomials