document.write( "Question 975101: Tanya starts for school walking an average rate of 120 feet per minute. She realizes she forgot her lunch turns around and jogs back to house at 360 feet per minute. It took 10 minutes to go and come home. How far did she walk before she turned around? \n" ); document.write( "
Algebra.Com's Answer #596916 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Tanya starts for school walking an average rate of 120 feet per minute.
\n" ); document.write( " She realizes she forgot her lunch turns around and jogs back to house at 360 feet per minute.
\n" ); document.write( " It took 10 minutes to go and come home.
\n" ); document.write( " How far did she walk before she turned around?
\n" ); document.write( ":
\n" ); document.write( "let d = distance walked before she turned around, (also the distance returned)
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "time there + time back = 10 min
\n" ); document.write( "\"d%2F120\" + \"d%2F360\" = 10
\n" ); document.write( "multiply equation by 360, cancel denominators and you have
\n" ); document.write( "3d + d = 360(10)
\n" ); document.write( "4d = 3600
\n" ); document.write( "d =3600/4
\n" ); document.write( "d = 900 ft when she turned around
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this; find the time each way.
\n" ); document.write( "900/120 = 7.5 min
\n" ); document.write( "900/360 = 2.5 min
\n" ); document.write( "----------------------
\n" ); document.write( "total time: 10 min
\n" ); document.write( "
\n" );