document.write( "Question 944334: Mike made a trip in 40 hours. Joe made the same trip in 30 hours because Joe was traveling 6 km per hour faster. How many km was the trip?\r
\n" );
document.write( "\n" );
document.write( "So far I have (I am using the formula amount=rate*time)
\n" );
document.write( "A=6(km)*30
\n" );
document.write( "A=180\r
\n" );
document.write( "\n" );
document.write( "180=R*40
\n" );
document.write( "R=140
\n" );
document.write( "so is the trip 180km?\r
\n" );
document.write( "\n" );
document.write( "I have no idea if I am going in the right track? \n" );
document.write( "
Algebra.Com's Answer #575778 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mike made a trip in 40 hours. Joe made the same trip in 30 hours because Joe was traveling 6 km per hour faster. How many km was the trip? \n" ); document.write( "*** \n" ); document.write( "let x=mike's rate \n" ); document.write( "x+6=Joe's rate \n" ); document.write( "travel time*speed=distance (same for both Mike and Joe) \n" ); document.write( ".. \n" ); document.write( "40x=30(x+6) \n" ); document.write( "40x=30x+180 \n" ); document.write( "10x=180 \n" ); document.write( "x=18 \n" ); document.write( "40x=720 \n" ); document.write( "How many km was the trip? 720 \n" ); document.write( " |