SOLUTION: Please help me with this problem:
Two integers have a sum of 53 and a difference of 17. Find the larger integer.
I'm thinking it should be x + x = 53
You can put this solution on YOUR website! Let the first integer be x
Let the second integer be y
x+y=53 (sum)
x-y=17 (difference)
--------
2x=70
x=35
y=53-35
y=18