document.write( "Question 1054705: Plan three different bus trips. Each bus trip must be less than 1000km. Calculate the duration of each bus trip to the nearest 30 minutes.\r
\n" ); document.write( "\n" ); document.write( "A bus travels at 80km/h
\n" ); document.write( "

Algebra.Com's Answer #669912 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"D=R%2At\"
\n" ); document.write( "\"t=D%2FR\"
\n" ); document.write( "\"t=D%2F80\"
\n" ); document.write( "Choose a distance less than 1000. Calculate the time.
\n" ); document.write( "Example,
\n" ); document.write( "\"D=400\"
\n" ); document.write( "\"t=400%2F80=5\"\"hr\"
\n" ); document.write( "Do this for two other distances.
\n" ); document.write( "
\n" ); document.write( "
\n" );