document.write( "Question 34119: three hundred miles were traveled at a rate of 60 mph. how much time did the jet fly. \n" ); document.write( "
Algebra.Com's Answer #20441 by sarah_adam(201)\"\" \"About 
You can put this solution on YOUR website!
s = \"%28d%2Ft%29\"
\n" ); document.write( "given s = 60 mph and d = 300 miles
\n" ); document.write( "t = \"%28d%2Fs%29\"
\n" ); document.write( "t = \"%28300%2F60%29\"
\n" ); document.write( "t = 5 hours
\n" ); document.write( "
\n" );