We need to find if y is a prime number?Theory: Prime Numbers are numbers which have only two factors, 1 and the number itselfSTAT 1: y^2 has exactly 3 positive factors.Let's take examples to prove this option both right and wrong
Ex1: y = +3 => y^2 = 9 and 9 has only three factors 1, 3, 9 => y is PRIME =>
TRUEEx2: y = -3, => y^2 = 9 and 9 has only three factors 1, 3, 9 => but y CANNOT be Prime as y is negative =>
FALSE=>
NOT SUFFICIENTSTAT 2: y is of form 6q + 1, where q is a positive integerLet's take examples to prove this option both right and wrong
Ex1: q = 1 => y = 6*1 + 1 = 7 => y is PRIME =>
TRUEEx2: q = 4 => y = 6*4 + 1 = 25 => but y is NOT Prime =>
FALSE=>
NOT SUFFICIENTTaking both the statements together we gety^2 has exactly 3 positive factors and y is of form 6q + 1, where q is a positive integer
=> y is positive and y^2 has exactly 3 positive factors and y = 6q + 1
Ex: Let y is a prime number, so y will have only two factors 1 and y itself
=> y^2 will have only three factors 1, y and y^2
=> y is PRIME as only prime numbers satisfy these conditions
=>
SUFFICIENTSo,
Answer will be CHope it helps!
Watch the following video to learn the Basics of Prime Numbers