document.write( "Question 372802: A car rental company charges a daily rental fee plus a per mile fee over 150 miles. Two different people rent the same style of car for the same number of days. The total bill for one persons rental is $207.50 for a 5-day rental and 180 miles. The total bill for the other persons rental is $212.50 for a 5-day rental and 200 miles.\r
\n" ); document.write( "\n" ); document.write( "I need to write a linear system that I can use to find the daily rental fee and the per mile fee over 150 miles.
\n" ); document.write( "

Algebra.Com's Answer #265527 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"d\" = daily rental fee
\n" ); document.write( "Let \"f\" = the per mile fee over 150 miles
\n" ); document.write( "given:
\n" ); document.write( "Person 1: cost of daily rental = \"5d\"
\n" ); document.write( "Person 2: cost of daily rental = \"5d\"
\n" ); document.write( "Person 1: per mile fee over 150 miles = \"%28180+-+150%29%2Af+=+30f\"
\n" ); document.write( "Person 2: per mile fee over 150 miles = \"%28200+-+150%29%2Af+=+50f\"
\n" ); document.write( "------------------
\n" ); document.write( "\"5d+%2B+30f+=+207.5\"
\n" ); document.write( "\"5d+%2B+50f+=+212.5\"
\n" ); document.write( "Multiply both sides of each equation by \"2\"
\n" ); document.write( "\"10d+%2B+60f+=+415\"
\n" ); document.write( "\"10d+%2B+100f+=+425\"
\n" ); document.write( "Divide both sides of each equation by \"5\"
\n" ); document.write( "\"2d+%2B+12f+=+83\"
\n" ); document.write( "\"2d+%2B+20f+=+85\"
\n" ); document.write( "
\n" );