rajareena
What is the value of integer \(z\)?(1) \(z\) is the remainder when positive integer y is divided by positive integer \((y - 1)\)
(2) \(y\) is not a prime number
Lets take easier statement first.
Statement 2 just tells us that Y is not 2, 3, 5, or any other odd prime but it doesn't tell us anything about Z.
Stmt 1: Lets take Y to be 1, 2 or 3, Y-1 will be 0, 1 or 2. Y could be 0 also however since statement explicitly mentions that Y is positive integer and 0 is non negative integer, Y can not be 0.
1/0- Division by 0 is undefined in GMAT
2/1= 0 remainder
3/2= 1 remainder
Thus we have multiple answers, hence not sufficient.
Together: We know that Y is not prime, hence Y = 2 is ruled out and any other integer more then 2 divided by Int-1 will give a remainder of 1. Hence together sufficient. Answer is C.[/quote]
Looking at statement 1 -
any number can be represented in the form of divisor and remainder as below:
A = K(y-1) +z .............for all the values of K
at k=1
A=y-1 +Z....................A=y hence z=1
As A=y K can never be more than 1
at y=1
1 =1-1+z...............z=1
2=2-1+z...............z=1
3=3-1+z...............z=1
Hence statement 1 is sufficient.