Bunuel
If \(a\) and \(b\) are positive integers, what is the greatest common divisor of \(a\) and \(b\)?
(1) \(a + 3b = 61\)
(2) \(5a - b = 1\)
Let k = the GCD of \(a\) and \(b\), implying that \(\frac{a}{k} =\) integer and \(\frac{b}{k} =\) integer.
Question stem, rephrased:
What is the value of \(k\)?
Statement 1: \(a+3b=61\)
Since \(a\) and \(b\) are positive, \(a<61\) and \(b<61\), with the result that their greatest common factor -- \(k\) -- must also be less than 61.
Reversing the equation and dividing both sides by k, we get:
\(\frac{61}{k} = \frac{a}{k} + 3\frac{b}{k}\)
\(\frac{61}{k} =\) integer + 3(integer)
\(\frac{61}{k} =\) integer
For the left side to yield an integer, \(k\) must be a factor of 61.
Factors of 61: 1 and 61
Since \(k<61\), only one option is possible:
k=1
SUFFICIENT.
Statement 2: \(5a-b=1\)
Reversing the equation and dividing both sides by k, we get:
\(\frac{1}{k} = 5\frac{a}{k} - \frac{b}{k}\)
\(\frac{1}{k} = \) 5(integer) - (integer)
\(\frac{1}{k} =\) integer
For the left side to yield an integer, \(k\) must be a factor of 1.
Only one option is possible:
k=1
SUFFICIENT.