Answer:
(3, 2), (2, 3)
Step-by-step explanation:
x + y = 5
xy = 6
Solve the first equation for x.
x = 5 - y
Substitute 5 - y for x in the second equation.
xy = 6
(5 - y)y = 6
5y - y² = 6
y² - 5y + 6 = 0
Factor.
(y - 2)(y - 3) = 0
y - 2 = 0 or y - 3 = 0
y = 2 or y = 3
Now substitute 2 for y in the first equation and solve for x.
x + y = 5
x + 2 = 5
x = 3
One solution is x = 3; y = 2, or (3, 2).
Now substitute 3 for y in the first equation and solve for x.
x + y = 5
x + 3 = 5
x = 2
Another solution is x = 2; y = 3, or (3, 2).
Answer: (3, 2), (2, 3)
Percent of Change:
Difference/Original
(20-16)/16 = 4/16 = 1/4 = 25% increase
This transformation takes a vector (x,y) and maps it to the vector (x+2, y+16). In other words, it moves the X coordinate of the vector 2 units to the right, and the Y coordinate of the vector is moved 16 units upwards.
If you would take a set of points and apply this transformation, you would see the entire set moving upwards and to the right, with no stretching ou rotating. This type of transformation is called a translation transformation.