SOLUTION: A 10 minute cab ride costs $7.50. A 15 minute cab ride costs $12.50. Write a linear model to model the situation and use it to predict how much a 30 minute cab ride would cost.
Algebra ->
Customizable Word Problem Solvers
-> Finance
-> SOLUTION: A 10 minute cab ride costs $7.50. A 15 minute cab ride costs $12.50. Write a linear model to model the situation and use it to predict how much a 30 minute cab ride would cost.
Log On
Question 827373: A 10 minute cab ride costs $7.50. A 15 minute cab ride costs $12.50. Write a linear model to model the situation and use it to predict how much a 30 minute cab ride would cost. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A 10 minute cab ride costs $7.50. A 15 minute cab ride costs $12.50. Write a linear model to model the situation and use it to predict how much a 30 minute cab ride would cost.
---------
You have two points (10,7.50) and (15,12.50)
----------
slope = (12.5-7.5)/(15-10) = 5/5 = 1
-------
Form: y = mx + b
7.5 = 1*10 + b
b = -2.5
---------
Equation:
f(x) = x - 2.5
-------
f(30) = 30-2.5 = $27.50
-----------------------------
Cheers,
Stan H.
===============