Given a 2-D point at position (20, 30), show the results and intermediate steps for a translation of (10, 35), a rotation of 45 degrees and a scale of (0.5, 2.0). You should use 3 x 3 matrix math for this example. The starting point of your subsequent transformation should be the output of the previous transformation. Also, you do not need to show matrix math calculations, but you should show the matrix and the starting points and the results for each geometric transformation.