document.write( "Question 898122: if a man drives 70 miles per hour how far will he travel in 3
\n" );
document.write( "hours? in 4 hours? and in n hours \n" );
document.write( "
Algebra.Com's Answer #544556 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We're using D = r*t each time. Each time, r = 70 while t will change\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 3 hours, he will travel 70*3 = 210 miles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 4 hours, he will travel 70*4 = 280 miles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In n hours, he will travel 70*n = 70n miles \n" ); document.write( " |