document.write( "Question 912012: Mr.E drives to work. because of traffic conditions he averages 40 mi/hr. he return home following the same route at an average speed of 60 mi/hr. his round trip time is 2 hrs. how far does he work from home. \n" ); document.write( "
Algebra.Com's Answer #553495 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 60t=40*(2-t) \n" ); document.write( "60t=80-40t \n" ); document.write( "100t=80 \n" ); document.write( "10t=8 \n" ); document.write( "t=.8 \n" ); document.write( "60*8/10=48 miles \n" ); document.write( "check \n" ); document.write( "40*1.2=48 miles \n" ); document.write( "ok \n" ); document.write( " |