me.parashar Wrote:Please could you explain where my reasoning is going wrong.
Thanks
the difference lies in the one step that you left out in considering stacey's explanation: the fact that, in the second statement, both x and y are
definitely multiples of 12.
(you know this about y because you're explicitly given that y = 12z; you know this about x because x = 8(12z) + 12, from which you can factor out 12.)
in the first statement, you know that x is a multiple of 12 (because you're explicitly told that it is), but you
don't know that y is a multiple of 12.
you know that
8y is a multiple of 12, but that's not the same thing at all.
so, even though you are correct that 12 is the gcf of x and 8y in this case, you're no longer able to take the next logical leap and make a statement about y itself.
--
as in many, many other DS problems, if you are not crystal clear on the theory here, you should just
test cases and see what happens.
even though this problem is incredibly obnoxious to solve with theory/algebra, it's fairly straightforward if you test cases.
TESTING CASES
STATEMENT (1)
for this statement, we need to start with x's that are multiples of 12. per the stated restrictions, we'll only keep the ones that give y a positive integer value (in the equation x = 8y + 12).
* x = 12: this would give y = 0. reject.
* x = 24: this would give y = 12/8 = 1.5. reject.
* x = 36: this would give y = 3.
in this case, the gcf is 3.* x = 48: this would give y = 36/8 = 4.5. reject.
* x = 60: this would give y = 6.
in this case, the gcf is 6.done; not sufficient.
STATEMENT (2)
this time, we start with y's that are multiples of 12, and then find x (according to the given formula x = 8y + 12). we won't need to reject any cases this time, because 8(integer) + 12 is always going to be an integer.
also notice that there's no need to do out the arithmetic; we can just leave products as products, since that's more conducive to finding gcf's anyway.
* y = 12: this gives x = 8(12) + 12 = 9*12. here,
the gcf is 12.
* y = 24: this gives x = 8(24) + 12 = 16*12 + 12 = 17*12. in other words, x = 2*12 and y = 17*12, so
the gcf is 12.
* y = 36: this gives x = 8(36) + 12 = 24*12 + 12 = 25*12. in other words, x = 3*12 and y = 25*12, so
the gcf is 12.
at this point, you should be starting to get convinced. (i've never seen an instance of a "fake pattern" in an official DS problem -- once the same thing happens a few times in a row and you see an obvious-looking pattern, you should be able to trust it.) so, sufficient.