document.write( "Question 924247: The sum of three integers is
\n" );
document.write( "394
\n" );
document.write( ". The sum of the first and second integers exceeds the third by
\n" );
document.write( "26
\n" );
document.write( ". The third integer is
\n" );
document.write( "4
\n" );
document.write( "less than the first. Find the three integers. \n" );
document.write( "
Algebra.Com's Answer #560711 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Previously Posted \n" ); document.write( "1st + 2nd + 3rd = 394 \n" ); document.write( "x + ( 2x-4 - 26) + (x-4) = 394 \n" ); document.write( "4x = 428 \n" ); document.write( "x = 107 \n" ); document.write( "1st: 107 \n" ); document.write( "2nd: 184 \n" ); document.write( "3rd: 103 \n" ); document.write( "And ...checking \n" ); document.write( "Sum = 394 \n" ); document.write( " |