document.write( "Question 510756: Find three consecutive integers such that if the thrid is added to twice the first, the reslut is 83.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #341882 by Alan3354(69443) You can put this solution on YOUR website! 2n + (n+2) = 83 \n" ); document.write( "3n = 81 \n" ); document.write( "n = 27 \n" ); document.write( "27, 28 & 29 \n" ); document.write( " |