Last visit was: 19 Nov 2025, 06:35 It is currently 19 Nov 2025, 06:35
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
registerincog
Joined: 16 Nov 2013
Last visit: 17 Dec 2014
Posts: 23
Own Kudos:
511
 [23]
Given Kudos: 20
Location: United States
Concentration: Entrepreneurship, General Management
GPA: 3.49
Posts: 23
Kudos: 511
 [23]
4
Kudos
Add Kudos
19
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,388
Own Kudos:
778,227
 [7]
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,388
Kudos: 778,227
 [7]
5
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
avatar
zerosleep
Joined: 15 Aug 2013
Last visit: 01 Jul 2017
Posts: 42
Own Kudos:
132
 [2]
Given Kudos: 7
Posts: 42
Kudos: 132
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
seabhi
Joined: 22 Aug 2013
Last visit: 11 Nov 2015
Posts: 61
Own Kudos:
180
 [1]
Given Kudos: 60
Schools: ISB '15
Schools: ISB '15
Posts: 61
Kudos: 180
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi,
IMO C. Please correct me if I am wrong.

from stmt 1: x = 7q+1 and x=5q+1 which leads to .. x=35Q+36 as the general formula.
hence multiple values of x will satisfy this. 36, 71, 106 .. you cannot say if the remainder will be 1 or 6.

from stmt2 x < 50 .. not sufficient.

from stmt1 and stmt 2 .. x can be only 36. Hence C.
User avatar
sashiim20
Joined: 04 Dec 2015
Last visit: 05 Jun 2024
Posts: 609
Own Kudos:
1,886
 [1]
Given Kudos: 276
Location: India
Concentration: Technology, Strategy
WE:Information Technology (Consulting)
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
When positive integer x is divided by 7 the quotient is q and the remainder is 1. What is the remainder when x is divided by 10?

(1) When x is divided by 5 the quotient is q and the remainder is 1

(2) x is less than 50

From the question we get; x = 7q +1 ---------- (i)
(1) x = 5q + 1 --------- (ii)
Equating (i) and (ii), we get;
7q +1 = 5q +1
7q - 5q = 1-1
2q = 0
q = 0

Substituting q = 0 we can get the value of x. x = 7q +1 ==> x =1
x divided by 10. 1/10. remainder will be 1. (1) is sufficient.

(2) x is less than 50
7q+1<50
7q < 49
q < 7
There are multiple values we for x in this case. Hence (2) is not sufficient.
Answer A...
avatar
salaxzar
Joined: 08 Jun 2011
Last visit: 10 Jul 2017
Posts: 16
Own Kudos:
34
 [3]
Given Kudos: 11
Posts: 16
Kudos: 34
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
x= 7q + 1
from 1) x = 5q + 1
subtracting eqn 1 from given, we get x =1. hence when we divide x i.e. 1 by 10 we get remainder 1. Sufficient.
stmt 2 is clearly insufficient.
Hence, A
User avatar
LakerFan24
Joined: 26 Dec 2015
Last visit: 03 Apr 2018
Posts: 167
Own Kudos:
Given Kudos: 1
Location: United States (CA)
Concentration: Finance, Strategy
WE:Investment Banking (Finance: Venture Capital)
Posts: 167
Kudos: 701
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
seabhi
Hi,
IMO C. Please correct me if I am wrong.

from stmt 1: x = 7q+1 and x=5q+1 which leads to .. x=35Q+36 as the general formula.
hence multiple values of x will satisfy this. 36, 71, 106 .. you cannot say if the remainder will be 1 or 6.

from stmt2 x < 50 .. not sufficient.

from stmt1 and stmt 2 .. x can be only 36. Hence C.

No, the correct answer is A.

When positive integer x is divided by 7 the quotient is q and the remainder is 1. What is the remainder when x is divided by 10?

When positive integer x is divided by 7 the quotient is q and the remainder is 1 --> x = 7q + 1 --> x could be 1, 8, 15, 22, ...

(1) When x is divided by 5 the quotient is q and the remainder is 1 --> x = 5q + 1 --> subtract this from the equation from the stem: 0 = 2q --> q = 0 --> x = 1. 1 divided by 10 gives the remainder of 1. Sufficient.

(2) x is less than 50 --> if x = 1, then the remainder upon division 1 by 10 is 1 but if x = 8, then the remainder upon division 8 by 10 is 8. Not sufficient.

Answer: A.

Hope it helps.

Bunuel the method you mentioned in response to seabhi has been discussed above. i'm curious -- if he's wrong, how were his calculations incorrect? i built out the #s given from the formulas and got the same thing as him (see below):

