document.write( "Question 396004: If Joe drove his truck at 55 mph for t hours how far did he travel? \n" ); document.write( "
Algebra.Com's Answer #281019 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Distance = speed * time \n" ); document.write( "speed = 55 mph \n" ); document.write( "time = t hours \n" ); document.write( "distance = 55t miles \n" ); document.write( " \n" ); document.write( " |