Find all School-related info fast with the new School-Specific MBA Forum

It is currently 25 May 2013, 10:18
Customize  |  Hide

n^4 is divisible by 32. Find remainder for n/32

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
1 KUDOS received
Manager
Manager
User avatar
Joined: 18 Feb 2010
Posts: 174
Schools: ISB
Followers: 3

Kudos [?]: 80 [1] , given: 0

GMAT Tests User
n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 01:35
1
This post received
KUDOS
00:00

Question Stats:

100% (02:29) correct 0% (00:00) wrong based on 1 sessions
If n is an integer and n^4 is divisible by 32, which of the following could be the remainder when n is divided by 32?

(A) 2
(B) 4
(C) 5
(D) 6
(E) 10


Solving this would clarify lots of concepts !!! Solution coming....
_________________

CONSIDER AWARDING KUDOS IF MY POST HELPS !!!


Last edited by mustdoit on 03 Sep 2010, 23:03, edited 1 time in total.
Manager
Manager
Joined: 10 Aug 2009
Posts: 125
Followers: 2

Kudos [?]: 11 [0], given: 13

Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 06:44
Would be interested in seeing the solution to this one.
Director
Director
Joined: 20 Sep 2006
Posts: 661
Followers: 2

Kudos [?]: 47 [0], given: 7

GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 07:39
Given:
n^4/32 = int
n^4/2^5 = int
1/2(n/2)^4 = int

try n= int = 2,4,6,8... becuase n/2 must be an integer

n=2 wont work because 1/2(n/2)^4 needs to be an integer.
n=4, result = 1/2 (2)^4 = 8, so the remainder of n/32 = remainder of 8/32 = 8 (not an option)
n=8, result = 1/2(8/2)^4 = 1/2(4)^4 = 1/2x16x16= 16x8, so the remainder of n/32 = remainder of 16x8/32 = 4 (option B)

Once you understand that the question is asking 1/2(n/2)^4 must be an integer then you can quickly run the numbers and figure out the remainder of n/32.
Manager
Manager
Joined: 10 Aug 2009
Posts: 125
Followers: 2

Kudos [?]: 11 [0], given: 13

Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 08:10
rao_1857 wrote:
Given:
n^4/32 = int
n^4/2^5 = int
1/2(n/2)^4 = int

try n= int = 2,4,6,8... becuase n/2 must be an integer

n=2 wont work because 1/2(n/2)^4 needs to be an integer.
n=4, result = 1/2 (2)^4 = 8, so the remainder of n/32 = remainder of 8/32 = 8 (not an option)
n=8, result = 1/2(8/2)^4 = 1/2(4)^4 = 1/2x16x16= 16x8, so the remainder of n/32 = remainder of 16x8/32 = 4 (option B)

Once you understand that the question is asking 1/2(n/2)^4 must be an integer then you can quickly run the numbers and figure out the remainder of n/32.


Maybe I'm missing something but why are you calculating the result, and then getting the remainder of the result divided by 32? Shouldn't you be getting the remainder of n divided by 32?
For example, using your statement above:
n=4, result = 1/2 (2)^4 = 8, so the remainder of n/32 = remainder of 8/32 = 8 (not an option)
Result is indeed 8, but you need to divide 4 by 32 (0 remainder 4), not 8 by 32

If its done the way I described above, the answer could be A, D or E
Manager
Manager
Joined: 29 Dec 2009
Posts: 124
Location: india
Followers: 1

Kudos [?]: 10 [0], given: 10

GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 08:33
2^4=16 so not possible
and 2^5 = 32

so v need (2^2)^2

4 satisfies this condition
Manager
Manager
Joined: 26 May 2005
Posts: 217
Followers: 1

Kudos [?]: 41 [0], given: 1

GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 09:32
mustdoit wrote:
If n is an integer and n4 is divisible by 32, which of the following could be the remainder when n is divided by 32?

(A) 2
(B) 4
(C) 5
(D) 6
(E) 10


Solving this would clarify lots of concepts !!! Solution coming....

32 = 2^5
n^4/32 is an integer

n^4 is even and at the minimum (n^4 and n) should be a multiple of 4.

so the min value of n is 4 and remainder is 4

B
2 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11633
Followers: 1802

Kudos [?]: 9611 [2] , given: 829

Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Mar 2010, 13:51
2
This post received
KUDOS
mustdoit wrote:
If n is an integer and n4 is divisible by 32, which of the following could be the remainder when n is divided by 32?

(A) 2
(B) 4
(C) 5
(D) 6
(E) 10


Solving this would clarify lots of concepts !!! Solution coming....


Given: n^4=32k=2^5k --> n=2\sqrt[4]{2k} --> as n is an integer, the least value of n is obtained when k=8 --> n_{min}=2\sqrt[4]{2*8}=4 --> \frac{n_{min}}{32}=\frac{4}{32} gives remainder of 4.

Answer: B.

To elaborate more: as n is an integer and n=2\sqrt[4]{2k}, then \sqrt[4]{2k} must be an integer. So n can take the following values: 4 for k=8, 8 for k=2^3*2^4, 12 for k=2^3*3^4... Basically n will be multiple of 4. So \frac{n}{32} can give us the reminder of 4, 8, 12, 16, 20, 24, 28, 0 - all multiples of 4. Only multiple of 4 in answer choices is 4.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
Joined: 30 Jun 2004
Posts: 180
Location: Singapore
Followers: 1

Kudos [?]: 9 [0], given: 5

GMAT ToolKit User GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 04 Mar 2010, 00:15
Bunuel!! Thanks for the explanation.
1 KUDOS received
CEO
CEO
User avatar
Status: Nothing comes easy: neither do I want.
Joined: 12 Oct 2009
Posts: 2760
Location: Malaysia
Concentration: Marketing, Entrepreneurship
GMAT 1: 670 Q49 V31
GMAT 2: 710 Q50 V35
Followers: 124

Kudos [?]: 637 [1] , given: 221

GMAT Tests User Reviews Badge
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 04 Mar 2010, 07:03
1
This post received
KUDOS
IMO B

Take n^4 = 2^5 * K where K can be of form K = 2^{4m-5}

=> n = 2^m

now m can be any integer greater than 1
( m cannot be 1 as K is an integer thus, 4m-5 > 0 )

now m=2,3,4....so on gives n =4, 8 , 16........36, 40... so on

now 4 can be the remainder when n=36.

Since we are dividing by 32, remainder must be multiple of 4 as n is multiple of 4.
_________________

Fight for your dreams :For all those who fear from Verbal- lets give it a fight

Money Saved is the Money Earned :)

Jo Bole So Nihaal , Sat Shri Akaal

:thanks Support GMAT Club by putting a GMAT Club badge on your blog/Facebook :thanks

Find out what's new at GMAT Club - latest features and updates

Gmat test review :
670-to-710-a-long-journey-without-destination-still-happy-141642.html

1 KUDOS received
CEO
CEO
User avatar
Status: Nothing comes easy: neither do I want.
Joined: 12 Oct 2009
Posts: 2760
Location: Malaysia
Concentration: Marketing, Entrepreneurship
GMAT 1: 670 Q49 V31
GMAT 2: 710 Q50 V35
Followers: 124

Kudos [?]: 637 [1] , given: 221

GMAT Tests User Reviews Badge
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 27 Aug 2010, 10:50
1
This post received
KUDOS
I have made typo mistakes and that makes it bad solution. I dont rem where I was dreaming that day.
Since n^4 is divisible by 32 =>

n^4 = 32*A but for n to be an integer 32*A should be reduced to an integer when we take 4th root on both sides
thus 32*A must be of the form 2^{4z}
=> A = 2^{4z-5}
=> n is of the form 2^z

forz =1 , 4z-5 <0 thus not possible.
for z = 2 , n = 4

when 4 is divided by 32 the remainder is 4.
_________________

Fight for your dreams :For all those who fear from Verbal- lets give it a fight

Money Saved is the Money Earned :)

Jo Bole So Nihaal , Sat Shri Akaal

:thanks Support GMAT Club by putting a GMAT Club badge on your blog/Facebook :thanks

Find out what's new at GMAT Club - latest features and updates

Gmat test review :
670-to-710-a-long-journey-without-destination-still-happy-141642.html

Director
Director
Status: Apply - Last Chance
Affiliations: IIT, Purdue, PhD, TauBetaPi
Joined: 18 Jul 2010
Posts: 694
Schools: Wharton, Sloan, Chicago, Haas
WE 1: 8 years in Oil&Gas
Followers: 13

Kudos [?]: 50 [0], given: 15

GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Sep 2010, 21:48
Gurpreet,
Can you please explain why does 32A be of the form 2^(4z)? Thanks
_________________

Consider kudos, they are good for health

CEO
CEO
User avatar
Status: Nothing comes easy: neither do I want.
Joined: 12 Oct 2009
Posts: 2760
Location: Malaysia
Concentration: Marketing, Entrepreneurship
GMAT 1: 670 Q49 V31
GMAT 2: 710 Q50 V35
Followers: 124

Kudos [?]: 637 [0], given: 221

GMAT Tests User Reviews Badge
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 03 Sep 2010, 22:58
mainhoon wrote:
Gurpreet,
Can you please explain why does 32A be of the form 2^(4z)? Thanks


32*A = n^4 and n is integer. take 4th root on both the sides.

Both LHS and RHS should have integral values. This is only possible when 32A = 2^{4z}
_________________

Fight for your dreams :For all those who fear from Verbal- lets give it a fight

Money Saved is the Money Earned :)

Jo Bole So Nihaal , Sat Shri Akaal

:thanks Support GMAT Club by putting a GMAT Club badge on your blog/Facebook :thanks

Find out what's new at GMAT Club - latest features and updates

Gmat test review :
670-to-710-a-long-journey-without-destination-still-happy-141642.html

Manager
Manager
Joined: 17 Mar 2010
Posts: 197
Followers: 2

Kudos [?]: 22 [0], given: 9

GMAT Tests User
Re: n^4 is divisible by 32. Find remainder for n/32 [#permalink] New post 05 Sep 2010, 00:00
Always use method explained by bunuel above in this type of the problems
Re: n^4 is divisible by 32. Find remainder for n/32   [#permalink] 05 Sep 2010, 00:00
    Similar topics Author Replies Last post
Similar
Topics:
New posts For all numbers n, n*=32-n. What is (n*)*? The workings are tzec76 3 04 Dec 2003, 03:03
New posts If n is an integer and n^4 is divisible by 32, which of the FN 5 12 Sep 2005, 13:18
New posts K^4 is divisible by 32. What is the remainder when K is getzgetzu 4 06 May 2006, 00:20
New posts When n^4 is divided by 32 the remainder is 0. If n is mbaorbust08 5 19 Nov 2007, 16:39
Moved topic 5 EXPERTS_POSTS_IN_THIS_TOPIC n^4 is divisible by 32. Find remainder for n/32 mustdoit 12 03 Mar 2010, 01:35
Display posts from previous: Sort by

n^4 is divisible by 32. Find remainder for n/32

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.