Answer:
8 and 10
Explanation:
All you need to know to begin setting this up is that to get from one even integer to the next consecutive even integer, add 2.
Start with x = an even integer (yes, because you say so!)
Next even integer = x + 2
"five times the first integer is equal to four times the second integer"
5x = 4(x + 2)
Distribute the 4.
5x = 4x + 8
Subtract 4x
x = 8
The two integers are 8 and 10
5(8) = 4(10) as desired!