document.write( "Question 1093314: Find three consecutive odd integers such that three
\n" ); document.write( "times the sum of the second two is three less than nine times the first one.
\n" ); document.write( "

Algebra.Com's Answer #707927 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( "\"3%28N%2BN%2B2%29=9%28N-2%29-3\"
\n" ); document.write( "\"3%282N%2B2%29=9N-18-3\"
\n" ); document.write( "\"3%282N%2B2%29=9N-21\"
\n" ); document.write( "\"3%282N%2B2%29=3%283N-7%29\"
\n" ); document.write( "\"2N%2B2=3N-7\"
\n" ); document.write( "Solve for N.
\n" ); document.write( "
\n" ); document.write( "
\n" );