Is the integer k divisible by 4?
(1) 8k is divisible by 16.
(2) 9k is divisible by 12.
I do not have a way to solve this definitively.
Thanks :)
medyaker Wrote:Is the integer k divisible by 4?
(1) 8k is divisible by 16.
(2) 9k is divisible by 12.
I do not have a way to solve this definitively.
Thanks :)
aliag916 Wrote:Hello, I did it this way, please correct me if I am wrong, thanks!
Q stem: Is K divisible by 4?
1) 8k is divisible by 16 implies
8k/16 = integer or k/2 = integer so K is definitely divisible by 2, but we cant say for sure if its divisible by 4 or not because in some cases it is divisible and in some cases it is not. For eg k could be 2, 4, 6, 8 etc . Not Sufficient
2) 9k is divisible by 12 implies
9k/12 = integer
3k/4 = integer
so since 3 is not divisible by 4, k must be div by 4 and the ans is b.
Thank you!
aliag916 Wrote:Thanks u!
I want to be able to use the method above as well but am unable to understand it properly. I was not sure why you would write 8k is divisible by 16 as 8k=16 and then 8k=32 etc. What I understand is: Since 8k is divisible by 16, 8k is a multiple of 16 and so we can write it as u did.
But doesn't 8k=32 imply that 8k is divisible by 32 whereas stmt 1 states that 8k is divisible by 16? So am a little confused.