document.write( "Question 215788: three consecutive integers are such that three times the largest exceeds the sum of the two smaller integers by 47. find the integers \n" ); document.write( "
Algebra.Com's Answer #163021 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+1 & x+2 be the three integers. \n" ); document.write( "3(x+2)>x+x+1+47 \n" ); document.write( "3x+6>2x+48 \n" ); document.write( "3x-2x>48-6 \n" ); document.write( "x>42 ans. \n" ); document.write( "Proof: \n" ); document.write( "Let x=43 \n" ); document.write( "3(43+2)>42+42+1+47 \n" ); document.write( "3*45>132 \n" ); document.write( "135>132 \n" ); document.write( " |