Last visit was: 25 Apr 2024, 07:04 It is currently 25 Apr 2024, 07:04

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
Math Expert
Joined: 02 Sep 2009
Posts: 92913
Own Kudos [?]: 618944 [6]
Given Kudos: 81595
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92913
Own Kudos [?]: 618944 [1]
Given Kudos: 81595
Send PM
avatar
Intern
Intern
Joined: 05 Nov 2014
Posts: 1
Own Kudos [?]: [0]
Given Kudos: 0
Send PM
Manager
Manager
Joined: 30 Dec 2016
Posts: 194
Own Kudos [?]: 729 [1]
Given Kudos: 199
GMAT 1: 650 Q42 V37
GPA: 4
WE:Business Development (Other)
Send PM
Re: M14-36 [#permalink]
1
Kudos
Another way to solve statement 2.

Is 2(a+b−c) an odd integer?

(2) b=a+c


Put b=a+c in original equation.
2(a+a+c-c)--> 2*2a.
If a= 1/4 then 2*2*1/4 is odd. And if a= any odd or even integer 2*2a will be even. Insufficient.

Answer: A
Manager
Manager
Joined: 03 Mar 2017
Posts: 118
Own Kudos [?]: 62 [0]
Given Kudos: 76
Location: India
GMAT 1: 680 Q49 V34
Send PM
Re: M14-36 [#permalink]
Bunuel Please correct me if I am wrong but in the first case when we take a+b-c as 0 then the expression is 0 and the answe is 'no' then how come the answer is A??. take the case of 1,2,and 3 where a+b-c is coming as 0.
Math Expert
Joined: 02 Sep 2009
Posts: 92913
Own Kudos [?]: 618944 [1]
Given Kudos: 81595
Send PM
Re: M14-36 [#permalink]
1
Kudos
Expert Reply
Midhila wrote:
Bunuel Please correct me if I am wrong but in the first case when we take a+b-c as 0 then the expression is 0 and the answe is 'no' then how come the answer is A??. take the case of 1,2,and 3 where a+b-c is coming as 0.


ZERO.

1. 0 is an integer.

2. 0 is an even integer. An even number is an integer that is "evenly divisible" by 2, i.e., divisible by 2 without a remainder and as zero is evenly divisible by 2 then it must be even.

3. 0 is neither positive nor negative integer (the only one of this kind).

4. 0 is divisible by EVERY integer except 0 itself.
Veritas Prep GMAT Instructor
Joined: 01 May 2019
Posts: 45
Own Kudos [?]: 432 [0]
Given Kudos: 1
Send PM
Re: M14-36 [#permalink]
Expert Reply
Midhila wrote:
Bunuel Please correct me if I am wrong but in the first case when we take a+b-c as 0 then the expression is 0 and the answe is 'no' then how come the answer is A??. take the case of 1,2,and 3 where a+b-c is coming as 0.


A lot of folks are making this mistake here — if we consistently get an answer of "no", the statement is sufficient.

Data Sufficiency asks us if we can answer a question. It doesn't matter what the answer is, so long as that answer is definitive. In yes/no questions (like this one), getting a "no" in all cases for a statement means that we can definitively answer the question: the answer is no! This means that the statement is sufficient. For a statement to be insufficient, we need to get both a "yes" and a "no".

Given Statement 1, no matter which numbers we select, we will get that \(2(a + b - c)\) is an even integer — anything multiplied by 2 (an even number) will be even, zero or otherwise. This gives us an answer of "no". There is no case in which we can get a "yes". Thus, there is one definitive answer (no), and the statement is sufficient.

This is the most classic Data Sufficiency mistake in the book, but it's a fundamental misunderstanding of the Data Sufficiency question type, and fixing it should be your highest priority. Half of all Quant questions are Data Sufficiency, so you have to understand this question structure inside and out. I recommend creating a consistent routine for Data Sufficiency questions (mantras, scratch paper organization, etc.) and sticking to it: I personally don't rule a statement insufficient on a yes/no Data Sufficiency question unless I have both a "Y" and an "N" written next to the statement on my scratch paper.
Intern
Intern
Joined: 01 Jul 2017
Posts: 3
Own Kudos [?]: 1 [0]
Given Kudos: 19
Send PM
Re: M14-36 [#permalink]
I don't agree with the explanation. what if a, b and C are consecutive negative integers. We might get 2(a+b-c) as a negative integer? Then we do not know whether it will be even/odd. Please explain.
Math Expert
Joined: 02 Sep 2009
Posts: 92913
Own Kudos [?]: 618944 [0]
Given Kudos: 81595
Send PM
Re: M14-36 [#permalink]
Expert Reply
Vihar123 wrote:
I don't agree with the explanation. what if a, b and C are consecutive negative integers. We might get 2(a+b-c) as a negative integer? Then we do not know whether it will be even/odd. Please explain.


Even integer is an integer which is divisible by 2 without a remainder, so ..., -4, -2, 0, 2, 4, 6, ... are all even numbers.
Odd integer is an integer which is NOT divisible by 2, so ..., -5, -3, -1, 1, 2, 5, ... are all odd numbers.
Math Expert
Joined: 02 Sep 2009
Posts: 92913
Own Kudos [?]: 618944 [0]
Given Kudos: 81595
Send PM
Re: M14-36 [#permalink]
Expert Reply
I have edited the question and the solution by adding more details to enhance its clarity. I hope it is now easier to understand.
Manager
Manager
Joined: 07 Mar 2020
Posts: 119
Own Kudos [?]: 67 [0]
Given Kudos: 52
GMAT 1: 680 Q49 V34
Send PM
Re: M14-36 [#permalink]
We are asked whether \(2(a+b-c)\) is odd int or not?
S1: a,b,c are consecutive integers, which means any addition, subtraction, multiplication done with a,b,c will result in integer. Thus (a+b-c) will be int, and any 2*int = always even integer.
Thus this expression will never be odd int.
S1 sufficient.

S2: \(b=a+c\)
Here 2 cases will be there.
1) a,b,c are int. Then it again is the same case as S1, and expression will always be even, and again the answer will No.
2) a,b,c are not int.
Let us simplify the expression first. i.e (a+b-c) will be 2a [given information in S2].
Let a=1/3 , then \(2(a+b-c)\) will give a fraction value i.e neither odd nor even.
but if a=1/2, then \(2(a+b-c)\) will give answer as 1 i.e odd. Thus we get different values in different cases. Thus S2 not sufficient.
Answer is A.
GMAT Club Bot
Re: M14-36 [#permalink]
Moderator:
Math Expert
92912 posts

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