document.write( "Question 349541: If a person is walking 6 miles per hour and another is riding a bike 12 MPH how far apart will they be after 10 minutes. Assuming they start next to each other and head in opposite directions.
\n" );
document.write( "Having trouble writing the equation. \n" );
document.write( "
Algebra.Com's Answer #249824 by mananth(16946)![]() ![]() You can put this solution on YOUR website! walk speed = 6mph \n" ); document.write( "cycling = 12mph \n" ); document.write( "they are going in opposite directions \n" ); document.write( "so effective speed = 12+6 = 18 mph. \n" ); document.write( "time = 10 minutes \n" ); document.write( "= 10/60 = 1/6 hour \n" ); document.write( ".. \n" ); document.write( "Distance = speed * time \n" ); document.write( "Distance = 18*1/6 \n" ); document.write( "= 3 miles apart \n" ); document.write( " |