document.write( "Question 698033: can you help me \"find three consecutive integers such that the first added to 3 times the second is 83\" \n" ); document.write( "
Algebra.Com's Answer #806631 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1) + 3x = 83 \n" ); document.write( "4x - 1 = 83 \n" ); document.write( "4x = 84 \n" ); document.write( "x = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 20, 21, 22 \n" ); document.write( " |