document.write( "Question 322601:  traveling 50 mph how long would it take to travel 550 miles ?
\n" );
document.write( "                                                             
\n" );
document.write( "traveling 60 mph how long would it take to travel 660 miles?\r
\n" );
document.write( "\n" );
document.write( "traveling 80 mph how long would it take to travel 320 miles? \n" );
document.write( "
| Algebra.Com's Answer #230958 by jessica43(140)      You can put this solution on YOUR website! You need to rewrite these as formulas and then you can solve them: \n" ); document.write( "Traveling 50 mph how long would it take to travel 550 miles \n" ); document.write( "50*H = 550 (where H = the number of hours) \n" ); document.write( "H = 11 hours\r \n" ); document.write( "\n" ); document.write( "traveling 60 mph how long would it take to travel 660 miles \n" ); document.write( "60*H = 660 \n" ); document.write( "H = 11 hours\r \n" ); document.write( "\n" ); document.write( "traveling 80 mph how long would it take to travel 320 miles \n" ); document.write( "80*H = 320 \n" ); document.write( "H = 4 hours \n" ); document.write( " |