zest4mba
If x and y are positive integers, what is the greatest common divisor of x and y?
(1) 2x + y = 73
(2) 5x – 3y = 1
Question : GCD of x and y = ?Statement 1: 2x + y = 73This statement can give us multiple solutions of x and y but the important part is to notice the value of GCD in each case e.g.
(y=1, x=36) GCD = 1
(y=3, x=35) GCD = 1
(y=5, x=34) GCD = 1
(y=7, x=33) GCD = 1
(y=9, x=32) GCD = 1... and so on...
Finally we realize that instead of multiple solutions of x and y, their GCD is consistently 1,
Hence
SUFFICIENTStatement 2: 5x – 3y = 1(y=3, x=2) GCD = 1
(y=8, x=5) GCD = 1
(y=13, x=8) GCD = 1
(y=18, x=11) GCD = 1
(y=23, x=14) GCD = 1... and so on...
Finally we realize that instead of multiple solutions of x and y, their GCD is consistently 1,
Hence
SUFFICIENTAnswer: Option
Point to Learn: In all such equations with two variable you can realize that the solutions have a harmony i.e. value of variable x changes by co-efficient of y and value of y changes by co-efficient of x and this relation holds true in all such equation where the GCD of co-efficients of x and y is 1.
If there is some common factor among co-efficients of x and y then cancel the common factor and the rule holds true in those cases with modified equation.