Answer:
The system
6*x  - 3*y  =  6
8*x  -  9*y  =  - 22
Solution:
x = 4
y = 6
Step-by-step explanation:
We have:
"x" number of points for a goal
"y" number of points for a penalty
Then according to problem statement, we get the two equation system
Clare    6*x  - 3*y  = 6    And
Hoah    8*x  -  9*y  =  - 22
If we are going to solve it, we can:
6*x  - 3*y  =  6    ⇒   2*x  - y  = 2
               8*x  -  9*y  =  - 22
y = 2*x - 2
8*x  - 9 *( 2*x -2)  =  - 22   ⇒   8*x - 18*x + 18  =  - 22
-10*x = - 40 Â Â Â x = 4
And then  y =  2*x - 2    ⇒  y  =  8 - 2   ⇒  y  = 6