document.write( "Question 948712: You determine that if you drive your car 300 miles in a month it costs you $366, and it will cost you $510 if you drive your car 1500 mile a month. What is the cost for the month if you drive 1000miles? \n" ); document.write( "
Algebra.Com's Answer #579078 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You determine that if you drive your car 300 miles in a month it costs you $366, and it will cost you $510 if you drive your car 1500 mile a month. What is the cost for the month if you drive 1000miles? \n" ); document.write( "----- \n" ); document.write( "You have 2 points relating cost and distance:: (300,366) and (1500,510) \n" ); document.write( "---- \n" ); document.write( "slope = (510-366)/(1500-300) = 0.12 \n" ); document.write( "Form:: c(x) = mx+b \n" ); document.write( "solve for \"b\":: \n" ); document.write( "510 = 0.12*1500 + b \n" ); document.write( "b = 330 \n" ); document.write( "--------------- \n" ); document.write( "Equation:: c(x) = 0.12x + 330 \n" ); document.write( "------- \n" ); document.write( "Solution: \n" ); document.write( "c(1000) = 0.12*1000 + 330 \n" ); document.write( "c(1000) = 120 + 330 = 450 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |