Last visit was: 24 Apr 2024, 14:10 It is currently 24 Apr 2024, 14:10

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:
Kudos
Tags:
Show Tags
Hide Tags
User avatar
VP
VP
Joined: 06 Sep 2013
Posts: 1345
Own Kudos [?]: 2391 [19]
Given Kudos: 355
Concentration: Finance
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618803 [9]
Given Kudos: 81588
Send PM
General Discussion
avatar
Intern
Intern
Joined: 04 Dec 2012
Posts: 3
Own Kudos [?]: 3 [3]
Given Kudos: 7
Schools: ISB '15
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92902
Own Kudos [?]: 618803 [2]
Given Kudos: 81588
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
2
Kudos
Expert Reply
mohnish104 wrote:
This is how I solved the question mn=3(m+1)+n => mn= 3m+3 +n => mn-3m=n+3 => m(n-3)=n+3 => m=n+3/n-3 In this cast 7 fits the bill. Where am I going wrong Bunuel?


If m=7, then 7=(n+3)/(n-3) --> n=4=integer. Thus m could be 7.
avatar
SVP
SVP
Joined: 27 Dec 2012
Status:The Best Or Nothing
Posts: 1562
Own Kudos [?]: 7208 [1]
Given Kudos: 193
Location: India
Concentration: General Management, Technology
WE:Information Technology (Computer Software)
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
1
Kudos
mn = 3(m + 1) + n and m and n are integers-

Solved by placing the values directly from the options:

For m=2, 2n = 9 + n .......... OK
For m=3, 3n = 12 +n..........OK
For m=4, 4n = 15 + n..........OK
For m=5, 5n = 18 + n.......... 4n = 18... then n becomes a non-integer
So Answer = D = 5
Intern
Intern
Joined: 20 Jan 2017
Posts: 35
Own Kudos [?]: 42 [1]
Given Kudos: 15
Location: United States (NY)
Schools: CBS '20 (A)
GMAT 1: 610 Q34 V41
GMAT 2: 750 Q48 V44
GPA: 3.92
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
1
Kudos
\(mn = 3(m + 1) + n; mn=3m+3+n; mn-n=3m+3; n(m-1)=3m+3; n=\frac{3m+3}{m-1}\)
Plug in answer choices into the above equation:
(A) \(2 - n=\frac{(3*2+3)}{2-1}=9\)
(B) \(3 - n=\frac{(3*3+3)}{3-1}=6\)
(C) \(4 - n=\frac{(3*4+3)}{4-1}=5\)
(D) \(5 - n=\frac{(3*5+3)}{5-1}=\) not an integer
(E) \(7 - n=\frac{(3*7+3)}{7-1}=4\)

The correct answer is D.
Target Test Prep Representative
Joined: 04 Mar 2011
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Posts: 3043
Own Kudos [?]: 6272 [1]
Given Kudos: 1646
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
1
Kudos
Expert Reply
jlgdr wrote:
If mn = 3(m + 1) + n and m and n are integers, m could be any of the following values EXCEPT:

(A) 2
(B) 3
(C) 4
(D) 5
(E) 7


We are given that mn = 3(m + 1) + n. Let’s simplify that equation:

mn = 3(m + 1) + n

mn - n = 3(m + 1)

n(m - 1) = 3(m + 1)

n = 3(m + 1)/(m - 1)

We can see that we can eliminate choices A and C since the denominators will be 1 and 3, respectively. Now let’s check the other answer choices:

B) If m = 3, then n = 3(3+1)/(3-1) = 12/2 = 6, which is an integer.

D) If m = 5, then n = 3(5+1)/(5-1) = 18/4 = 4.5, which is NOT an integer.

Thus choice D is the correct answer.

Answer: D
User avatar
Manager
Manager
Joined: 03 Dec 2012
Posts: 146
Own Kudos [?]: 831 [0]
Given Kudos: 291
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
This is how I solved the question mn=3(m+1)+n => mn= 3m+3 +n => mn-3m=n+3 => m(n-3)=n+3 => m=n+3/n-3 In this cast 7 fits the bill. Where am I going wrong Bunuel?
GMAT Club Legend
GMAT Club Legend
Joined: 03 Oct 2013
Affiliations: CrackVerbal
Posts: 4946
Own Kudos [?]: 7626 [0]
Given Kudos: 215
Location: India
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#permalink]
jlgdr wrote:
If mn = 3(m + 1) + n and m and n are integers, m could be any of the following values EXCEPT:

(A) 2
(B) 3
(C) 4
(D) 5
(E) 7


Let us plug in:

m = 2 , 2(n) = 3(2 + 1) + n then n will be 9
m = 3, 3(n) = 3(4) + n, then n will be an integer
m = 4, 4(n) = 3(5) + n, then n will be an integer
m = 5, 5(n) = 3(6) + n, then n will be 18/4 (not an integer) (BINGO!)
m = 7, 7(n) = 3(8) + n, still n will be an integer

Answer is D.
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32655
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: If mn = 3(m + 1) + n and m and n are integers [#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: If mn = 3(m + 1) + n and m and n are integers [#permalink]
Moderators:
Math Expert
92902 posts
Senior Moderator - Masters Forum
3137 posts

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