document.write( "Question 1187382: The cost of renting a car is $40/week plus $0.25/mile traveled during that week. An equation to represent the cost would be y=40+0.25x, where x is the number of miles traveled.\r
\n" );
document.write( "\n" );
document.write( " a. What is your cost if you travel 56 miles?
\n" );
document.write( "b. If your cost was $59.75, how many miles were you charged for traveling?
\n" );
document.write( "Suppose you have a maximum of $100 to spend for the car rental. What would be the maximum number of miles you could travel? \n" );
document.write( "
Algebra.Com's Answer #818325 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 56 miles*$0.25/mile =$14 \n" ); document.write( "so y(56)=$40+$14=$54. \n" ); document.write( "- \n" ); document.write( "59.75=40+0.25x \n" ); document.write( "19.75=0.25 x \n" ); document.write( "x=79 miles \n" ); document.write( "- \n" ); document.write( "100=40+0.25x \n" ); document.write( "$60=$0.25x/mile \n" ); document.write( "x=240 miles \n" ); document.write( " |