Last visit was: 24 Apr 2026, 04:46 It is currently 24 Apr 2026, 04:46
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: 24 Apr 2026
Posts: 109,811
Own Kudos:
810,943
 [3]
Given Kudos: 105,869
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,811
Kudos: 810,943
 [3]
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
avatar
harsh61998
Joined: 08 Sep 2019
Last visit: 17 Aug 2024
Posts: 16
Own Kudos:
20
 [1]
Given Kudos: 13
Location: India
Concentration: Finance, Statistics
GPA: 4
WE:Analyst (Consulting)
Posts: 16
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 22 Apr 2026
Posts: 11,229
Own Kudos:
45,006
 [2]
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,229
Kudos: 45,006
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
ArunSharma12
Joined: 25 Oct 2015
Last visit: 20 Jul 2022
Posts: 512
Own Kudos:
1,037
 [1]
Given Kudos: 74
Location: India
GMAT 1: 650 Q48 V31
GMAT 2: 720 Q49 V38 (Online)
GPA: 4
Products:
GMAT 2: 720 Q49 V38 (Online)
Posts: 512
Kudos: 1,037
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If x and y are different positive integers, is x − y divisible by 10?

(1) The units digit of x^2 is the same as the units digit of y^2.
(2) The units digit of x is 1.

statement 1:
unit digits of x^2 and y^2 are same.
unit digit of a square can be [0,1,4,5,6,9]
x and y can have different unit digits.
x = 2: x^2 = 4
y = 8: y^2 = 64
not sufficient

statement 2:
unit digit of x = 1, but we do not know anything about y.
not sufficient

combining both statements,
x = 1: x^2 = 1
y^2 unit digit is 1: y can be [1,9]
when (x,y) is (1,1): pair is divisible by 10
when (x,y) is (1,9): pair is not divisible by 10
not sufficient
Ans: E
User avatar
rajatchopra1994
Joined: 16 Feb 2015
Last visit: 22 Jun 2024
Posts: 1,052
Own Kudos:
Given Kudos: 30
Location: United States
Posts: 1,052
Kudos: 1,307
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Explanation:
x-y divisible by 10?
Statement 1: Unit digits of x^2 is the same as the units digit of y^2.
Let take example x=11 , 21.. y =1 ; x=17, y=13 or any example.
x-y may be or may not divisible by 10

Not Sufficient

Statement 2: The units digit of x is 1
So, x can be 11, 21,31... we don't know any thing about y.

Not Sufficient.

From 1 & 2,
x unit digit will be 1, also x^2 & Y^2 will be 1 & x and y are different positive integers.
It will be divisible by 10 always
IMO-C
User avatar
MayankSingh
Joined: 08 Jan 2018
Last visit: 20 Dec 2024
Posts: 289
Own Kudos:
277
 [1]
Given Kudos: 249
Location: India
Concentration: Operations, General Management
GMAT 1: 640 Q48 V27
GMAT 2: 730 Q51 V38
GPA: 3.9
WE:Project Management (Manufacturing)
Products:
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
IMO E

(x-y) will be divisible by 10 is last digit of (x-y) is zero.

(1) The units digit of x^2 is the same as the units digit of y^2.

Let x = 8^2 & y=2^2 (same last digit as 4)
but (x-y)= 6 is not divisible by 10

But, if x=y, than (x-y) is divisible by 10


This statement is not sufficient.

(2) The units digit of x is 1.

Since no information about y,
This statement is not sufficient.

Together:

Let x = 11 & y = 9 (Unit digit of x is 1 & x^2 = 121 & y^2=81 both have same last digit)
But (x-y) = 2 not divisible by 10.
But if, x=11 & y=11 , (x-y) is divisible by 10

Not Sufficient.
User avatar
Papist
Joined: 23 Mar 2020
Last visit: 07 Jun 2021
Posts: 75
Own Kudos:
37
 [1]
Given Kudos: 9
Posts: 75
Kudos: 37
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If x and y are different positive integers, is x − y divisible by 10?

(1) The units digit of x^2 is the same as the units digit of y^2.
(2) The units digit of x is 1.

S1: We know x and y are both integers and will thus both be perfect squares, and can thus use this to create test values.

Case 1: x^2 = 36, y^2 = 16, so x = 6, y = 4. 6-4 = 2, which is NOT divisible by 10.

