document.write( "Question 366208: John and William leave their home traveling in opposite directions on a straight road. John drives 20 miles per hour faster than William. After 4 hours they are 250 miles apart.\r
\n" );
document.write( "\n" );
document.write( "a. Define a variable for John's rate. Write an expression for William's rate.
\n" );
document.write( "b. Write and solve an equation to find John's rate. Then find William's rate. \n" );
document.write( "
Algebra.Com's Answer #260951 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John and William leave their home traveling in opposite directions on a straight road. John drives 20 miles per hour faster than William. After 4 hours they are 250 miles apart. \n" ); document.write( "a. Define a variable for John's rate: x mph \n" ); document.write( "Write an expression for William's rate: x-20 mph \n" ); document.write( "------- \n" ); document.write( "b. Write and solve an equation to find John's rate. Then find William's rate. \n" ); document.write( "They are separating at the rate of x + x-20 = 2x-20 mph. \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "time*rate = distance \n" ); document.write( "4(2x-20) = 250 miles \n" ); document.write( "8x-80 = 250 \n" ); document.write( "8x = 330 miles \n" ); document.write( "x = 41.25 \n" ); document.write( "---- \n" ); document.write( "William's rate = x-20 = 21.25 mph \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |