Last visit was: 22 Jun 2025, 13:30 It is currently 22 Jun 2025, 13:30
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
User avatar
faifai0714
Joined: 02 Sep 2006
Last visit: 11 Apr 2007
Posts: 175
Own Kudos:
585
 [75]
Posts: 175
Kudos: 585
 [75]
5
Kudos
Add Kudos
70
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Summer3
Joined: 20 Feb 2007
Last visit: 04 Jul 2007
Posts: 142
Own Kudos:
340
 [49]
Posts: 142
Kudos: 340
 [49]
25
Kudos
Add Kudos
24
Bookmarks
Bookmark this Post
User avatar
ywilfred
Joined: 07 Jul 2004
Last visit: 06 Mar 2012
Posts: 1,991
Own Kudos:
2,007
 [18]
Location: Singapore
Posts: 1,991
Kudos: 2,007
 [18]
12
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
General Discussion
User avatar
s4ur4bh
Joined: 04 May 2004
Last visit: 13 May 2011
Posts: 23
Own Kudos:
47
 [6]
Location: India
Posts: 23
Kudos: 47
 [6]
5
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
faifai0714
Is there a faster way to calculate this other than adding the even numbers in A and adding the odd numbers in B?


A = 2+4+6 ... +20
B = 1+3+5 ...+19

We want A-B
essentially 2-1 + 4-3 + 6-5 + ... + 20-19

thus ... 1 + 1 + 1 .. + 1 (ten times)

Ans: 10 B
User avatar
[email protected]
Joined: 14 Jan 2007
Last visit: 04 Feb 2009
Posts: 313
Own Kudos:
Posts: 313
Kudos: 942
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Good explanation ywilfred....
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 22 Jun 2025
Posts: 11,304
Own Kudos:
41,328
 [4]
Given Kudos: 333
Status:Math and DI Expert
Products:
Expert
Expert reply
Posts: 11,304
Kudos: 41,328
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21


Hi,
Another way..
Without getting into the sum etc, the answer can be found easily...
2-20 contains 10 integers and similarily 1-19 also has 10 integers..
smallest integer of a is greater by 1 than the corresponding integer of b.. and these is same for all 10 integers..
so a-b=1*10=10
User avatar
sairam595
Joined: 15 Aug 2014
Last visit: 23 Dec 2016
Posts: 219
Own Kudos:
631
 [1]
Given Kudos: 470
Status:Always try to face your worst fear because nothing GOOD comes easy. You must be UNCOMFORTABLE to get to your COMFORT ZONE
Concentration: Marketing, Technology
GMAT 1: 570 Q44 V25
GMAT 2: 600 Q48 V25
WE:Information Technology (Consulting)
Products:
GMAT 2: 600 Q48 V25
Posts: 219
Kudos: 631
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
chetan2u
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21


Hi,
Another way..
Without getting into the sum etc, the answer can be found easily...
2-20 contains 10 integers and similarily 1-19 also has 10 integers..
smallest integer of a is greater by 1 than the corresponding integer of b.. and these is same for all 10 integers..
so a-b=1*10=10

how to count number of odd integers from 1 to n inclusive? Please advise
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 22 Jun 2025
Posts: 11,304
Own Kudos:
41,328
 [3]
Given Kudos: 333
Status:Math and DI Expert
Products:
Expert
Expert reply
Posts: 11,304
Kudos: 41,328
 [3]
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
smartguy595
chetan2u
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21


Hi,
Another way..
Without getting into the sum etc, the answer can be found easily...
2-20 contains 10 integers and similarily 1-19 also has 10 integers..
smallest integer of a is greater by 1 than the corresponding integer of b.. and these is same for all 10 integers..
so a-b=1*10=10

how to count number of odd integers from 1 to n inclusive? Please advise

Hi,
If n is odd, add 1to it and divide by 2...
If n is even, straight way divide by 2...
In this example, n is 19.. Add one,so 20..
20/2=10..

smartguy595, at times it might be that you are given some integer in between to another integer ahead..
example, it may not be 1 to n, but n to x..
few points to note in that scenario..

1) both x and n are even
total integers will be (x-n)+1...
even will be 1 more than odd..
even= (x-n)/2+1 and odd=(x-n)/2..

2) x is even and n is odd..
total integers = x-n +1..
even will be equal to odd..
even= odd={(x-n)+1}/2 ..

3)x is odd and n is even..
total integers = x-n +1..
even will be equal to odd..
even= odd={(x-n)+1}/2 ..

4) both x and n are odd
total integers will be (x-n)+1...
odd will be 1 more than even..
odd= (x-n)/2+1 and even=(x-n)/2..

Your query on 1 to 19 will fall under 3) and 4) above..
hope this helps..
User avatar
mcelroytutoring
Joined: 10 Jul 2015
Last visit: 26 May 2025
Posts: 1,202
Own Kudos:
Given Kudos: 282
Status:Expert GMAT, GRE, and LSAT Tutor / Coach
Affiliations: Harvard University, A.B. with honors in Government, 2002
Location: United States (CO)
Age: 45
GMAT 1: 770 Q47 V48
GMAT 2: 730 Q44 V47
GMAT 3: 750 Q50 V42
GMAT 4: 730 Q48 V42 (Online)
GRE 1: Q168 V169
GRE 2: Q170 V170
Expert
Expert reply
GMAT 4: 730 Q48 V42 (Online)
GRE 1: Q168 V169
GRE 2: Q170 V170
Posts: 1,202
Kudos: 2,586
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Here's a visual that should help.
Attachments

