integer

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 265
Joined: Tue Jul 03, 2012 11:04 pm
Followed by:6 members

integer

by grandh01 » Mon Aug 06, 2012 8:47 pm
When the integer n is divided by 17,
the quotient is x and the remainder is 5.
When n is divided by 23, the quotient
is y and the remainder is 14. Which of
the following is true?
(A) 23x + 17y =19
(B) 17x -23y = 9
(C) 17x +23y =19
(D) 14x + 5y = 6
(E) 5x - 14y = -6
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 363
Joined: Sun Oct 17, 2010 3:24 pm
Thanked: 115 times
Followed by:3 members

by theCEO » Mon Aug 06, 2012 9:04 pm
b

17x + 5 = n
23y + 14 = n

17x + 5 = 23y + 14
17x - 23y = 14 - 5 = 9

User avatar
Community Manager
Posts: 1060
Joined: Fri May 13, 2011 6:46 am
Location: Utrecht, The Netherlands
Thanked: 318 times
Followed by:52 members

by neelgandham » Tue Aug 07, 2012 4:11 am
When the integer n is divided by 17, the quotient is x and the remainder is 5.
i.e. n = (17*x) + 5 -(Equation 1)

When n is divided by 23, the quotient is y and the remainder is 14.
i.e. n = (23*y) + 14 -(Equation 2)

Which of the following is true?
Equating Equation 1 and Equation 2, we get n = (17*x) + 5 = (23*y) + 14
(17*x) - (23*y) = 9
Answer B
Anil Gandham
Welcome to BEATtheGMAT | Photography | Getting Started | BTG Community rules | MBA Watch
Check out GMAT Prep Now's online course at https://www.gmatprepnow.com/

Master | Next Rank: 500 Posts
Posts: 392
Joined: Thu Jan 15, 2009 12:52 pm
Location: New Jersey
Thanked: 76 times

by truplayer256 » Tue Aug 07, 2012 12:24 pm
Note that if 5 was subtracted from n and then divided by 17, the quotient would be exactly x with a 0 remainder:

(n- 5)/17 = x

Similarly:

(n - 14)/23 = y

Forming a relationship between the two:

n - 14 = 23y => n - 5 = 23y + 9

23y + 9 = 17x

23y - 17x = -9 => 17x - 23y = 9

Choose B.