Last visit was: 19 Nov 2025, 07:59 It is currently 19 Nov 2025, 07:59
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,259
 [33]
Kudos
Add Kudos
33
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 15 Nov 2025
Posts: 11,238
Own Kudos:
43,703
 [17]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,238
Kudos: 43,703
 [17]
10
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
General Discussion
User avatar
CareerGeek
Joined: 20 Jul 2017
Last visit: 19 Nov 2025
Posts: 1,292
Own Kudos:
4,268
 [4]
Given Kudos: 162
Location: India
Concentration: Entrepreneurship, Marketing
GMAT 1: 690 Q51 V30
WE:Education (Education)
GMAT 1: 690 Q51 V30
Posts: 1,292
Kudos: 4,268
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
exc4libur
Joined: 24 Nov 2016
Last visit: 22 Mar 2022
Posts: 1,684
Own Kudos:
1,447
 [2]
Given Kudos: 607
Location: United States
Posts: 1,684
Kudos: 1,447
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If a, b, and c are consecutive integers, where a<b<c, which of the following cannot be the value of \(c^2−(a^2+b^2)\)?

(A) -77
(B) -32
(C) -21
(D) -10
(E) 0

\(c^2−(a^2+b^2)\)
\(c^2=(a+2)^2=(a^2+4+4a)\)
\(a^2+b^2=a^2+(a+1)^2=a^2+a^2+1+2a=2a^2+2a+1\)
\(c^2−(a^2+b^2)=(a^2+4+4a)-(2a^2+2a+1)=-a^2+2a+3\)

\((A)-a^2+2a+3=-77…a^2-2a-80=0…(a-10)(a+8)=0:a=integer=valid\)
\((B)-a^2+2a+3=-32…a^2-2a-35=0…(a-7)(a+5)=0:a=integer=valid\)
\((C)-a^2+2a+3=-21…a^2-2a-24=0…(a-6)(a+4)=0:a=integer=valid\)
\((E)-a^2+2a+3=0…a^2-2a-3=0…(a-3)(a+1)=0:a=integer=valid\)
\((D)-a^2+2a+3=-10…a^2-2a-13=0…13=prime:a=not.integer=invalid\)

Ans (D)
User avatar
unraveled
Joined: 07 Mar 2019
Last visit: 10 Apr 2025
Posts: 2,720
Own Kudos:
2,258
 [1]
Given Kudos: 763
Location: India
WE:Sales (Energy)
Posts: 2,720
Kudos: 2,258
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If a, b, and c are consecutive integers, where a<b<c, which of the following cannot be the value of \(c^2−(a^2+b^2)\)?

(A) -77
(B) -32
(C) -21
(D) -10
(E) 0

\(c^2−(a^2+b^2)\) suggests that a,b and c can take any integer values where b = a + 1 and c = a + 2
Now, converting the equation in terms of lowest variable i.e. 'a'
\(c^2−(a^2+b^2)\) = \((a+2)^2 - (a^2 + (a + 1)^2)\)
= \(3 + 2a - a^2\)

For sake of ease checking values starting with a = 1 gives \(3 + 2a - a^2\) = 4
if a = 3, \(3 + 2a - a^2\) = 0
a = 6, \(3 + 2a - a^2\) = -21
a = 7, \(3 + 2a - a^2\) = -32
a = 10, \(3 + 2a - a^2\) = -77

Though by observing we can see that \(3 + 2a - a^2\) would give a negative value after giving a value of '0' for a = 3.
We can stop at a = 4 which gives -21 thus -10 cannot be the value of \(3 + 2a - a^2\).

IMO Answer D.
User avatar
eakabuah
User avatar
Retired Moderator
Joined: 18 May 2019
Last visit: 15 Jun 2022
Posts: 776
Own Kudos:
1,125
 [1]
Given Kudos: 101
Posts: 776
Kudos: 1,125
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given that a,b, and c are consecutive integers such that a<b<c. We are to determine which of the following cannot be the value of c^2 - (a^2 + b^2)

Since a,b, and c are consecutive numbers, and b is the number in the middle, then c=b+1 and a=b-1
so c^2 - (a^2 + b^2) = (b+1)^2 - [(b^2) + (b-1)^2]
b^2 + 2b +1 -[b^2 + b^2 -2b + 1]
4b - b^2 = b(4-b)
from this we know that when b=4, then b(4-b)=0, hence option E is out.
when b=5, 5(-1) = -5
when b=6, 6(-2)=-12
Since -10 lies between -5 and -12, there is no way of getting an integer value of b which yields -10 in the given expression above.
The answer, therefore, has to be -10.

A further check is to equate b(4-b) to -10 and find the determinant in order to confirm if it leads to a perfect square.
4b-b^2=-10
b^2-4b-10=0
The determinant of the above quadratic equation is [16-4(1)(-10)] = 56
Since 56 is not a perfect square to begin with, there is no way we can get integral roots of the above equation.

The answer is, therefore, option D.
User avatar
jhaamod10
Joined: 31 Oct 2018
Last visit: 29 Dec 2024
Posts: 12
Own Kudos:
3
 [1]
Given Kudos: 6
Posts: 12
Kudos: 3
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
D
C^2-(b^2+a^2)=(a+2)^2-(a+1)^2-a^2
=4-(a-1)^2
=4-(int)^2 is never -10

Posted from my mobile device
avatar
Nikhil099
Joined: 26 Jun 2017
Last visit: 12 Oct 2025
Posts: 16
Own Kudos:
29
 [1]
Given Kudos: 19
Location: India
Posts: 16
Kudos: 29
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Answer is -10 . Option D
Consider the integers : 10, 11, 12
12^2-(10^2+11^2) = 144-221 = -77
Consider integers : 7,8,9
9^2-(8^2+7^2) = 81-113 = -32
Consider integers : 6,7,8
8^2-(7^2 + 6^2 ) = 64-85 = -21
Consider integers : 3,4,5
5^2-(3^2+4^2) =0

Even if the numbers are negative , since we are squaring the values it will become positive.

Hence, answer is -10

Posted from my mobile device
User avatar
jhaamod10
Joined: 31 Oct 2018
Last visit: 29 Dec 2024
Posts: 12
Own Kudos:
3
 [1]
Given Kudos: 6
Posts: 12
Kudos: 3
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Ans.is D
C^2-(b^2+a^2)=(a+2)^2-(a+1)^2-a^2
=4-(a-1)^2
=4-(int)^2 is never -10

Posted from my mobile device
avatar
suchithra
Joined: 31 Oct 2015
Last visit: 14 Oct 2022
Posts: 89
Own Kudos:
Given Kudos: 179
Posts: 89
Kudos: 118
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The answer is D.

Using pattern, we figure out that as the numbers increase , the difference in the squares also increase.

For numbers 3,4,5, The given expression is zero

When you try 4,5,6 , the given expression is 6

When you try 5,6,7, the given expression is -12

As you can see -10 is not possible

Therefore D

Posted from GMAT ToolKit
avatar
metalhead2593
Joined: 14 Jul 2019
Last visit: 18 Dec 2020
Posts: 31
Own Kudos:
Given Kudos: 322
Posts: 31
Kudos: 31
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

Competition Mode Question



If a, b, and c are consecutive integers, where \(a < b < c\), which of the following cannot be the value of \(c^2 - (a^2 + b^2)\)?


(A) -77
(B) -32
(C) -21
(D) -10
(E) 0



a, b, c are consecutive integer. So a = k, b = k+1, c= k+2

c^2 - a^2 - b^2 = (k+2)^2 - (k+1)^2 - k^2

= (2k+3) - k^2
= - [(k^2 - 2k +1) -4]
= - [(k-1)^2 - 2^2]
= -(k-3)(k+1)

So this equation can written as the -1* [product of two number a & b, in which a-b = 4]

I. -77 = -1 * 7 * 11. 11-7 =4. SUFF
II. -32 = -1 * 4 * 8. 8-4 =4. SUFF
III. -21 = -1 * 3 * 7. 7-3=4. SUFF
III. -10. INSUFF
IV. 0. SUFF

IMO D.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,588
Own Kudos:
Posts: 38,588
Kudos: 1,079
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
105389 posts
Tuck School Moderator
805 posts