document.write( "Question 55764: Not from a text book, from worksheet.\r
\n" );
document.write( "\n" );
document.write( "Find four consecutive intergers such that twice the sume of the two greater intergers exceeds three times the first by 91? \n" );
document.write( "
Algebra.Com's Answer #37838 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! : \n" ); document.write( "Find four consecutive intergers: x, (x+1), (x+2), (x+3); such that \n" ); document.write( ": \n" ); document.write( "twice the sum of the two greater intergers exceeds three times the first by 91? \n" ); document.write( "2[(x+3)+(x+2)] = 3x + 91 \n" ); document.write( ": \n" ); document.write( "2(2x + 5) = 3x + 91 \n" ); document.write( ": \n" ); document.write( "4x + 10 = 3x + 91 \n" ); document.write( ": \n" ); document.write( "4x - 3x = 91 - 10 \n" ); document.write( ": \n" ); document.write( "x = 81 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: 2(83+84) = 3(81) + 91 \n" ); document.write( " 334 = 243 + 91 \n" ); document.write( " |