document.write( "Question 252574: The sum of two consecutive odd integers equals their difference cubed. Find the smaller of the two. \n" ); document.write( "
Algebra.Com's Answer #184560 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let X = first number and X+2 = next odd integer.\r
\n" ); document.write( "\n" ); document.write( "(X + X + 2) = (x + 2 - x)^3
\n" ); document.write( "(2x+2) = 2^3
\n" ); document.write( "2x+2 = 8
\n" ); document.write( "2x = 6
\n" ); document.write( "X = 3.
\n" ); document.write( "the two numbers are 3 and 5.
\n" ); document.write( "
\n" );