Last visit was: 24 Apr 2024, 18:03 It is currently 24 Apr 2024, 18:03

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Tags:
Show Tags
Hide Tags
Math Expert
Joined: 02 Sep 2009
Posts: 92900
Own Kudos [?]: 618816 [11]
Given Kudos: 81588
Send PM
Most Helpful Reply
avatar
Manager
Manager
Joined: 17 Aug 2015
Posts: 90
Own Kudos [?]: 318 [5]
Given Kudos: 341
Location: India
Concentration: Strategy, General Management
Schools: Duke '19 (II)
GMAT 1: 750 Q49 V42
GPA: 4
WE:Information Technology (Investment Banking)
Send PM
General Discussion
Intern
Intern
Joined: 22 Jan 2015
Posts: 18
Own Kudos [?]: 10 [1]
Given Kudos: 1643
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92900
Own Kudos [?]: 618816 [2]
Given Kudos: 81588
Send PM
Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
1
Kudos
1
Bookmarks
Expert Reply
Bunuel wrote:
Every digit of a number written in binary is either 0 or 1. To translate a number from binary, multiply the nth digit (reading from right to left) by 2^(n-1)

What is the largest prime number (written in binary) that is a factor of both 100010000 and 1000100000 ?

(A) 10
(B) 11
(C) 101
(D) 1011
(E) 10001

Kudos for a correct solution.


MANHATTAN GMAT OFFICIAL SOLUTION:

To begin this problem, translate the numbers written in binary.

\(100010000 = 1*2^8 + 0*2^7 + 0*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 0*2^0\)

This simplifies to \(2^8 + 2^4\).

Similarly, 1000100000 simplifies to \(2^9 + 2^5\).

We could then translate these further.

\(2^8 + 2^4 = 256 + 16 = 272\)
\(2^9 + 2^5 = 512 + 32 = 544\)

We need to find the greatest common factor of both of these numbers. At this point, we could do a prime factorization of both numbers. They are large, however, and this process could be tedious. It will actually be easier to find common factors of these numbers from their previous forms.
When an expression like 2^8 + 2^4 appears on the GMAT, it is usually helpful to factor out the largest common factor of both terms of the expression. In this case, factor out 2^4.

\(2^8 + 2^4\) → \(2^4(2^4+1)\) → \(2^4(16+1)\) → \(2^4(17)\)

From this we can see that 272 has only two prime factors: 2 and 17.

Now do the same for 544.

\(2^9 + 2^5\) → \(2^5(2^4 + 1)\) → \(2^5(16 + 1)\) → \(2^5(17)\)

544 has the same two prime factors: 2 and 17. So the greatest common prime factor of the two numbers is 17. Now we need to translate 17 back into binary. Notice from the manipulations above that

\(17 = 2^4 + 1, or 2^4 + 2^0\)

Thus, 17 written in binary is 10001.

The correct answer is E.
avatar
Intern
Intern
Joined: 10 Jan 2013
Posts: 36
Own Kudos [?]: 10 [0]
Given Kudos: 5
Location: United States
Concentration: General Management, Operations
GMAT 1: 710 Q49 V38
GPA: 3.02
WE:Design (Telecommunications)
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
Binary Divison can provide a quick answer if you are comfortable with it.

as option E is the biggest binary number we try with it first :

100010000/ 10001 =10000

1000100000/ 10001 =100000

so answer is option is E
avatar
Intern
Intern
Joined: 23 Sep 2015
Posts: 4
Own Kudos [?]: 4 [1]
Given Kudos: 1
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
1
Kudos
Bunuel wrote:
Bunuel wrote:
Every digit of a number written in binary is either 0 or 1. To translate a number from binary, multiply the nth digit (reading from right to left) by 2^(n-1)

What is the largest prime number (written in binary) that is a factor of both 100010000 and 1000100000 ?

(A) 10
(B) 11
(C) 101
(D) 1011
(E) 10001

Kudos for a correct solution.


MANHATTAN GMAT OFFICIAL SOLUTION:

To begin this problem, translate the numbers written in binary.

\(100010000 = 1*2^8 + 0*2^7 + 0*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 0*2^0\)

This simplifies to \(2^8 + 2^4\).

Similarly, 1000100000 simplifies to \(2^9 + 2^5\).

We could then translate these further.

\(2^8 + 2^4 = 256 + 16 = 272\)
\(2^9 + 2^5 = 512 + 32 = 544\)

