document.write( "Question 991575: Find three consecutive odd integers where the largest is 5 more than the sum of the smaller two \n" ); document.write( "
Algebra.Com's Answer #611448 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"N-2\",\"N\", and \"N%2B2\".
\n" ); document.write( "\"N%2B2=5%2BN%2BN-2\"
\n" ); document.write( "\"N%2B2=2N%2B3\"
\n" ); document.write( "\"N=-1\"
\n" ); document.write( "So the integers are \"-3\",\"-1\", and \"1\".\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );