Q: If z^n = 1, what is value of z?
There are only 3 scenarios that exist in which Z^n = 1.
Scenario 1: Z^n = 1, if n =0 . Any variable or number to the power of zero(0) is 1....so, Z^0 = 1
Scenario 2: Z^n = 1, if Z = 1.
Scenario 3: Z^n = 1 , if Z is (-1) AND n is even.
Stmt 1: n is a non zero integer.
So n is not equal to zero. ( scenario 1 is not the case and does not say anything on the other possibilities. So it is Insufficient
Stmt 2: Z>0, implying that Z can be any positive number( not integer - which does not make an difference either) ....1, 2, 3, 3.5 , 4.99 .. and the list goes on...so it is insufficient as well.
Lets combine Stmts 1 and 2.
Given that n is not equal to Zero(0) and Z is postive and for Z^n = 1, then Z must be equal to positive 1 as specified in Scenario 2 above...thus sufficient and C it is.
Hope that helps.