135k views
0 votes
Point A(9,-6) is translated using the rule (x+3, y-7) then it is reflected across the x-axis. What are the coordinates of its final image?

User Adprocas
by
3.6k points

1 Answer

2 votes

Answer:

The coordinates of its final image are
(x'', y'') = (12, 13).

Explanation:

From Linear Algebra, we define reflection across the x-axis as:


(x',y') = (x, -y),
\forall \,x,y\in\mathbb{R}

According to the statement of problem, the following operation of translation:


(x',y') = (x+3, y-7),
\forall \,x,y\in \mathbb{R}

Where:


(x,y) - Original point, dimensionless.


(x',y') - Translated point, dimensionless.

If we know that
A(x, y) = (9, -6), we proceed to make the abovementioned operations:

Translation


(x', y') = (9+3,-6-7)


(x',y') = (12, -13)

Reflection


(x'', y'') = (x',-y')


(x'', y'') = (12, 13)

The coordinates of its final image are
(x'', y'') = (12, 13).

User Macloving
by
4.7k points