Nicole,
You wrote '5' when you meant '15' in the first line, and that had me confused.
The way you have written your answer is a bit confusing too, so I would write it like this:
For the first matrix:
a=3,b=-3,c=-5,d=2
The determinant is:
(a*d) - (b*c)
So that's:
(3*2) - (-3*-5) = 6 - 15 = -9
Writing it out in full makes it a lot easier to see where you went wrong on the sign. You ended up adding 6 and 15.
For the second matrix:
a=9,b=2,c=1,d=-2
The determinant is:
(a*d) - (b*c)
So that's:
(9*-2) - (2 * 1) = -18 - 2 = -20
So again you got the sign wrong. It's very easy to get the sign wrong, it just takes time and practice, and often you have to write out more than you would really like to to make sure you get it right.
Anyway, calling the first matrix A and the second matrix B
we have:
det( A ) = -9
and
det( B ) = -20
I would like to see that you can multiply 2x2 matrices. That's part of the challenge too.
Can you write out the multiplication for A times B that gives a new 2x2 matrix C?
I would like you to then calculate the determinant of that matrix C writing out the details in full like I have.
We hope the determinant of that matrix will be -9 * -20 = 180, because otherwise the rule about determinants is wrong.
--James.