Last visit was: 25 Apr 2026, 04:05 It is currently 25 Apr 2026, 04:05
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: 25 Apr 2026
Posts: 109,822
Own Kudos:
Given Kudos: 105,878
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,822
Kudos: 811,141
 [44]
1
Kudos
Add Kudos
43
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
chandnik3
Joined: 24 May 2023
Last visit: 20 Oct 2023
Posts: 11
Own Kudos:
24
 [20]
Given Kudos: 69
Concentration: Finance, Accounting
Posts: 11
Kudos: 24
 [20]
12
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
General Discussion
User avatar
andrenoble
Joined: 06 Aug 2021
Last visit: 04 Nov 2023
Posts: 60
Own Kudos:
25
 [1]
Given Kudos: 75
Location: United Kingdom
GPA: 3.98
WE:Business Development (Healthcare/Pharmaceuticals)
Posts: 60
Kudos: 25
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,822
Own Kudos:
811,141
 [1]
Given Kudos: 105,878
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,822
Kudos: 811,141
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
andrenoble
Please explain the OA. I've run the calculation in Excel and the only number close to this range is 338 (49 + 289), while it's not among the answers.
Thank you

You're correct, x^2 + y^2 = 335 does not yield an integer solution, whereas 338 does, with x=y=13 for instance. I've edited the options to include 338 and remove 335. Thanks!
User avatar
Anne_
Joined: 30 Apr 2023
Last visit: 21 Jan 2024
Posts: 18
Own Kudos:
52
 [4]
Given Kudos: 79
Location: India
Concentration: Strategy, Leadership
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
If x and y are integers and neither x nor y is divisible by 3, there are 3 possible combinations for x & y
x = (3x + 1) & y = (3x + 1)
x = (3x + 1) & y = (3x + 2) - Note switching form between x & y would give us the same calculation at end.
x = (3x + 2) & y = (3x + 2)

x^2 + y^2 = (3x + 1)^2 + (3x + 1)^2 = (9x^2 + 6x + 1) + (9x^2 + 6x + 1) = (3a + 1) + (3b + 1) = 3(a+b) + 2
Observe the first 2 terms for each part, those are divisible by 3.
Similarly for other two combinations:
x^2 + y^2 = (3x + 1)^2 + (3x + 2)^2 = (9x^2 + 6x + 1) + (9x^2 + 12x + 4) = (3a + 1) + (3b + 4) = 3(a+b+1) + 2
x^2 + y^2 = (3x + 2)^2 + (3x + 2)^2 = (9x^2 + 12x + 4) + (9x^2 + 12x + 4) = (3a + 4) + (3b + 4) = 3(a+b+2) + 2

So all combinations gives us the result in 3k + 2 form. From the answer choices:
A. 333 - Is in 3k form, not possible
B. 334 - Is in 3k+1 form, not possible
C. 336 - Is in 3k form, not possible
D. 337 - Is in 3k+1 form, not possible
E. 338 - Is in 3k+2 form, possible (CORRECT CHOICE)
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 24 Apr 2026
Posts: 5,986
Own Kudos:
5,859
 [3]
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,986
Kudos: 5,859
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
If x and y are integers and neither x nor y is divisible by 3, which of the following could be the value of \(x^2+y^2\)?

x & y are of the form 3k+1 or 3k-1; where k is an integer
xˆ2 & yˆ2 are of the form 3*Integer + 1
xˆ2 + yˆ2 is of the form 3*Integer + 2

Only 338 is of the form xˆ2 + yˆ2 = 3*Integer + 2
338 = 3*112 + 2

IMO E
­
User avatar
Yoaerez
Joined: 08 Jul 2024
Last visit: 27 Apr 2025
Posts: 20
Own Kudos:
28
 [2]
Given Kudos: 9
Posts: 20
Kudos: 28
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I am not that smart so here's a simple way that only took me 2 minutes:

x or y have to be less than 20 (20^2 = 400 and that's not in the answer choices).

x and y can't be divisible by 3 so we're left with any of these: 1,2,4,5,7,8,10,11,13,14,16,17,19 as our choices. our answer choices are all in the 333-338 range so we're gonna have to use some big numbers.

Let's run some squares of the big numbers to check whether a smaller square can accompany them:

19 is out since a quicl calculation shows it's above 340.

333-(17^2) = 44.
so 338-(17^2) = 44+5 = 49.

49 is the square of 7, so (17^2) + (7^2) = 338. ANSWER CHOICE E.

Let's run some other numbers just for fun and to see the thought process:

333-(16^2) = 77.
338-(16^2) = 82.

only number in that range that has a square root is 81, but 9 is divisible by 3 so the answer can't be (16^2)+(9^2)

333-(15^2) = 108.
338-(15^2) = 113.

no number has a square root in that range.

333-(14^2) = 137.
338-(14^2) = 142.

no number has a square root in that range.

333-(13^2) = 164.
338-(13^2) = 169.

13 is the square root of 169, so (13^2) + (13^2) = 338, which again shows us ANSWER CHOICE E
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,976
Own Kudos:
Posts: 38,976
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109822 posts
Tuck School Moderator
853 posts