document.write( "Question 27695: what are three consecutive even intergers whose sum is 114? \n" ); document.write( "
Algebra.Com's Answer #15076 by sdmmadam@yahoo.com(530)![]() ![]() ![]() You can put this solution on YOUR website! what are three consecutive even intergers whose sum is 114? \n" ); document.write( "Any two consecutive even integers differ by 2 \n" ); document.write( "Let the required 3 consecutive even integers be \n" ); document.write( "(a-2), a and (a+2) \n" ); document.write( "By data the sum of the 3 numbers is 114 \n" ); document.write( "Therefore we have \n" ); document.write( "[(a-2) + a + (a+2)] = 114 \n" ); document.write( "(a-2+a+a+2)=114 \n" ); document.write( "which implies (a+a+a) = 114 \n" ); document.write( "(using additive commutativity and associativity \n" ); document.write( "and the additive inverse law:-2+2=0) \n" ); document.write( "That is 3a = 114 \n" ); document.write( "Therefore a = 114/3 = 38. \n" ); document.write( "Hence the three consecutive even integers are (38-2), 38 and (38+2) \n" ); document.write( "Answer: 36,38 and 40 \n" ); document.write( "Verification: \n" ); document.write( "Of course 36,38 and 40 are all even (as each is a multiple of 2) \n" ); document.write( "And their sum = 36 + 38 +40 = 114 which is correct. \n" ); document.write( "One question? Why should we consider the required numbers in the above fashion? \n" ); document.write( "Why not of the form a, (a+2), (a+4) ? \n" ); document.write( "This form is ofcourse right and that is what we normally tend to proceed with. \n" ); document.write( "There is nothing wrong with it. \n" ); document.write( "The sum here is [a +(a+2) +(a+4)] = 114 \n" ); document.write( "After applying additive commutativity and associativity,we get \n" ); document.write( " 3a + 6 = 114 \n" ); document.write( " 3a = 114-6 \n" ); document.write( "3a = 108 \n" ); document.write( "a = 108/3 = (36X3)/3 = 36 \n" ); document.write( "And here the numbers are 36, 36+2, 36+4 that is 36,38 and 40 of course \n" ); document.write( "What is the advantage of the first method? \n" ); document.write( "If we consider in the fashion: \n" ); document.write( "(a-2), a and (a+2) \n" ); document.write( "then the sum can be visualised mentally and the answer 3a= 114 flashes ina jiffy as a result and we immediately get the answer a =36. Cool! is n't it? That is the advantage. \n" ); document.write( " \n" ); document.write( " |