document.write( "Question 997695: The sum of three integers is 27. The second is 3 more than the first, and the third is two more than twice the second integer. Find the integers \n" ); document.write( "
Algebra.Com's Answer #653905 by jorel555(1290) ![]() You can put this solution on YOUR website! Let m,n,and p be your integers. Then \n" ); document.write( "m+n+p=27 \n" ); document.write( "n=m+3 \n" ); document.write( "p=2n+2; or 2m+8 \n" ); document.write( "So: \n" ); document.write( "m+m+3+2m+8=27 \n" ); document.write( "4m=16 \n" ); document.write( "m=4 \n" ); document.write( "n=7 \n" ); document.write( "p=16!!!!!!!!!!!!!!! \n" ); document.write( " |