Question 628194: Find two consecutive even integers such that the smaller added to five times the larger gives a sum of 46. Answer by bondc(3) (Show Source):
You can put this solution on YOUR website! First consecutive integer: n
Second consecutive integer: n + 2 (next even integer)
n + 5(n + 2) = 46
n + 5n + 10 = 46
6n + 10 = 46
6n = 36
n = 6
n + 2 = 8
Your answer is 6 and 8.