- x=5q+1, so: 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71
- x = 7q+1, so: 8, 15, 22, 29, 36, 43, 50, 57, 64, 71
User avatar
jasonfodor
Joined: 23 Jul 2015
Last visit: 23 Aug 2020
Posts: 30
Own Kudos:
16
 [3]
Given Kudos: 4
Products:
Posts: 30
Kudos: 16
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
LakerFan24
Bunuel
seabhi
Hi,
IMO C. Please correct me if I am wrong.

from stmt 1: x = 7q+1 and x=5q+1 which leads to .. x=35Q+36 as the general formula.
hence multiple values of x will satisfy this. 36, 71, 106 .. you cannot say if the remainder will be 1 or 6.

from stmt2 x < 50 .. not sufficient.

from stmt1 and stmt 2 .. x can be only 36. Hence C.

No, the correct answer is A.

When positive integer x is divided by 7 the quotient is q and the remainder is 1. What is the remainder when x is divided by 10?

When positive integer x is divided by 7 the quotient is q and the remainder is 1 --> x = 7q + 1 --> x could be 1, 8, 15, 22, ...

(1) When x is divided by 5 the quotient is q and the remainder is 1 --> x = 5q + 1 --> subtract this from the equation from the stem: 0 = 2q --> q = 0 --> x = 1. 1 divided by 10 gives the remainder of 1. Sufficient.

(2) x is less than 50 --> if x = 1, then the remainder upon division 1 by 10 is 1 but if x = 8, then the remainder upon division 8 by 10 is 8. Not sufficient.

Answer: A.

Hope it helps.

Bunuel the method you mentioned in response to seabhi has been discussed above. i'm curious -- if he's wrong, how were his calculations incorrect? i built out the #s given from the formulas and got the same thing as him (see below):

- x=5q+1, so: 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71
- x = 7q+1, so: 8, 15, 22, 29, 36, 43, 50, 57, 64, 71


Hi,

I think the confusion with this problem is that you neglecting that q in the question stem and in the first statement (1) have to be the same value.

So, from the question stem \(\frac{x}{7}\) = q remainder 1. Or x = 7q+1
which means when q=0 then x = 1. And when q=5, then x =36.

And from statement (1) \(\frac{x}{5}\) = q remainder 1. Or x=5q+1
Thus from this statement if q=0 then x = 1 and if q=7 then x =36

Now, what students are doing incorrectly is assuming since x = 1 and x=36 so they are marking this as insuff. "the quotient is q" in the question stem and "the quotient is q" in statement (1) are of the same value. So when x=1, then q = 0 both in question stem and statement (1). But when x=36, then q = 5 in the question stem and q = 7 in statement (1), so q is not of the same value, and we can ignore x = 36 as a valid solution and only take x = 1 as a valid solution. And of course x=1 divided by 10 leaves remainder of 1.
User avatar
souvonik2k
User avatar
Retired Moderator
Joined: 25 Nov 2015
Last visit: 05 Dec 2021
Posts: 953
Own Kudos:
Given Kudos: 751
Status:Preparing for GMAT
Location: India
GPA: 3.64
Products:
Posts: 953
Kudos: 2,210
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Official Explanation from Veritasprep:

In quotient remainder problems, number picking is often a valid technique to show patterns and answer the question. For this problem, however, it is not very helpful as the question is really testing a tricky property of division with integers.

From statement one, you learn that when x is divided by 5 the quotient is q and the remainder is 1. In the question stem, you learned that when x
is divided by 7 the quotient is also q and the remainder is also 1. Most students understand that if you divide a number by two different divisors and get the same remainder, you must be at the LCM (lowest common multiple) of those two numbers plus the remainder (and then at the same location down the number line to infinity). For instance if you divide a number by 5 and 7 and get a remainder of 1, then that can happen at 35+1, 70+1, 105+1, etc. However, if you read carefully you see that the quotient is the same in both operations, a puzzling result. Clearly if you divide 36 by 7 it will give you a different quotient then when you divide 36 by 5. The only way this can happen is if x is equal to 1. Remember that when a smaller integer is divided by a larger integer, the quotient is always 0 and the remainder is the dividend itself. Here when 1 is divided by 7 the quotient is 0 and the remainder is 1 and when 1 is divided by 5 the quotient is also 0 and the remainder is 1. Statement 1 is sufficient as x must be 1 and the remainder when x is divided by 10 is also 1.

Statement 2 is clearly not sufficient by itself so the answer is A. This statement is here for people who miss that the quotient is the same and think that x could be any multiple of 35+1. By knowing that x is less than 50 it would lock in the value at 36. However, from the discussion above it is clear that this would be incorrect.
User avatar
venkycs98
Joined: 07 May 2023
Last visit: 16 Nov 2025
Posts: 322
Own Kudos:
Given Kudos: 388
Location: India
GMAT Focus 1: 685 Q85 V86 DI82
GPA: 3.5
Products:
GMAT Focus 1: 685 Q85 V86 DI82
Posts: 322
Kudos: 17
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

