document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #498636 by stanbon(75887)![]() ![]() ![]() 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. \n" ); document.write( "--------- \n" ); document.write( "You have two points (10,7.50) and (15,12.50) \n" ); document.write( "---------- \n" ); document.write( "slope = (12.5-7.5)/(15-10) = 5/5 = 1 \n" ); document.write( "------- \n" ); document.write( "Form: y = mx + b \n" ); document.write( "7.5 = 1*10 + b \n" ); document.write( "b = -2.5 \n" ); document.write( "--------- \n" ); document.write( "Equation: \n" ); document.write( "f(x) = x - 2.5 \n" ); document.write( "------- \n" ); document.write( "f(30) = 30-2.5 = $27.50 \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |