Discover the answers you need at Westonci.ca, where experts provide clear and concise information on various topics. Experience the ease of finding quick and accurate answers to your questions from professionals on our platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

The credit remaining on a phone card (in dollors) is a linear function of the total calling trime made with the card ( in minutes). The remaining credit after 22 minutes is $36.70, and the remaining credit after 52 mintues is $32.20. What is the remaining credit after 85 mintues of calls?

Sagot :

After 85 minutes of calls, there are $27.25 left on the card.

What is the remaining credit after 85 minutes of calls?

A linear equation in slope-intercept form is:

y = a*x + b

Where a is the slope.

If the line passes through two points (x₁, y₁) and (x₂, y₂) the slope is:

[tex]a = \frac{y_2 - y_1}{x_2 - x_1}[/tex]

In this case, we know that the line passes through the points (22, 36.7) and (52, 32,20)

(points of the form (time, dollars)).

So the slope is:

[tex]a = \frac{32.2 - 36.7}{52 -22} = -0.15[/tex]

The linear equation is then:

y = -0.15*x + b

To find the value of b, we use the point (22. 36.7)

36.7 = -0.15*22 + b

36.7 + 0.15*22 = b = 40

Then the linear equation is:

y = -0.15*x +40

The amount remaining in the credit card after 85 minutes is given by evaluating the above equation in x = 85.

y = -0.15*85 + 40 = 27.25

This means that after 85 minutes of calls, there are $27.25 left on the card.

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1