document.write( "Question 97525: Hi, I have no idea on how to do solve this word problem:\r
\n" );
document.write( "\n" );
document.write( "The Rent-Me Car Rental charges $15 per day plus $.22 per mile to rent a car. Determine a linear function that can be used to calculate daily car rentals. Then use that function to determine the cost of renting a car for a day and driving 300 miles.\r
\n" );
document.write( "\n" );
document.write( "Please help me:) Thanks \n" );
document.write( "
Algebra.Com's Answer #70941 by mathslover(157)![]() ![]() You can put this solution on YOUR website! Let \"m\" be the number of miles driven in day \n" ); document.write( "Given Charges per mile = $.22 \n" ); document.write( "Charges for driving m miles = $(.22*m)\r \n" ); document.write( "\n" ); document.write( "Total rental for the day is $(15 + .22m) where m is thenumber of miles driven in a day\r \n" ); document.write( "\n" ); document.write( "Cost when 300 miles are driven in a day = $(15 + .22*300) \n" ); document.write( " =$(15+ 66) \n" ); document.write( " =$81 \n" ); document.write( " |