document.write( "Question 373781: During a trip to Valdosta from Alabama, a couple went one third of the way by car, 40 miles by bicycle and one sixth of the journey on foot. How long was the trip?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #266328 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! During a trip to Valdosta from Alabama, a couple went one third of the way by car, 40 miles by bicycle and one sixth of the journey on foot. How long was the trip?\r \n" ); document.write( "\n" ); document.write( "Sol'n: \n" ); document.write( " let x - the total distance travel \n" ); document.write( " x/3 + 40 + x/6 = x \n" ); document.write( " x (1-1/3-1/6) = 40 \n" ); document.write( " 0.5x = 40 \n" ); document.write( " x = 40/0.5) \n" ); document.write( " x = 80 miles----answer \n" ); document.write( " \n" ); document.write( " |