The figure below represents a triangle $PQR$ with initial coordinates of the vertices as $P(1,3)$, $Q(4,5)$ and $R(5,3.5)$. The triangle is rotated in the $X-Y$ plane about the vertex $P$ by angle $\theta$ in clockwise direction. If $sin(\theta) = 0.6$ and $cos(\theta) = 0.8$, the new coordinates of the vertex $Q$ are
- $ (4.6, 2.8)$
- $ (3.2, 4.6)$
- $ (7.9, 5.5) $
- $ (5.5, 7.9) $
We calculated the distance between $P$ and $Q$ using distance formula(i.e., $d=\sqrt{(y_2 - y_1)^2 + (x_2 - x_1)^2}$ ). It came to be root $13$ and same for only option $(1)$.

Draw right triangle $TPQ$ so that $T$ has coordinates $(4,3)$ and let's say that angle $TPQ$ is $\alpha$. Then
$$\sin\alpha=\frac{2}{\sqrt{13}},\cos\alpha=\frac{3}{\sqrt{13}}.$$
Considering triangle $T'PQ'$ where angle $T'PQ'$ is $\alpha-\theta$, use the formulas for $\sin(\alpha-\theta)$ and $\cos(\alpha-\theta)$ with the values given in the question for $\theta$. This gives
$$\sin(\alpha-\theta) =\frac{-1}{5\sqrt{13}},\quad\cos(\alpha-\theta)=\frac{18}{5\sqrt{13}}.$$
From here the coordinates of $Q'$ are $(1+18/5,3-1/5)=(4.6,2.8)$.