I know this has a simple solution, but I can not come up with it.
As an example, if two sports teams play a game and Team X beats Team Y by 28 points and the sum of Team X's score and Team Y's score is 62, then how many points did Team X score and how many points did Team Y score?
I am interested in the formula or way to set up this problem.
Thank you.
$$X-Y=28\tag1$$
$$X+Y=62\tag2$$
add $(1) $ and $(2)$: $$2X=28+62$$
subtract $(1)$ from $(2)$:
$$2Y=62-28$$
Can you take it from here?