document.write( "Question 708244: the sum of three consecutive even integers is 36. Find the smallest of them. \n" ); document.write( "
Algebra.Com's Answer #436015 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the sum of three consecutive even integers is 36. Find the smallest of them. \n" ); document.write( ". \n" ); document.write( "Let x = smallest of three consecutive even integers \n" ); document.write( "then \n" ); document.write( "x+2 = second integer \n" ); document.write( "x+4 = third \n" ); document.write( ". \n" ); document.write( "x + x+2 + x+4 = 36 \n" ); document.write( "3x + 6 = 36 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10 (answer) \n" ); document.write( " |