document.write( "Question 972324: The sum of three consecutive odd integers is 87. What are they? \n" ); document.write( "
Algebra.Com's Answer #594659 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! let the smallest =x \n" ); document.write( "x+x+2+x+4=87\r \n" ); document.write( "\n" ); document.write( "3x+6=87 \n" ); document.write( "3x=81 \n" ); document.write( "x=27\r \n" ); document.write( "\n" ); document.write( "27,29,31 \n" ); document.write( "Their sum is 87 \n" ); document.write( " |