document.write( "Question 517004: find three consecutive even integers, such that the sum of the second and third number is 20 more than the first. \n" ); document.write( "
Algebra.Com's Answer #344592 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! To solve this equation you need to write equations using what you know. First, you know that the numbers are 3 consecutive even integers. So A is your first, B = A + 2 and C = B + 2. \n" ); document.write( "Next, you know that the sum of the second and third numbers is 20 more than the first: B + C = 20 + A. \n" ); document.write( "Now plug the first two equations into the second, for B and C: \n" ); document.write( "B + C = 20 + A \n" ); document.write( "(A + 2) + (B + 2) = 20 + A \n" ); document.write( "A + 2 + B + 2 = 20 + A \n" ); document.write( "A + B + 4 = 20 + A \n" ); document.write( "B + 4 = 20 \n" ); document.write( "B = 16 \n" ); document.write( "So the three consecutive even numbers are 14, 16, 18. \n" ); document.write( " |