If the positive integer x is rounded to the nearest ten

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 186
Joined: Sat Dec 24, 2016 12:38 am
Thanked: 5 times
Followed by:3 members
If the positive integer x is rounded to the nearest ten, will the result be greater than x ?

(1) If x is divided by 10, the remainder is even.

(2) If x is divided by 5, the remainder is odd.

OAC

User avatar
Legendary Member
Posts: 2663
Joined: Wed Jan 14, 2015 8:25 am
Location: Boston, MA
Thanked: 1153 times
Followed by:128 members
GMAT Score:770

by DavidG@VeritasPrep » Wed Jun 21, 2017 10:06 am
rsarashi wrote:If the positive integer x is rounded to the nearest ten, will the result be greater than x ?

(1) If x is divided by 10, the remainder is even.

(2) If x is divided by 5, the remainder is odd.

OAC

1) This is simply telling us that x is EVEN. Pick some numbers.
x = 12. Rounded to the nearest tens = 10. NO, the result is not greater than x.
x = 18. Rounded to the nearest tens = 20. YES, the result is greater than x.

2) x = 18. (18/5 yields a remainder of 3.) Rounded to the nearest tens = 20. YES, the result is greater than x.
x = 13. (13/5 yields a remainder of 3.) Rounded to the nearest tens = 10. NO, the result is not greater than x.

Combined. Statement 1 tells us that x must be EVEN. For an EVEN number to give an ODD remainder when divided by 5, the units digit must be 6 or greater. (You can see this by testing numbers. If x = 12, 12/5 will give an EVEN remainder - this violates statement 2. If x = 14, 14/5 will give an EVEN remainder, again violating statement 2. But if x = 16, 16/5 will give an ODD remainder. If x = 18. 18/5 will give an ODD remainder.) If the units digit is 6 or greater, when we round to the nearest tens, we will always be rounding up, meaning that the answer to the question will always be YES, once we round to the nearest tens, the result will be greater than x. Together the statements are sufficient. The answer is C
Veritas Prep | GMAT Instructor

Veritas Prep Reviews
Save $100 off any live Veritas Prep GMAT Course

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Wed Jun 21, 2017 10:59 am
If the positive integer x is rounded to the nearest ten, will the result be greater than x ?

(1) If x is divided by 10, the remainder is even.

(2) If x is divided by 5, the remainder is odd.
x rounded to the nearest ten will be greater than x if the units digit of x is 5 or greater.
x=5 rounded to the nearest ten --> 10, which is greater than x=5.
x=16 rounded to the nearest ten --> 20, which is greater than x=16.
x=157 rounded to the nearest ten --> 160, which is greater than x=157.

If the units digit of x is less than 5, then x rounded to the nearest ten will be less than or equal to x.
x=10 rounded to the nearest ten --> 10, which is equal to x=10.
x=24 rounded to the nearest ten --> 20, which is less than x=24.
x=101 rounded to the nearest ten --> 100, which is less than x=101.

Question stem, rephrased:
Is the units digit of x between 5 and 9, inclusive?

Statement 1: If x is divided by 10, the remainder is even.
It's possible that x=18, since 18/10 = 1 R8.
In this case, the units digit of x is between 5 and 9, inclusive.
It's possible that x=12, since 12/10 = 1 R2.
In this case, the units digit of x is NOT between 5 and 9, inclusive.
INSUFFICIENT.

Statement 2: If x is divided by 5, the remainder is odd.
It's possible that x=18, since 18/5 = 3 R3.
In this case, the units digit of x is between 5 and 9, inclusive.
It's possible that x=13, since 13/5 = 2 R3.
In this case, the units digit of x is NOT between 5 and 9, inclusive.
INSUFFICIENT.

Statements combined:
Statement 1 requires that the units digit of x be EVEN.
Between 10 and 20, inclusive, the following integers have an even units digit:
10, 12, 14, 16, 18.
Of these options, only the options in blue yield an odd remainder when divided by 5.
Implication:
To satisfy both statements, x must have a units digit of 6 or 8.
Thus, the units digit of x must be between 5 and 9, inclusive.
SUFFICIENT.

The correct answer is C.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3008
Joined: Mon Aug 22, 2016 6:19 am
Location: Grand Central / New York
Thanked: 470 times
Followed by:34 members

by Jay@ManhattanReview » Thu Jun 22, 2017 9:19 pm
rsarashi wrote:If the positive integer x is rounded to the nearest ten, will the result be greater than x ?

(1) If x is divided by 10, the remainder is even.

(2) If x is divided by 5, the remainder is odd.

OAC
Let's take an Algebraic route to this problem.

We have to see whether a positive integer x rounded to the nearest ten is greater than x or not.

Statement 1: If x is divided by 10, the remainder is even.

Say x = 42: Rounded to nearest tens gives 40. The resultant number < x. The answer is No.
Say x = 48: Rounded to nearest tens gives 50. The resultant number > x. The answer is Yes.

No unique answer.

Statement 2: If x is divided by 5, the remainder is odd.

Say x = 41: Rounded to nearest tens gives 40. The resultant number < x. The answer is No.
Say x = 48: Rounded to nearest tens gives 50. The resultant number > x. The answer is Yes.

Statement 1 & 2 together:

From Statement 1, we can have,

say x = 10q + 2r; where q is quotient and 2r is the remainder; I assumed remainder as 2r since the remainder is an even number.

From Statement 2,

x/5 = 10q/5 + (2r)/5

x/5 = 2q + (2r)/5

=> Remaninder = (2r)/5 = an odd number

For (2r)/5 to return an odd number, 2r must be 6 or 8.

=> x = 10q + 6 or x = 10q + 8.

So, x can have its unit digit as 6 or 8. When rounded, the resultant number > x. The answer is YES. Sufficient.

The correct answer: C

Hope this helps!

Relevant book: Manhattan Review GMAT Number Properties Guide

-Jay
_________________
Manhattan Review GMAT Prep

Locations: New York | Warsaw | Cape Town | Madrid | and many more...

Schedule your free consultation with an experienced GMAT Prep Advisor! Click here.