document.write( "Question 373204: can the sum of three consecutive odd integers be 25?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #265664 by SadieKhan(31) You can put this solution on YOUR website! let x be an odd number, the other two consecutive numbers will be x+2 and x+4. \n" ); document.write( "adding them up and solving for x \n" ); document.write( "x+x+2+x+4 =25 \n" ); document.write( "3x+6 = 25 \n" ); document.write( "3x=25-6 \n" ); document.write( "3x= 19 \n" ); document.write( "x=19/3 \n" ); document.write( "since we didnt get an integer let alone odd, so the sum of three consecutive integers cant be odd. \n" ); document.write( " |