We need to find the greatest common factor of both of these numbers. At this point, we could do a prime factorization of both numbers. They are large, however, and this process could be tedious. It will actually be easier to find common factors of these numbers from their previous forms.
When an expression like 2^8 + 2^4 appears on the GMAT, it is usually helpful to factor out the largest common factor of both terms of the expression. In this case, factor out 2^4.

\(2^8 + 2^4\) → \(2^4(2^4+1)\) → \(2^4(16+1)\) → \(2^4(17)\)

From this we can see that 272 has only two prime factors: 2 and 17.

Now do the same for 544.

\(2^9 + 2^5\) → \(2^5(2^4 + 1)\) → \(2^5(16 + 1)\) → \(2^5(17)\)

544 has the same two prime factors: 2 and 17. So the greatest common prime factor of the two numbers is 17. Now we need to translate 17 back into binary. Notice from the manipulations above that

\(17 = 2^4 + 1, or 2^4 + 2^0\)

Thus, 17 written in binary is 10001.

The correct answer is E.


Thanks for the explanation Bunuel. But do we really need to go through this process. I just looked at the two numbers in the question. The second number ( 1000100000) is the first number (100010000) multiplied by 10. Then I took a look at E which is the highest value given among the questions. I just realized that you would need to multiply that by 10 several times to divide both the first number and the second number so I chose E. I didn't bother with the binary calculations. Is my reasoning flawed?
Manager
Manager
Joined: 23 May 2013
Posts: 170
Own Kudos [?]: 402 [0]
Given Kudos: 42
Location: United States
Concentration: Technology, Healthcare
GMAT 1: 760 Q49 V45
GPA: 3.5
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
The question stem is weirdly worded.

Quote:
To translate a number from binary, multiply the nth digit (reading from right to left) by 2^(n-1)


Okay, and then what? You should clarify that you should then sum those results to get the number in base 10.
Tutor
Joined: 16 Oct 2010
Posts: 14817
Own Kudos [?]: 64902 [0]
Given Kudos: 426
Location: Pune, India
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
Expert Reply
pankajvashist wrote:
Binary Divison can provide a quick answer if you are comfortable with it.

as option E is the biggest binary number we try with it first :

100010000/ 10001 =10000

1000100000/ 10001 =100000

so answer is option is E



Note that you are missing out on an important aspect in this method. You need the largest prime number. You need to verify that 10001 is prime.
User avatar
Intern
Intern
Joined: 26 Nov 2015
Posts: 28
Own Kudos [?]: 50 [0]
Given Kudos: 5
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
Bunuel wrote:
Every digit of a number written in binary is either 0 or 1. To translate a number from binary, multiply the nth digit (reading from right to left) by 2^(n-1)

What is the largest prime number (written in binary) that is a factor of both 100010000 and 1000100000 ?

(A) 10
(B) 11
(C) 101
(D) 1011
(E) 10001

Kudos for a correct solution.


Seems that this post is already well discussed, but let me given by approach

Firstly Binary is beautiful concept, Here Indexing plays a important role while extracting or converting numbers from binary to decimal

Let me index it first

1. 100010000

10 9 8 7 6 5 4 3 2 1 0

-0 0 1 0 0 0 1 0 0 0 0

That index is raised to power of 2 while computing Decimal = 2^8*1 + 2^0*1 = 256+16 = 272


2. 1000100000

10 9 8 7 6 5 4 3 2 1 0

-0 1 0 0 0 1 0 0 0 0 0

That index is raised to power of 2 while computing Decimal = 2^9*1 + 2^1*1 = 512 +32 = 544


As numbers are multiple of each other with a factor two 272*2 = 544

So the factors of 272 = {2,2,2,2,17}
largest prime is 17



Now converting decimal into binary
Index is raised to power two then we get the numbers
- 5 4 3 2 1 0 == index
- 32 16 8 4 2 1 == Raise to power the index
- 0 1 0 0 0 1 == 17


So answer is E 10001

----

One more thing numbers 100010000 & 1000100000 are in relation with each other as in binary when a digit is moved right ways (as 1 changed its index from 8 to 9 & from 4 to 5) it gets multiplied by 2 in decimal & when a digit is moved left ways it gets divided by 2 in decimal
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32655
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: Every digit of a number written in binary is either 0 or 1. To transla [#permalink]
Moderators:
Math Expert
92900 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne