document.write( "Question 309880: The sum of three consecutive odd integers is 249. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #221638 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the first integer be x, \n" ); document.write( "the second and third will be x+2, and x+4\r \n" ); document.write( "\n" ); document.write( "Their sum = 249 \n" ); document.write( ". \n" ); document.write( "So \n" ); document.write( "x+x+2+x+4=249\r \n" ); document.write( "\n" ); document.write( "3x+6=249 \n" ); document.write( "3x=243 \n" ); document.write( "x= 81\r \n" ); document.write( "\n" ); document.write( "the numbers are 81, 83, 85 \n" ); document.write( " |