document.write( "Question 907207: using a variable expression find the distance traveled by a truck moving at an average speed of 65 miles per hour for 6 hours. use the formula: Distance d equals rate times time t \n" ); document.write( "
Algebra.Com's Answer #550236 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! d = r * t \n" ); document.write( "d = 65 mph * 6 hrs \n" ); document.write( "d = 390 miles \n" ); document.write( " |