document.write( "Question 432471: Jesse rents a moving van for $75 and must pay $2 per mile. The following week, Alex rents the same van, is charged $80 for the rental and $1.50 per mile. If they each paid the same amount and drove the same number of miles, how far did they each travel \n" ); document.write( "
Algebra.Com's Answer #299838 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
number of miles x both same\r
\n" ); document.write( "\n" ); document.write( "75+2x=80+1.6x
\n" ); document.write( "2x-1.5x=80-75
\n" ); document.write( "0.5x= 5
\n" ); document.write( "x=5/0.5
\n" ); document.write( "x=10 miles
\n" ); document.write( "
\n" );