document.write( "Question 27390: Find three consecutive integers such that the sum of three times the first integer, one-third of the second integer, and eight times the third integer is -29. \n" ); document.write( "
Algebra.Com's Answer #14888 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let 1st integer be \"x\" \n" ); document.write( "2nd is \"x+1\" \n" ); document.write( "3rd is \"x+2\" \n" ); document.write( "EQUATION: \n" ); document.write( "3x+(1/3)(x+1)+8(x+2)=-29 \n" ); document.write( "Multiply through be \"3\" to get: \n" ); document.write( "9x+(x+1)+24(x+2)=-87 \n" ); document.write( "9x+x+1+24x+48=-87 \n" ); document.write( "34x=-136 \n" ); document.write( "x=-4 \n" ); document.write( "x+1=-3 \n" ); document.write( "x+2=-2 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |