Number Properties

This topic has expert replies
User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Dec 17, 2010 12:37 pm
Location: Munich
Thanked: 3 times

Number Properties

by garuhape » Tue Mar 15, 2011 9:13 am
I do not know how to solve questions like these (quickly)! Can someone please explain!

1. What is the remainder when 2^91 is divided by 7? OA: 2

2. How many positive integers less than 1000 have no factors (other than 1) in common with 1000? OA: A
a) 400
b) 410
c) 411
d) 412
e) None of the above

3. How many divisors does 39690 have? OA: 60

User avatar
Community Manager
Posts: 991
Joined: Thu Sep 23, 2010 6:19 am
Location: Bangalore, India
Thanked: 146 times
Followed by:24 members

by shovan85 » Tue Mar 15, 2011 9:36 am
garuhape wrote:
1. What is the remainder when 2^91 is divided by 7? OA: 2
2^3 = 8 which is when divided by 7 leaves us a reminder 1.

so write 2^91 = (2^90) * 2 = (8^30) * 2

When 8^30 is divided by 7, we have remainders as 1*1*.... 30 times, thus 8^30 divided by 7 leaves us 1 as remiader.

Now we are left with 2 which is the answer.
If the problem is Easy Respect it, if the problem is tough Attack it

User avatar
Community Manager
Posts: 991
Joined: Thu Sep 23, 2010 6:19 am
Location: Bangalore, India
Thanked: 146 times
Followed by:24 members

by shovan85 » Tue Mar 15, 2011 9:47 am
garuhape wrote: 2. How many positive integers less than 1000 have no factors (other than 1) in common with 1000? OA: A
a) 400
b) 410
c) 411
d) 412
e) None of the above
I hardly doubt this one if it can be tested in GMAT.
Essentially, we have to find out number of co-primes under 1000 above 1.
We have to use Euler's totient function here.

1. Factorize 1000.

1000 = (2^3)*(5^3)

2. Use the bases only not exponents for the calculation of number of co-primes.

N = 1000(1-1/2)(1-1/5) = 1000*1/2*4/5 = 400
If the problem is Easy Respect it, if the problem is tough Attack it

User avatar
Community Manager
Posts: 991
Joined: Thu Sep 23, 2010 6:19 am
Location: Bangalore, India
Thanked: 146 times
Followed by:24 members

by shovan85 » Tue Mar 15, 2011 10:01 am
garuhape wrote:
3. How many divisors does 39690 have? OA: 60
This is pretty well-discussed question in the forum.

1. Factorize the number.

39690 = (2^1)*(3^4)*(5^1)*(7^2)

2. Total number of divisors

N = (1+1) * (4+1) * (1+1) * (2+1) = 60

The formula is:

First break the number to all possible prime numbers (along with the powers) Then add one to each power and multiple.

N = a^x*b^y*c^z where a b c are distinct prime numbers and x y and z are corresponding powers then
Total number of factors = (x+1)*(y+1)*(z+1)
If the problem is Easy Respect it, if the problem is tough Attack it

User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Dec 17, 2010 12:37 pm
Location: Munich
Thanked: 3 times

by garuhape » Wed Mar 16, 2011 3:31 am
shovan85 wrote:
garuhape wrote:
1. What is the remainder when 2^91 is divided by 7? OA: 2
2^3 = 8 which is when divided by 7 leaves us a reminder 1.

so write 2^91 = (2^90) * 2 = (8^30) * 2

When 8^30 is divided by 7, we have remainders as 1*1*.... 30 times, thus 8^30 divided by 7 leaves us 1 as remiader.

Now we are left with 2 which is the answer.
I do not understand it. Any other suggestions?

User avatar
Legendary Member
Posts: 1101
Joined: Fri Jan 28, 2011 7:26 am
Thanked: 47 times
Followed by:13 members
GMAT Score:640

by HSPA » Wed Mar 16, 2011 3:49 am
Sie muss lernen "remainder theorm" hier...

https://www.purplemath.com/modules/remaindr.htm

nach dass...bitte schreiben (8^30)/7 = x^30/(x-1)...

Legendary Member
Posts: 586
Joined: Tue Jan 19, 2010 4:38 am
Thanked: 31 times
Followed by:5 members
GMAT Score:730

by rohu27 » Wed Mar 16, 2011 4:43 am
solved it in a diff way. let me knw if im missing anythgn here.

1000 has 2 and 5 as prime factors, so all the numbers less than 1000 which are not divisible by 2 or 5 will give us the answer.
no. of 1 digit numbers not divisible by 2 or 5= 4
no. of 2 digits= last digit shud not be 0,2,4,5,6,8. total combinations = 9*4=36
similarly no. of 3 digit combinations = 9*10*4=360

ading up all the combos we get 400.
shovan85 wrote:
garuhape wrote: 2. How many positive integers less than 1000 have no factors (other than 1) in common with 1000? OA: A
a) 400
b) 410
c) 411
d) 412
e) None of the above
I hardly doubt this one if it can be tested in GMAT.
Essentially, we have to find out number of co-primes under 1000 above 1.
We have to use Euler's totient function here.

1. Factorize 1000.

1000 = (2^3)*(5^3)

2. Use the bases only not exponents for the calculation of number of co-primes.

N = 1000(1-1/2)(1-1/5) = 1000*1/2*4/5 = 400

User avatar
Master | Next Rank: 500 Posts
Posts: 261
Joined: Wed Mar 31, 2010 8:37 pm
Location: Varanasi
Thanked: 11 times
Followed by:3 members

by ankur.agrawal » Wed Mar 16, 2011 6:25 am
1. What is the remainder when 2^91 is divided by 7? OA: 2


I do not understand it. Any other suggestions?
As i figured out 2^n follows a pattern when divided by 7. Lets see it more clearly:

2^1 = 2 /7 ---> Remainder 2
2^2 = 4/7 ----> Rem 4
2^3= 8/7 -----> Rem 1
2^4 = 16/7 ----> Rem 2
2^5 = 32/7 ----> rem 4

So it is repeating in a set of 4. So, 22*4=88. Then 3 more . So Remainder is 1.

Hope it helps.