I need help with this question find two consecutive numbers such that their sum is equal to the difference between two times the larger and the smaller
Let the 1st number be F
Then 2nd = F + 1
We then get: F + F + 1 = 2(F + 1) - F
2F + 1 = 2F + 2 - F
2F - F = 2 - 1