document.write( "Question 951730: find three consecutive odd integers whose sum is 69 \n" ); document.write( "
Algebra.Com's Answer #581258 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
let \"x\" be the first integer, the next odd integer is \"%28x%2B2%29\", the next one is \"%28x%2B4%29\"
\n" ); document.write( "The sum of three consecutive odd integers is \"x%2B%28x%2B2%29%2B%28x%2B4%29\"
\n" ); document.write( "the equation is
\n" ); document.write( "\"x%2B%28x%2B2%29%2B%28x%2B4%29=69\"
\n" ); document.write( "\"x%2Bx%2B2%2Bx%2B4=69\"
\n" ); document.write( "\"3x=69-6\"
\n" ); document.write( "\"3x=63\"
\n" ); document.write( "\"x=63%2F3\"
\n" ); document.write( "\"x=21\" is the first integer
\n" ); document.write( "\"x%2B2=21%2B2=23\", \"x%2B4=21%2B4=25\"
\n" ); document.write( "Check the answer: \"21%2B23%2B25=69\" - correct
\n" ); document.write( "Answer: \"21\", \"23\", \"25\"
\n" ); document.write( "
\n" ); document.write( "
\n" );