WILL FAN AND MEDAL! Triangle XYZ has vertices X(1, 3), Y(0, 0), and Z(–1, 2). The image of triangle XYZ after a rotation has vertices X'(–3, 1), Y'(0, 0), and Z'(–2, –1). Which rule describes the transformation? R0, 90° R0, 180° R0, 270° R0, 360°
make a sketch of triangles XYZ and X'Y'Z'
the 90 degree rotation matrix \[\left[\begin{matrix}0 & -1 \\ 1 & 0\end{matrix}\right]\]now multiplying by each point we get \[x\left(\begin{matrix}1 \\ 3\end{matrix}\right)*\left[\begin{matrix}0 & -1 \\ 1 & 0\end{matrix}\right]=x'\left(\begin{matrix}1*0+3*-1 \\ 1*1+3*0\end{matrix}\right)=\left(\begin{matrix}-3 \\ 1\end{matrix}\right)\]\[y'\left(\begin{matrix}0 \\ 0\end{matrix}\right)\] \[z\left(\begin{matrix}-1 \\ 2\end{matrix}\right)*\left[\begin{matrix}0 & -1 \\ 1 & 0\end{matrix}\right]=z'\left(\begin{matrix}-1*0+2*-1 \\ -1*1+2*0\end{matrix}\right)=\left(\begin{matrix}-2 \\ -1\end{matrix}\right)\]
Join our real-time social learning platform and learn together with your friends!