document.write( "Question 108754: A family made a trip by car.
\n" );
document.write( "They traveled 1312 km in 3 days.
\n" );
document.write( "On the 2nd day, they traveled 2 times the number of km from the 1st day.
\n" );
document.write( "On the 3rd day, they traveled 98 km less than the 2nd day.
\n" );
document.write( "Find the distance traveled every day. \n" );
document.write( "
Algebra.Com's Answer #79324 by elima(1433) ![]() You can put this solution on YOUR website! A family made a trip by car. \n" ); document.write( "They traveled 1312 km in 3 days. \n" ); document.write( "On the 2nd day, they traveled 2 times the number of km from the 1st day. \n" ); document.write( "On the 3rd day, they traveled 98 km less than the 2nd day. \n" ); document.write( "Find the distance traveled every day. \n" ); document.write( "=========================================== \n" ); document.write( "x= first day travel \n" ); document.write( "2x=2nd day \n" ); document.write( "2x-98=3rd day \n" ); document.write( "========================== \n" ); document.write( "x+2x+2x-98=1312 \n" ); document.write( "5x=1312+98 \n" ); document.write( "5x=1410 \n" ); document.write( "x=282 \n" ); document.write( "================ \n" ); document.write( "first day = 282 \n" ); document.write( "2nd day= 2(282)=564 \n" ); document.write( "3rd day = 564-98=466 \n" ); document.write( ":) \n" ); document.write( " |