Last visit was: 19 Nov 2025, 09:28 It is currently 19 Nov 2025, 09:28
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,287
 [41]
7
Kudos
Add Kudos
34
Bookmarks
Bookmark this Post
Most Helpful Reply
avatar
franloranca
Joined: 18 Feb 2014
Last visit: 10 Dec 2015
Posts: 9
Own Kudos:
16
 [6]
Location: United States
Posts: 9
Kudos: 16
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
peachfuzz
Joined: 28 Feb 2014
Last visit: 27 Jan 2018
Posts: 269
Own Kudos:
359
 [2]
Given Kudos: 132
Location: United States
Concentration: Strategy, General Management
Products:
Posts: 269
Kudos: 359
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
AmoyV
User avatar
Retired Moderator
Joined: 30 Jul 2013
Last visit: 09 Nov 2022
Posts: 248
Own Kudos:
726
 [1]
Given Kudos: 134
Status:On a mountain of skulls, in the castle of pain, I sit on a throne of blood.
Products:
Posts: 248
Kudos: 726
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x and y are integers such that (x+1)^2 is less than or equal to 36 and (y-1)^2 is less than 64, what is the sum of the maximum possible value of xy and the minimum possible value of xy?

(A) -16
(B) -14
(C) 0
(D) 14
(E) 16


Kudos for a correct solution.

(x+1)^2<=36
-6<=x+1<=6
-7<=x<=5

(y-1)^2<=64
-8<=y-1<=8
-7<=y<=9

Max xy=-7*-7=49
Min xy=-7*9=-63

49-63=-14

Answer: B
User avatar
SherLocked2018
Joined: 25 Nov 2014
Last visit: 03 May 2017
Posts: 92
Own Kudos:
Given Kudos: 30
Concentration: Entrepreneurship, Technology
GMAT 1: 680 Q47 V38
GPA: 4
GMAT 1: 680 Q47 V38
Posts: 92
Kudos: 64
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(x+1)^2 <= 36 gives, -6<=x+1<=6 gives, -7<=x<=5
(y-1)^2 <= 64 gives, -7<=y-1<=7 gives, -6<=y<=8

max value of xy = 42 , and min value of xy = -56
Thus sum = -14

Ans B.
avatar
sudh
Joined: 15 May 2014
Last visit: 18 Jun 2021
Posts: 59
Own Kudos:
Given Kudos: 11
Posts: 59
Kudos: 152
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given
\((x+1)^2 \leq(36)\)
\(-6 \leq x+1 \leq 6\)
\(-7 \leq x \leq 5\)

\((y-1)^2 \leq(64)\)
\(-8 \leq y-1 \leq 8\)
\(-7 \leq y \leq 9\)

Max value of \(xy = -7*-7\)
Min value of \(xy = -7*9\)
Sum \(\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,= -7 (-7+9) = -14\)

Answer B
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
778,287
 [2]
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,287
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
If x and y are integers such that (x+1)^2 is less than or equal to 36 and (y-1)^2 is less than 64, what is the sum of the maximum possible value of xy and the minimum possible value of xy?

(A) -16
(B) -14
(C) 0
(D) 14
(E) 16


Kudos for a correct solution.

VERITAS PREP OFFICIAL SOLUTION

To get the sum of the maximum and minimum possible values of xy, we need to know the maximum and minimum values of xy. For those, we need to find the values that x and y can take. So first, we should review the information given:

(x + 1)^2 <= 36

(y – 1)^2 < 64

We need to find the values that x and y can take. There are many ways of doing that. We can solve the inequality using the wave method discussed in this post or using the concept of absolute values. Let’s discuss both the methods.

Wave method to solve inequalities:

Solve for x: (x + 1)^2 <= 36

(x + 1)^2 – 6^2 <= 0

(x + 1 + 6)(x + 1 – 6) <= 0

(x + 7)(x – 5) <= 0

-7 <= x <= 5 (Using the wave method)

Solve for y: (y – 1)^2 < 64

(y – 1)^2 – 8^2 < 0

(y – 1 + 8)(y – 1 – 8) < 0

(y + 7)(y – 9) < 0

-7 < y < 9 (Using the wave method)

Or you can solve taking the square root on both sides

Solve for x: (x + 1)^2 <= 36

|x + 1| <= 6

-6 <= x + 1 <= 6 (discussed in your Veritas Algebra book)

-7 <= x <= 5

So x can take values: -7, -6, -5, -4, … 3, 4, 5

Solve for y: (y – 1)^2 < 64

|y – 1| < 8

-8 < y – 1 < 8 (discussed in your Veritas Algebra book)

-7 < y < 9

So y can take values: -6, -5, -4, -3, … 6, 7, 8.

Now that we have the values of x and y, we should try to find the minimum and maximum values of xy.

Note that the values of xy can be positive as well as negative. The minimum value will be the negative value with largest absolute value (largest negative) and the maximum value will be the positive value with the largest absolute value.

Minimum value – For the value to be negative, one and only one of x and y should be negative. Focus on the extreme values: if x is -7 and y is 8, we get xy = -56. This is the negative value with largest absolute value.

Maximum value – For the value to be positive, both x and y should have the same signs. If x = -7 and y = -6, we get xy = 42. This is the largest positive value.

The sum of the maximum value of xy and minimum value of xy is -56 + 42 = -14

Answer (B)

Try to think of it in terms of a number line. x lies in the range -7 to 5 and y lies in the range -6 to 8. The range is linear so the end points give us the maximum/minimum values. Think of what happens when you plot a quadratic – the minimum/maximum could lie anywhere.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
778,287
 [2]
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,287
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x and y are integers such that (x+1)^2 is less than or equal to 36 and (y-1)^2 is less than 64, what is the sum of the maximum possible value of xy and the minimum possible value of xy?

(A) -16
(B) -14
(C) 0
(D) 14
(E) 16


Kudos for a correct solution.

\((x+1)^2\leq{36}\);
\({-\sqrt{36}}\leq{x+1}\leq{\sqrt{36}}\);
\({-6}\leq{x+1}\leq{6}\);
\({-7}\leq{x}\leq{5}\).


\((y-1)^2<{64}\);
\({-\sqrt{64}}<{y-1}<{\sqrt{64}}\);
\({-8}<{y-1}<{8}\);
\({-7}<{y}<{9}\), as \(y\) is an integer we can rewrite this inequality as \({-6}\leq{y}\leq{8}\).

We should try extreme values of \(x\) and \(y\) to obtain min and max values of \(xy\):

Min possible value of \(xy\) is for \(x=-7\) and \(y=8\) --> \(xy=-56\);
Max possible value of \(xy\) is for \(x=-7\) and \(y=-6\) --> \(xy=42\).

The sum = -56 + 42 = -14.

Answer: B.
User avatar
GmatPoint
Joined: 02 Jan 2022
Last visit: 13 Oct 2022
Posts: 247
Own Kudos:
Given Kudos: 3
GMAT 1: 760 Q50 V42
GMAT 1: 760 Q50 V42
Posts: 247
Kudos: 137
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Since it has been given that : \(\left(x+1\right)^2\ =\ 36\)
The possible values of x are : x = 5, x = -7.
Since \(\left(y-1\right)^2\ =\ 64\)
Similarly, the possible values of y are 9, -7.

The maximum value of xy is when : x = -7, y = -7. The maximum value of x*y = 49
The minimum value of xy is when : x = -7, y = 9. The minimum value of x*y = -63.

The sum is 49 - 63 = -14.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,586
Own Kudos:
Posts: 38,586
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