Case 2: x^2 = 225, y^2 = 25, so x = 15, y = 5. 15 - 5 = 10, which IS divisible by 10

NOT SUFFICIENT.
__

S2: We don't know the value of y.

NOT SUFFICIENT.
__

S1+S2: So now we know that x^2 and y^2 are both perfect squares ending with 1.

Case 1: x^2 = 121, y^2 = 81, so x = 11, y = 9. 11 - 9 = 2, which is NOT divisible by 10.

Case 2: x^2 = 121, y^2 = 1, so x =11, y = 1. 11 - 1 = 10, which IS divisible by 10.

NOT SUFFICIENT
__

ANSWER: E
avatar
rajat96
Joined: 21 Jun 2020
Last visit: 18 Aug 2021
Posts: 6
Own Kudos:
7
 [1]
Given Kudos: 69
Location: India
Concentration: Finance, Marketing
GPA: 4
WE:Analyst (Finance: Investment Banking)
Posts: 6
Kudos: 7
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Statement:1 The units digit of x^2 is the same as the units digit of y^2.
So x^2 can be 36 and y^2 can be 16, so x-y will be 6-4 that is 2,
Also x^2 can be 196 and y^2 can be 16, so x-y will be 14-4 that is 10, hence true . Therefore Statement 1 is insufficient.
Statement 2: The units digit of x is 1.
No information about y. Hence x-y could be anything, therefore Statement 2 is insufficient.

Now Combining both the statements:
So, by that the possible value of x can be "1","11","21","31" ...and so on.
And by statement 2, the square of "X" will always end with "1"
the possible value of y^2 can be "81","121","441"..."41^2","15^2".....
Now for all the values of "Y" the statement will hold true except "Y^2 = 81 and Y = 9" as then x-y will not be divisible by 10 say (11-9). Hence both of them are also insufficient together as well.
Hence "E" should be the answer
User avatar
Abi1995
Joined: 23 May 2020
Last visit: 12 Jun 2022
Posts: 201
Own Kudos:
Given Kudos: 82
Location: India
GMAT 1: 710 Q49 V37
GPA: 4
Products:
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Ans - C

Statement- 1
Multiple sets can be possible like
X,Y = 5,5. 6,6 , 11,1, Where x-y is divisible
Also 6,5 where x-y is not, so insufficient

Statement 2
Possiblex - 1,11,21,31...... all will yield unit digit 1, but still y value will determine, so this is insufficient

With 1-2
If x has 1 as unit digit, y will also have 1 as unit, this will always yield x-y = abc0, 0 in unit place, so our x-y is divisible by 10

Sufficient

Posted from my mobile device
User avatar
freedom128
Joined: 30 Sep 2017
Last visit: 01 Oct 2020
Posts: 939
Own Kudos:
Given Kudos: 402
GMAT 1: 720 Q49 V40
GPA: 3.8
Products:
GMAT 1: 720 Q49 V40
Posts: 939
Kudos: 1,377
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Q.
If x and y are different positive integers, is x − y divisible by 10?

(1)
If x=11 and y=1, (x − y) is divisible by 10.
If x=11 and y=9, (x − y) is NOT divisible by 10.
NOT SUFFICIENT

(2)
We don't know about y.
NOT SUFFICIENT

(1)+(2)
If x=11 and y=1, (x − y) is divisible by 10.
If x=11 and y=9, (x − y) is NOT divisible by 10.
NOT SUFFICIENT

FINAL ANSWER IS (E)
User avatar
monikakumar
Joined: 23 Jan 2020
Last visit: 31 Dec 2021
Posts: 234
Own Kudos:
Given Kudos: 467
Products:
Posts: 234
Kudos: 146
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If x and y are different positive integers, is x − y divisible by 10?

(1) The units digit of x^2 is the same as the units digit of y^2.
(2) The units digit of x is 1.

1) x^2 units digit may be 9, x can be 3 or 7
y^2 units digit is also same as x, so y can also be 3 or 7
insufficient

2) units digit of x is 1
nothing about y
insufficient

1+2)
x^2 units digit is 1, y^2 units digit is also 1,
so y can have units digit as 9 or 1
insufficient

Ans E
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,969
Own Kudos:
Posts: 38,969
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
109811 posts
498 posts
212 posts