Write a general matrix $M_1$ for a reflection about a line.
If you can't remember how to write the elements of such a matrix, here are a couple of reminders:
Reflect point across line with matrix, Reflection across a line?.
Write another general matrix $M_2$ for a reflection about a line, not necessarily the same one. Add the two matrices. Now you have a matrix $M_3.$
Write a general matrix for a rotation. Call it $M_4.$
You should now have two matrices, $M_3$ and $M_4,$ each of which has four entries, each entry is an expression in one or two variables (one variable for the rotation, two for the sum of the reflection matrices).
Look for patterns. A reflection matrix has a very specific pattern of elements that are equal to each other or exact negatives of each other.
This affects the relationships that can exist among the elements of $M_3$.
A rotation matrix also has a pattern which must exist in $M_4$.
If the answer to the question is yes, there must be a way to get the two patterns to match. You would get that answer by finding values of the variables that make $M_3 = M_4$.
If it is impossible to match the two patterns, the answer is no.
a rotation equals two reflections.. therefore, any rotation on a plane can be formed by performing 2 reflections over two lines.
– Brow Jan 24 '18 at 12:11