document.write( "Question 1094694: Write a function and record the results showing your distance traveled if you are traveling at a steady speed of 55 mph for h hours \n" ); document.write( "
Algebra.Com's Answer #709268 by t0hierry(194)\"\" \"About 
You can put this solution on YOUR website!
distance = velocity times time
\n" ); document.write( "d = v t\r
\n" ); document.write( "\n" ); document.write( "Here d = 55 h
\n" ); document.write( " h=1 d=55
\n" ); document.write( " h=2 d=110
\n" ); document.write( "
\n" );