document.write( "Question 1013325: Javier drove 45 miles. If this is only 60% of the full trip, then how many miles is the full trip?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #629582 by fractalier(6550) You can put this solution on YOUR website! Call the full trip, x. \n" ); document.write( "Thus we can write \n" ); document.write( "60% of x is 45, or \n" ); document.write( ".6x = 45 \n" ); document.write( "x = 45/.6 = 75 miles \n" ); document.write( " |