Hi, the answer is K but can anyone show why
![Hi the answer is K but can anyone show why class=](https://us-static.z-dn.net/files/d63/9dc69c91fdb0630ad71b364c1bb777cb.png)
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.
[tex](x^3)^{(4-b^2)}=1[/tex]
[tex]x^{3(4-b^2)} = 1[/tex]
For the statement to be true, the exponent must be zero:
[tex]3(4-b^2) = 0[/tex]
[tex]b^2 = 4[/tex]
[tex]b = \pm 2[/tex]
Both positive 2 and negative 2 have a square of 4.
Answer: K
By the way, usually we assume [tex]0^0=1[/tex] so the restriction that [tex]x \ne 0[/tex] isn't really necessary. Think of the definition of a polynomial or the binomial expansion:
[tex]\displaystyle f(x)=\sum_{k=0}^n a_k x^k [/tex]
[tex]\displaystyle(x+y)^n=\sum_{k=0}^n {n \choose k} x^{k}y^{n-k} [/tex]
For these common equalities to work when [tex]x=0[/tex] we need to define [tex]0^0=1[/tex]