document.write( "Question 162521: Find four consecutive integers such that twice the sum of the two greater integers exceeds three times the first by 91. \n" ); document.write( "
Algebra.Com's Answer #119781 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find four consecutive integers such that twice the sum of the two greater integers exceeds three times the first by 91. \n" ); document.write( ". \n" ); document.write( "Let x = first (smallest) consecutive integer \n" ); document.write( "x+1 = second consecutive integer \n" ); document.write( "x+2 = third consecutive integer \n" ); document.write( "x+3 = fourth (largest) consecutive integer \n" ); document.write( ". \n" ); document.write( "2[(x+2)+(x+3)] = 3x+91 \n" ); document.write( "2[2x+5] = 3x+91 \n" ); document.write( "4x+10 = 3x+91 \n" ); document.write( "x+10 = 91 \n" ); document.write( "x = 81 \n" ); document.write( ". \n" ); document.write( "Therefore, the integers are: \n" ); document.write( "81, 82, 83, and 84 \n" ); document.write( " \n" ); document.write( " |