<h3>
Answer: Point E is located at (2, 3)</h3>
====================================
Explanation:
The sequence PQRST has T as the last letter.
The sequence ABCDE has E as the last letter
The two letters T and E pair up or they correspond. So T will rotate to land on point E. Or T will rotate to point E's location.
Point T is at location (-3,2). So x = -3 and y = 2.
-------
Use the rule
(x,y) ---> (y, -x)
which is the rule we use when we rotate any point 90 degrees clockwise around the origin. We swap the x and y coordinates, then change the sign of the second coordinate (after the swap happens).
This means,
(-3, 2) ----> (2, -(-3)) = (2, 3)
or simply
(-3, 2) ---> (2, 3)
I don’t know if this is a joke or not but the answer is 6
The solution of the equations is (-2, -1)
<h3>System of equation:</h3>
2x - 3y = -1
11x - 9y = -13
Using elimination method let multiply the first equation by -3.
Therefore,
-6x + 9y = 3
11x - 9y = -13
5x = -10
x = -10 / 5
x = -2
let's find y as follows;
2(-2) - 3y = -1
-4 - 3y = -1
-3y = -1 + 4
-3y = 3
y = 3 / -3
y = -1
learn more on system of equation here: brainly.com/question/1451150
Y = x - 1
y = -5 - 1
y = -6
(x, y) = (-5, -6)
y = x - 1
y = -3 - 1
y = -4
(x, y) = (-3, -4)
y = x - 1
y = 0 - 1
y = -1
(x, y) = (0, -1)
y = x - 1
y = 1 - 1
y = 0
(x, y) = (1, 0)
y = x - 1
y = 2 - 1
y = 1
(x, y) = (2, 1)