chetan2u
If x, y and z are positive integers and x < y, what are the number of common factors between x and z?
(1) \(z = y! + 1\)
(2) \(x = 11\) and \(y = 12\)
self made : challenge Q
Kudos for first few correct solutions
Just trying to answer based on my understanding :
- Statement (1) and (2) IMO not sufficient because just talks only about z&m (1) and x&y (2).
- So, basically this is C and E split.
Combine the statement :
- x=11, y=12, so z=(12!)+1.
- x just have 2 factor - this is prime number.
- So, the question is simply : do z has 11 as a factor?- If they HAVE, so the common factors are
2 (1 and 11)
- If they DON'T HAVE, so the common factor just
1 (only 1).
- So, just analyze these things we can conclude that
the answer is C.
Whatever the answer, we CAN get how many common factors they have.
By the way, z does not have 11 as a factor. (12!) has the 11 as a factor, but when you add 1 into (12!) so you cannot get 11 as a factor.
Am I right?