document.write( "Question 1141101: Ashima takes a trip to visit her grandmother. Starting from home, her parents drive
\n" ); document.write( "her to the train station at 40 mph. Ashima then takes the train, traveling 60 mph. The
\n" ); document.write( "distance from her home to when she gets off the train is 150 miles. If the total trip
\n" ); document.write( "took 3 hours, how long did she spend on the train?
\n" ); document.write( "

Algebra.Com's Answer #761635 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "              SPEED     TIME       DISTANCES\r\n" );
document.write( "\r\n" );
document.write( "DRIVE            40      3-x         40(3-x)\r\n" );
document.write( "\r\n" );
document.write( "TRAIN           60         x         60x\r\n" );
document.write( "\r\n" );
document.write( "TOTALS                     3          150\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"40%283-x%29%2B60x=150\"\r
\n" ); document.write( "\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "\"4%283-x%29%2B6x=15\"\r
\n" ); document.write( "\n" ); document.write( "\"12-4x%2B6x=15\"\r
\n" ); document.write( "\n" ); document.write( "\"2x=15-12\"\r
\n" ); document.write( "\n" ); document.write( "\"x=3%2F2\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28x=1%261%2F2%29\"
\n" ); document.write( "
\n" );