.
a - 6 = 2b (1)
a + b = 15 (2)
"The questions calls for the point where these equations cross (#,#)".
The question CAN NOT be "for the point where these equations cross (#,#)". // Since equations do not cross.
The question can be EITHER to find the intersection point of the two lines (1) and (2) OR to find the common solution to this system of equations.
Both these questions are equivalent.
To solve the system, express "a" from equation (1): a = 2b + 6, and then substitute it into equation (2) to get
(2b+6) + b = 15
3b + 6 = 15
3b = 15-6 ====> 3b = 9 ====> b = = 3.
Now, when you just found the value of b = 3, substitute it into equation (1) to find a = 2b+6 = 2*3 + 6 = 12.
Answer. The solution to the system is a= 12, b= 3, or the pair (a,b) = (12,3).
Check. Check the solution/(the answer) on your own by substituting the found values into original equations.
The method I used in the solution is called "the Substitution method".
It is THE FIRST method that students use when they start learning solving systems of equations.