If you type in both the coordinates it’ll give you the answer on google. That’s how I did this.
By PEMDAS (or any alternative), <em>the first step should be to divide</em>, as D comes before A. So, 16 ÷ 4.
<span><span> x = 0</span>
<span> y = -x/2+2</span>
<span> z = -x-y+1
hope this helps fam :)</span></span>
Answer:
(5, 11) and (2, 2)
Step-by-step explanation:
y = (x-2)² + 2
y + 4 = 3x
(x-2)² + 2 + 4 = 3x
x² - 4x + 4 + 6 = 3x
x² - 7x + 10 = 0
(x - 5)(x - 2) = 0
x - 5 = 0, x = 5
x - 2 = 0, x = 2
y = (5-2)² + 2 = 11
(5, 11)
y = (2-2)² + 2 = 2
(2, 2)