Screen Shot 2016-03-26 at 6.18.49 PM.png
Screen Shot 2016-03-26 at 6.18.49 PM.png [ 103.38 KiB | Viewed 41785 times ]

User avatar
mihir0710
User avatar
Current Student
Joined: 17 Jun 2016
Last visit: 23 Jan 2023
Posts: 473
Own Kudos:
975
 [2]
Given Kudos: 206
Location: India
GMAT 1: 720 Q49 V39
GMAT 2: 710 Q50 V37
GPA: 3.65
WE:Engineering (Energy)
Products:
GMAT 2: 710 Q50 V37
Posts: 473
Kudos: 975
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21

Solution :

a = Sum of all even integers between 2 to 20
Theory : Sum of n even integers = n(n+1)
Therefore a = n^2+n

b = sum of all odd integers between 1 to 19
Theory : Sum of n odd integers = n^2

Therefore a-b = n^2+n-n^2 = n

Here n = no of even integers between 2 to 20 = no of odd integers between 1 to 19 = 10

Therefore, a-b = n = 10
User avatar
mystiquethinker
Joined: 30 Oct 2012
Last visit: 20 Dec 2021
Posts: 52
Own Kudos:
Given Kudos: 26
Location: India
WE:Marketing (Manufacturing)
Posts: 52
Kudos: 76
Kudos
Add Kudos
Bookmarks
Bookmark this Post
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21

Option B
sum of even integers = 10*22/2= 110
sum of odd integers = 10*20/2 =100
a - b= 110-100 =10
User avatar
arvind910619
Joined: 20 Dec 2015
Last visit: 18 Oct 2024
Posts: 851
Own Kudos:
Given Kudos: 755
Status:Learning
Location: India
Concentration: Operations, Marketing
GMAT 1: 670 Q48 V36
GRE 1: Q157 V157
GPA: 3.4
WE:Engineering (Manufacturing)
Products:
GMAT 1: 670 Q48 V36
GRE 1: Q157 V157
Posts: 851
Kudos: 598
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We can list numbers as 2 4 6 .....20
and odd numbers 1 3 5 ....19
There are a total of 10 even 10 odd numbers so if we subtract each corresponding odd number from even numbers we will get 1 so total will be 10
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,789
Own Kudos:
12,447
 [1]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,789
Kudos: 12,447
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi All,

Sequence questions are almost always based on a pattern. If you can spot the pattern, then you can avoid a lot of heavy calculations and deduce the correct answer in a much faster way. Here, if we compare the first term of A and the first term of B, we have…

2-1 = 1

Next, let's compare the second term of A and second term of B…

4-3 = 1

This pattern will continue all the way up to the 10th term of A and tenth term of B…

20-19 = 1

We have 10 of these identical results: 10(1) = 10

Final Answers:

GMAT assassins aren't born, they're made,
Rich
avatar
rickyreign
Joined: 29 Oct 2012
Last visit: 10 Apr 2021
Posts: 17
Own Kudos:
Given Kudos: 26
Posts: 17
Kudos: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
no. of even digits between 2 and 20 = 10
no. of odd digits between 1 and 19 = 10
upon close inspection you can see the difference between each successive even and odd digit is 1 i.e 2-1,4-3 and so on.
so the difference between a and b is 1*10=10 i.e B
avatar
edlc313
Joined: 15 Jan 2018
Last visit: 01 Feb 2025
Posts: 49
Own Kudos:
Given Kudos: 30
Posts: 49
Kudos: 135
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We can also use an extremely simple formula to find the sum of evenly spaced integers.

\(mean * (# of integers) = sum of integers\)

Simply put,

There are 10 terms from 2 to 20 inclusive.
The mean is 22/2 = 11.

a = 11*10 = 110

For the odd set,

There are 10 terms from 1 to 19 inclusive.
The mean is 20/2 = 10

b = 10*10 = 100

110-100 = 10
User avatar
NitishJain
User avatar
IESE School Moderator
Joined: 11 Feb 2019
Last visit: 05 Jan 2025
Posts: 268
Own Kudos:
Given Kudos: 53
Posts: 268
Kudos: 187
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a = 2+4 + ..+ 20
b= 1+ 3+....+ 19

both have equal number of terms i.e. 10.
a-b = (2-1) + (4-2) + ...+ (20-19)
= 1+ 1 ....10 times = 10
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 21 Jun 2025
Posts: 20,985
Own Kudos:
Given Kudos: 293
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 20,985
Kudos: 26,038
Kudos
Add Kudos
Bookmarks
Bookmark this Post
faifai0714
If a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, what is the value of a - b ?

A. 1
B. 10
C. 19
D. 20
E. 21
Solution:

We are given that a equals the sum of the even integers from 2 to 20, inclusive, and b equals the sum of the odd integers from 1 to 19, inclusive, and we need to determine the value of a - b.

When comparing the two sets of numbers, we can see that each number from 2 to 20 (which we can call list a) is ONE GREATER than each number from 1 to 19 (which we can call list b). That is, we can pair a number from list a such that it is one more than a corresponding number from list b. Let’s explore this idea further, starting with the least numbers in each list and working up.

1st number in list a = 2
1st number in list b = 1

2nd number in list a = 4
2nd number in list b = 3

Last number in list a = 20
Last number in list b = 19

Again, notice that each number in list a is ONE MORE than the corresponding number in list b.

Since there are 10 numbers in each list, the sum of the numbers in list a must be 10 greater than the sum of the numbers in list b.

Answer: B
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 37,251
Own Kudos:
Posts: 37,251
Kudos: 1,002
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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.
Moderators:
Math Expert
102229 posts
PS Forum Moderator
657 posts