document.write( "Question 104385: the sum of 3 cpnsecutives odd integers is 40 more than the smallest. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #75966 by elima(1433) ![]() You can put this solution on YOUR website! the sum of 3 cpnsecutives odd integers is 40 more than the smallest. What are the integers? \n" ); document.write( "x= 1st integer \n" ); document.write( "x+2=2nd integer \n" ); document.write( "x+4=3rd integer \n" ); document.write( "=================== \n" ); document.write( "x+x+2+x+4=x+40 \n" ); document.write( "3x+6=x+40 \n" ); document.write( "3x-x=40-6 \n" ); document.write( "2x=34 \n" ); document.write( "x=17 \n" ); document.write( "So the smallest integer = 17 \n" ); document.write( "2nd = x+2=17+2=19 \n" ); document.write( "3rd = x+4=17+4=21 \n" ); document.write( ":) \n" ); document.write( " \n" ); document.write( " |