Let's do 51 and 52.
51. The contrapositive has the same truth value as the original statement. That's opposed to the converse, which may or may not be true independent of the original statement.
The contrapositive of IF P THEN Q is IF not Q THEN not P. They're equivalent. Here that's If the cat is not female then it is not tricolor.
Answer: C
52.
![(x^3)^{(4-b^2)}=1](https://tex.z-dn.net/?f=%28x%5E3%29%5E%7B%284-b%5E2%29%7D%3D1)
![x^{3(4-b^2)} = 1](https://tex.z-dn.net/?f=x%5E%7B3%284-b%5E2%29%7D%20%3D%201)
For the statement to be true, the exponent must be zero:
![3(4-b^2) = 0](https://tex.z-dn.net/?f=3%284-b%5E2%29%20%3D%200)
![b^2 = 4](https://tex.z-dn.net/?f=b%5E2%20%3D%204)
![b = \pm 2](https://tex.z-dn.net/?f=b%20%3D%20%5Cpm%202)
Both positive 2 and negative 2 have a square of 4.
Answer: K
By the way, usually we assume
so the restriction that
isn't really necessary. Think of the definition of a polynomial or the binomial expansion:
![\displaystyle f(x)=\sum_{k=0}^n a_k x^k](https://tex.z-dn.net/?f=%5Cdisplaystyle%20f%28x%29%3D%5Csum_%7Bk%3D0%7D%5En%20a_k%20x%5Ek%20)
![\displaystyle(x+y)^n=\sum_{k=0}^n {n \choose k} x^{k}y^{n-k}](https://tex.z-dn.net/?f=%5Cdisplaystyle%28x%2By%29%5En%3D%5Csum_%7Bk%3D0%7D%5En%20%7Bn%20%5Cchoose%20k%7D%20x%5E%7Bk%7Dy%5E%7Bn-k%7D%20)
For these common equalities to work when
we need to define ![0^0=1](https://tex.z-dn.net/?f=0%5E0%3D1)