M and N are integers

This topic has expert replies
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 1100
Joined: Sat May 10, 2014 11:34 pm
Location: New Delhi, India
Thanked: 205 times
Followed by:24 members

by GMATinsight » Fri Sep 05, 2014 10:45 pm
j_shreyans wrote:If M and N are integers, is 10^M+N/3 an integer?
(1) N=5

(2) MN is even

OAE
Question : Is [(10^M)+N]/3 an integer?

Basically the the question ask whether 10^m+n is divisible by 3. Now, in order 10^m+n to be divisible by 3:
A. It must be an integer, and B. the sum of its digits must be multiple of 3.

(1) N = 5 --> if m<0 (-1, -2, ...) then 10^m+n won't be an integer at all thus won't be divisible by 3, but if m is (0, 1, 2, ...) then 10^m+n will be an integer and also the sum of its digits will be divisible by 3 (for example for m=1 --> 10^m+n=10+5=15 --> 15 is divisible by 3).
Not sufficient.

(2) MN is even --> clearly insufficient, as again m can be -2 and n any integer and the answer to the question will be NO or m can be 0 and n can be 2 and the answer to the question will be YES. Not sufficient.

(1)+(2) From mn=even and n=5 it's still possible for m to be negative even integer (-2, -4, ...), so 10^m+n may or may not be divisible by 3. Not sufficient.

Answer: Option E
"GMATinsight"Bhoopendra Singh & Sushma Jha
Most Comprehensive and Affordable Video Course 2000+ CONCEPT Videos and Video Solutions
Whatsapp/Mobile: +91-9999687183 l [email protected]
Contact for One-on-One FREE ONLINE DEMO Class Call/e-mail
Most Efficient and affordable One-On-One Private tutoring fee - US$40-50 per hour

Legendary Member
Posts: 510
Joined: Thu Aug 07, 2014 2:24 am
Thanked: 3 times
Followed by:5 members

by j_shreyans » Fri Sep 05, 2014 11:12 pm
Sir ,

If we combined both statement that N=5 and MN is even so M should be (-2,2,-4,4.....)

so if we put the value in 10^M+N/3 so it is divisible .

so the ans should be C .

Pls help if i am taking something wrong.

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sat Sep 06, 2014 12:01 am
The problem can be rephrased as follows:
If M and N are integers, is (10^M)+N a multiple of 3?
(1) N=5

(2) MN is even
Both statements are satisfied if N=5 and M=2.
In this case, (10^M) + N = 10² + 5 = 100+5 = 105, which is a multiple of 3.

Both statements are satisfied if N=5 and M=-2.
In this case, (10^M) + N = 10ˉ² + 5 = 0.01 + 5 = 5.01, which is NOT a multiple of 3.

Since (10^M) + N is a multiple of 3 in the first case but not a multiple of 3 in the second case, the two statements combined are INSUFFICIENT.

The correct answer is E.
Last edited by GMATGuruNY on Sat Sep 06, 2014 3:12 am, edited 1 time in total.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Legendary Member
Posts: 510
Joined: Thu Aug 07, 2014 2:24 am
Thanked: 3 times
Followed by:5 members

by j_shreyans » Sat Sep 06, 2014 2:17 am
Hey Guys ,

Thanks for making me correct i was taking in other ways.

Thank u soo much......

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Sat Sep 06, 2014 5:29 am
If M and N are integers, is (10^M + N)/3 an integer?
1) N = 5
2) MN is even
Target question: Is (10^M + N)/3 an integer?

If we have a strong feeling that each statement is NOT SUFFICIENT, we might go straight to . . .

Statements 1 and 2 combined
If the combined statements "feel" NOT SUFFICIENT, we might try TESTING values.
There are several values of M and N that satisfy BOTH statements. Here are two:
Case a: M = 2 and N = 5. Here, (10^M + N)/3 = 105/3 = 35. So, (10^M + N)/3 is an integer
Case b: M = -2 and N = 5. Here, (10^M + N)/3 = 5.01/3 = 1.67. So, (10^M + N)/3 is not an integer
Since we cannot answer the target question with certainty, the combined statements are NOT SUFFICIENT

Answer = E

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Sat Sep 06, 2014 10:18 am
A general note here: we know that the sum of the digits of a number tell us the remainder of that number when divided by 3. For instance, 100 has a remainder of 1 when divided by 3, since the sum of its digits (e.g. 1) has a remainder of 1 when divided by 3.

Assuming that m is a non-negative integer, 10� is just a 1 followed by m 0s. This number will ALWAYS have a remainder of 1 when divided by 3. 10� + 5 will thus ALWAYS be divisible by 3. For instance

1 + 5 = 6
10 + 5 = 15
100 + 5 = 105
1000 + 5 = 1005
etc.

However, we've made one crucial assumption here: that m is a nonnegative integer! If m is -1, -2, etc., then 10� + n won't be an integer at all, and hence won't be divisible by 3. So the answer is E.