document.write( "Question 338602: If given the distance and average speed how do you find out the time it took to get there \n" ); document.write( "
Algebra.Com's Answer #242698 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
You can use:
\n" ); document.write( "\"d+=+rt\" where d = distance, r = rate(speed), and t = time.
\n" ); document.write( "Since you want to find the time, you would solve this for time.
\n" ); document.write( "\"t+=+d%2Fr\"
\n" ); document.write( "or time = distance divided by average speed.
\n" ); document.write( "
\n" );