document.write( "Question 882583: find three consecutive integers such that four times the first integer is equal to five times the third decreased by thirty seven \n" ); document.write( "
Algebra.Com's Answer #533073 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the three integers be \"N-1\",\"N\", and \"N%2B1\".
\n" ); document.write( "\"4%28N-1%29=5%28N%2B1%29-37\"
\n" ); document.write( "\"4N-4=5N%2B5-37\"
\n" ); document.write( "\"-N=4%2B5-37\"
\n" ); document.write( "\"-N=-28\"
\n" ); document.write( "\"N=28\"
\n" ); document.write( "The integers are 27, 28, and 29.
\n" ); document.write( "
\n" ); document.write( "
\n" );