document.write( "Question 1024344: The school bus went d miles in h hours but arrived 3 hours late. How fast should the bus have traveled to have arrived on time? --Thank you for any help \n" ); document.write( "
Algebra.Com's Answer #639792 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+s+\" = speed of bus
\n" ); document.write( "for on-time arrival
\n" ); document.write( "\"+h+-+3+\" = time of travel for
\n" ); document.write( "an on-time arrival
\n" ); document.write( "-------------------
\n" ); document.write( "\"+d+=+s%2A%28+h+-+3+%29+\"
\n" ); document.write( "\"+s+=+d+%2F+%28+h-3+%29+\"
\n" ); document.write( "
\n" );