document.write( "Question 903209: find three consecutive integers such that the sum of 2 times the largest and the smallest is 224. \n" ); document.write( "
Algebra.Com's Answer #548044 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"N-1\",\"N\", and \"N%2B1\".
\n" ); document.write( "\"2%28%28N%2B1%29%2B%28N-1%29%29=224\"
\n" ); document.write( "\"2N=112\"
\n" ); document.write( "\"N=56\"
\n" ); document.write( "The integers are 55,56,57.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );