document.write( "Question 200947: please help me solve this problem:
\n" );
document.write( " a farmer and his son leave a barn at the same time and walk in opposite driections checking a fence line. the son walks at the speed of 3.5km/h and the farmer at 4.0km/h. how much time will have elapsed when the farmer and his son are 2.5km apart \n" );
document.write( "
Algebra.Com's Answer #151187 by nerdybill(7384) You can put this solution on YOUR website! a farmer and his son leave a barn at the same time and walk in opposite driections checking a fence line. the son walks at the speed of 3.5km/h and the farmer at 4.0km/h. how much time will have elapsed when the farmer and his son are 2.5km apart \n" ); document.write( ". \n" ); document.write( "Apply the distance formula: \n" ); document.write( "d = rt \n" ); document.write( "where \n" ); document.write( "d is distance \n" ); document.write( "r is rate or speed \n" ); document.write( "t is time \n" ); document.write( ". \n" ); document.write( "Let t = elapsed time \n" ); document.write( "then \n" ); document.write( "3.5t + 4t = 2.5 \n" ); document.write( "7.5t = 2.5 \n" ); document.write( "t = 2.5/7.5 \n" ); document.write( "t = 25/75 \n" ); document.write( "t = 1/3 of an hour (or 20 minutes) \n" ); document.write( " \n" ); document.write( " |