document.write( "Question 989100: You can represent an odd integer with the expression 2n + 1, where n is any integer.Write and solve an equation to find 3 consecutive odd integers that have a sum of 63.
\n" ); document.write( "2x+1= 1st number
\n" ); document.write( "63=2x+1+(2(x+1)+1)+(2(x+2)+1)
\n" ); document.write( "x=9
\n" ); document.write( "2(9)+1
\n" ); document.write( "1st number is 19
\n" ); document.write( "Second is 21
\n" ); document.write( "Third is 23
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #609524 by zhagi17(16)\"\" \"About 
You can put this solution on YOUR website!
19 21 23 \n" ); document.write( "
\n" );