QUESTION IMAGE
Question
rotate the given triangle 180° counterclockwise about the origin.
\
$$\begin{bmatrix} 0 & -3 & 5 \\\\ 0 & 1 & 2 \\end{bmatrix}$$
\
$$\begin{bmatrix} 0 & 3 & ? \\\\ 0 & & \\end{bmatrix}$$
Step1: Recall the rotation rule
When rotating a point \((x,y)\) \(180^{\circ}\) counter - clockwise about the origin, the new point is \((-x,-y)\).
Step2: Apply the rule to each point
For the point \((-3,1)\):
\(x=-3,y = 1\), after rotation \(x'=-(-3)=3,y'=-1\)
For the point \((5,2)\):
\(x = 5,y=2\), after rotation \(x'=-5,y'=-2\)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The matrix is \(
$$\begin{bmatrix}0&3&- 5\\0&-1&-2\end{bmatrix}$$
\)