document.write( "Question 973091: Traveling at 45 miles per hour, how many minutes, rounded to the nearest whole number, does it take to drive 240 miles from Orlando to Miami? \n" ); document.write( "
Algebra.Com's Answer #595367 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
d = r*t
\n" ); document.write( "t = d/r = 240/45 = 16/3 hours
\n" ); document.write( "t = 60*16/3 = 320 minutes
\n" ); document.write( "
\n" );