document.write( "Question 830292: find 3 consecutive integers such that the sum of the first and the second is 91. Please put the solution so I can understand \n" ); document.write( "
Algebra.Com's Answer #500500 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let \"N\" be your first integer. THe next two consecutive integers would be \"N%2B1\" and \"N%2B2\".
\n" ); document.write( "The sum of the first and second would be
\n" ); document.write( "\"N%2B%28N%2B1%29=91\"
\n" ); document.write( "\"2N%2B1=91\"
\n" ); document.write( "\"2N=90\"
\n" ); document.write( "\"N=45\"
\n" ); document.write( "The integers are then \"45\", \"46\", and \"47\".
\n" ); document.write( "
\n" ); document.write( "
\n" );