document.write( "Question 517386: If the sum of two consecutive odd integers is 52, what is the product of the two integers? \n" ); document.write( "
Algebra.Com's Answer #344753 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x, x+2\r \n" ); document.write( "\n" ); document.write( "x+x+2=52 \n" ); document.write( "2x+2=52 \n" ); document.write( "2x=52-2 \n" ); document.write( "2x=50 \n" ); document.write( "x=25 \n" ); document.write( "25 * 27 = 675 \n" ); document.write( " |