Factors and data sufficiency

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 5
Joined: Tue Mar 04, 2008 11:11 am
Location: Boston, MA
Followed by:1 members

Factors and data sufficiency

by yev23 » Fri Mar 07, 2008 11:26 am
I have this question:

if a, b, k, and m are positive integers, is (a)^k a factor of (b)^m?

1. a is a factor of b
2. k is less than or equal to m

I think statement (1) is sufficient. But the answer is C (both statements together are sufficient, but neither statement alone is sufficient).

Thanks for your explanation.

Master | Next Rank: 500 Posts
Posts: 111
Joined: Thu Jan 31, 2008 4:05 pm
Thanked: 18 times
Followed by:1 members

by xilef » Fri Mar 07, 2008 12:25 pm
The question is asking whether or not we can have

b^m / a^k without a remainder

b / a without a remainder is not enough

what if m <k> 81/243

so we need to know both A and B => answer is C

Legendary Member
Posts: 1578
Joined: Sun Dec 28, 2008 1:49 am
Thanked: 82 times
Followed by:9 members
GMAT Score:720

by maihuna » Sat May 09, 2009 12:39 pm
Is a more concrete steps possible here???

Legendary Member
Posts: 2467
Joined: Thu Aug 28, 2008 6:14 pm
Thanked: 331 times
Followed by:11 members

by cramya » Sat May 09, 2009 9:31 pm
Is a^k is a factor of b^m is the same as asking, Is b^m / a^k = integer
Given a, b, k, and m are positive integers

Stmt I

a*k = b

So we can rewrite the question as: Is (ak) ^ m / a^k an integer

a^m * k^m / a^k

k^m is always going to be an integer but we dont know if a^m/a^k is going to be an integer since we have no idea about m and k and if not there is no way to tell if k^m is divisible by a^m/a^k

INSUFF

Stmt II

k<m

Easily pick numbers and disprove this choice
b=4 m=1 a=3 k=2 NO
b=4 m=2 a=2 k=1 YES

INSUFF

Together:

Lets use what we did in Stmt I

Is a^m * k^m / a^k or Is a^m/a^k an integer since k^m is always going to an integer and we know integer*integer = integer

Since m>k, a^m/a^k is an integer therefore

a^m/a^k * k^m

= integer*integer
= integer

Therefore a^k is a factor of b^m

Hope this helps!

C