seabhi
Hi,
IMO C. Please correct me if I am wrong.

from stmt 1: x = 7q+1 and x=5q+1 which leads to .. x=35Q+36 as the general formula.
hence multiple values of x will satisfy this. 36, 71, 106 .. you cannot say if the remainder will be 1 or 6.

from stmt2 x < 50 .. not sufficient.

from stmt1 and stmt 2 .. x can be only 36. Hence C.
No, the correct answer is A.

When positive integer x is divided by 7 the quotient is q and the remainder is 1. What is the remainder when x is divided by 10?

When positive integer x is divided by 7 the quotient is q and the remainder is 1 --> x = 7q + 1 --> x could be 1, 8, 15, 22, ...

(1) When x is divided by 5 the quotient is q and the remainder is 1 --> x = 5q + 1 --> subtract this from the equation from the stem: 0 = 2q --> q = 0 --> x = 1. 1 divided by 10 gives the remainder of 1. Sufficient.

(2) x is less than 50 --> if x = 1, then the remainder upon division 1 by 10 is 1 but if x = 8, then the remainder upon division 8 by 10 is 8. Not sufficient.

Answer: A.

Hope it helps.
­x is of the form x = 7*q + 1
x = 1, 8, 15, 22, 29, 36, .......


1. when x is divided by 5, it leaves a reminder of 1

This leaves us with 1, 36, 106, .............

5*0 + 1 = 1
5*7 + 1 = 36
5*21 + 1 = 106

Not sufficient

2. Not sufficient on it's own

1&2 combined -

We can have x = 1 or x =36
Not sufficient


Where am I wrong? Can someone help
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,388
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,388
Kudos: 778,227
Kudos
Add Kudos
Bookmarks
Bookmark this Post
venkycs98

Bunuel

seabhi
Hi,
IMO C. Please correct me if I am wrong.

from stmt 1: x = 7q+1 and x=5q+1 which leads to .. x=35Q+36 as the general formula.
hence multiple values of x will satisfy this. 36, 71, 106 .. you cannot say if the remainder will be 1 or 6.

from stmt2 x < 50 .. not sufficient.

from stmt1 and stmt 2 .. x can be only 36. Hence C.
No, the correct answer is A.

When positive integer x is divided by 7 the quotient is q and the remainder is 1. What is the remainder when x is divided by 10?

When positive integer x is divided by 7 the quotient is q and the remainder is 1 --> x = 7q + 1 --> x could be 1, 8, 15, 22, ...

(1) When x is divided by 5 the quotient is q and the remainder is 1 --> x = 5q + 1 --> subtract this from the equation from the stem: 0 = 2q --> q = 0 --> x = 1. 1 divided by 10 gives the remainder of 1. Sufficient.

(2) x is less than 50 --> if x = 1, then the remainder upon division 1 by 10 is 1 but if x = 8, then the remainder upon division 8 by 10 is 8. Not sufficient.

Answer: A.

Hope it helps.
­x is of the form x = 7*q + 1
x = 1, 8, 15, 22, 29, 36, .......


1. when x is divided by 5, it leaves a reminder of 1

This leaves us with 1, 36, 106, .............

5*0 + 1 = 1
5*7 + 1 = 36
5*21 + 1 = 106

Not sufficient

2. Not sufficient on it's own

1&2 combined -

We can have x = 1 or x =36
Not sufficient


Where am I wrong? Can someone help
­You're missing the point that the quotient obtained by dividing by 7 in the stem and by 5 in the first statement is the same, q.­

Hope this helps.

P.S. Worth noting here that pure algebraic questions, such as the one above, are no longer part of the Data Sufficiency syllabus of the GMAT.

DS questions in GMAT Focus encompass various types of word problems, such as:

  • Word Problems
  • Work Problems
  • Distance Problems
  • Mixture Problems
  • Percent and Interest Problems
  • Overlapping Sets Problems
  • Statistics Problems
  • Combination and Probability Problems

While these questions may involve or necessitate knowledge of algebra, arithmetic, inequalities, etc., they will always be presented in the form of word problems. You won’t encounter pure "algebra" questions like, "Is x > y?" or "A positive integer n has two prime factors..."

Check GMAT Syllabus for Focus Edition

You can also visit the Data Sufficiency forum and filter questions by OG 2024-2025, GMAT Prep (Focus), and Data Insights Review 2024-2025 sources to see the types of questions currently tested on the GMAT.

So, you can ignore this question.

Hope it helps.­
Moderators:
Math Expert
105388 posts
496 posts