document.write( "Question 23433: Please help me solve this problem
\n" );
document.write( "Also how do I check it
\n" );
document.write( " Alex bikes to Joes house at 12mph and returns by car at 36mph. If the entire round trip takes a total of 1 hour, how far from Alex does Joe live? \n" );
document.write( "
Algebra.Com's Answer #12207 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Going data: \n" ); document.write( "distance =?; rate=12mph; time=t \n" ); document.write( "Comming back data: \n" ); document.write( "distance =?; rate=36mph; time=1-t \n" ); document.write( "Formula: d=rt \n" ); document.write( "EQUATION: \n" ); document.write( " Going distance = Coming distance \n" ); document.write( " 12t = 36(1-t) \n" ); document.write( " 12t = 36-36t \n" ); document.write( " 48t= 36 \n" ); document.write( " t = 3/4 hr. (Going time) \n" ); document.write( "Therefore distance =(3/4)(12)= 9 miles \n" ); document.write( " \n" ); document.write( " |