You can
put this solution on YOUR website!
Find 2 consecutive even integers such that their sum is equal to the difference of 3 times the larger and 2 times the smaller
(This is let statements)
Let the smaller integer be S
Then larger integer is: S + 2
From the description, we get: S + S + 2 = 3(S + 2) - 2S
Solve this equation to determine the value of S, the smaller integer
Add 2 to this smaller integer to get the larger integer
You should get: