document.write( "Question 503590: Find three consecutive even integers such that the sum of the smallest and the largest is 36. \n" ); document.write( "
Algebra.Com's Answer #339300 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that the sum of the smallest and the largest is 36. \n" ); document.write( "** \n" ); document.write( "let x=smallest even integer \n" ); document.write( "x+2=second consecutive even integer \n" ); document.write( "x+4=third and largest consecutive integer \n" ); document.write( ".. \n" ); document.write( "x+(x+4)=36 \n" ); document.write( "2x+4=36 \n" ); document.write( "2x=36-4=32 \n" ); document.write( "x=16 \n" ); document.write( "x+2=18 \n" ); document.write( "x+4=20 \n" ); document.write( "ans: \n" ); document.write( "Three consecutive integers are: 16, 18 and 20 \n" ); document.write( " |