document.write( "Question 1092023: Three consecutive odd integers where the sum of the first two is the same as 21 more than the Third \n" ); document.write( "
Algebra.Com's Answer #706514 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! integers are x, x+2, and x+4 \n" ); document.write( "x+x+2=x+4+21 \n" ); document.write( "2x+2=x+25 \n" ); document.write( "x=23 \n" ); document.write( "x+2=25 \n" ); document.write( "x+4=27 \n" ); document.write( "Sum of first two is 48 and that is 21 more than 27. \n" ); document.write( " |