It is currently Fri Feb 03, 2012 6:18 pm




   Post new topic Reply to topic      [ 78 posts ]  Bookmark and Share Oldest Best Reply Go to page 1, 2, 3, 4  Next
Author Message
TAGS:
  Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Wed Nov 11, 2009 3:33 pm 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (63), given: 18

GMAT Tests User
Hi guys,
This is in conjunction with another post which has questions dealing with remainders (collection-of-remainder-problems-in-gmat-74776.html). I'm just trying to put together a list of tips and tricks which we can use to solve these kind of problems with greater accuracy and speed. Please feel free to comment and make suggestions. Hopefully we can add onto this list and cover all sorts of strategies that would help us deal with remainders!
Cheers.

Please read this first :
1) Take your time with these points. Some of them might be a little difficult to follow in the first reading, but don't give up. The concepts are fairly simple.
2) These tips if mastered will be extremely valuable in the GMAT to help solve a variety of questions not limited specifically to remainders. I have been using them for quite a while now and they have not only helped me improve my accuracy but also my speed.
3) If you have any doubts, please do not hesitate to ask (no matter how stupid you might think them to be!). If you do not ask, you will never learn.
4) Lastly, have fun while trying to understand these tips and tricks as that, according to me, is the best possible way to learn.

All the best!


-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
NOTE: Where ever you see R of 'x' it just stands for Remainder of x.


1) The possible remainders when a number is divided by ‘n’ can range from 0 to (n-1).
Eg. If n=10, possible remainders are 0,1,2,3,4,5,6,7,8 and 9.


2) If a number is divided by 10, its remainder is the last digit of that number. If it is divided by 100 then the remainder is the last two digits and so on.
This is good for questions such as : ' What is the last digit of.....' or ' What are the last two digits of.....' .



3) If a number leaves a remainder ‘r’ (the number is the divisor), all its factors will have the same remainder ‘r’ provided the value of ‘r’ is less than the value of the factor.
Eg. If remainder of a number when divided by 21 is 5, then the remainder of that same number when divided by 7 (which is a factor of 21) will also be 5.

If the value of ‘r’ is greater than the value of the factor, then we have to take the remainder of ‘r’ divided by the factor to get the remainder.
Eg. If remainder of a number when divided by 21 is 5, then the remainder of that same number when divided by 3 (which is a factor of 21) will be remainder of 5/3, which is 2.


4) Cycle of powers : This is used to find the remainder of n^x, when divided by 10, as it helps us in figuring out the last digit of n^x.

The cycle of powers for numbers from 2 to 10 is given below:

2: 2, 4, 8, 6 → all 2^{4x} will have the same last digit.

3: 3, 9, 7, 1 → all 3^{4x} will have the same last digit.

4: 4, 6 → all 4^{2x} will have the same last digit.

5: 5 → all 5^x will have the same last digit.

6: 6 → all 6^x will have the same last digit.

7: 7, 9, 3, 1 → all 7^{4x} will have the same last digit.

8: 8, 4, 2, 6 → all 8^{4x} will have the same last digit.

9: 9, 1 → all 9^{2x} will have the same last digit.

10: 0 → all 10^x will have the same last digit.


5) Many seemingly difficult remainder problems can be simplified using the following formula :
R of \frac{x*y}{n} = R of \frac{(R of \frac{x}{n})*(R of \frac{y}{n})}{n}

Eg. R of \frac{20*27}{25} = R of \frac{(R of \frac{20}{25})*(R of \frac{27}{25})}{25} = R of \frac{(20)*(2)}{25} = R of \frac{40}{25} = 15


Eg. R of \frac{225}{13} = R of \frac{(15)*(15)}{13} = R of {(2)*(2)}{13} = R of \frac{4}{13} = 4


6) R of \frac{x*y}{n} , can sometimes be easier calculated if we take it as R of \frac{(R of \frac{(x-n)}{n})*(R of \frac{(y-n)}{n})}{n}
Especially when x and y are both just slightly less than n. This can be easier understood with an example:

Eg. R of \frac{(19)*(21)}{25} = R of \frac{(-6)*(-4)}{25} = 24

NOTE: Incase the answer comes negative, (if x is less than n but y is greater than n) then we have to simply add the remainder to n.

Eg. R of \frac{(23)*(27)}{25} = R of \frac{(-2)*(2)}{25} = -4. Now, since it is negative, we have to add it to 25.R = 25 + (-4) = 21


[Note: Go here to practice two good problems where you can use some of these concepts explained : numbers-86325.html]


7) If you take the decimal portion of the resulting number when you divide by "n", and multiply it to "n", you will get the remainder. [Special thanks to h2polo for this one]

Note: Converse is also true. If you take the remainder of a number when divided by 'n', and divide it by 'n', it will give us the remainder in decimal format.

Eg. \frac{8}{5} = 1.6

In this case, 0.6 * 5 = 3

Therefore, the remainder is 3.


This is important to understand for problems like the one below:

If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45


OA :
[Reveal] Spoiler:
E

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


Last edited by sriharimurthy on Mon Dec 21, 2009 4:24 am, edited 12 times in total.

  Profile  
 
Kaplan Promo CodeKnewton GMAT Discount CodesVeritas Prep GMAT Discount Codes
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 14, 2009 3:39 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (7), given: 18

GMAT Tests User
Thanks h2polo.

I was starting to wonder whether anyone was finding this post useful or not. (more than 40 views without a comment before yours!)

I hope people will eventually start posting comments and suggestions and add on to the list I've started above.

Here's hoping this thread picks up.

Cheers.

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 14, 2009 4:54 am 
Offline
Manager
Manager
User avatar

Joined: Thu Aug 13, 2009
Posts: 214
Schools: Sloan
Followers: 2

Kudos (?): 51 (6), given: 16

GMAT Tests User
Here is another important property about reminders that everyone should understand:

If you take the decimal portion of the resulting number when you divide by "n", and multiply it to "n", you will get the remainder.

For example, 8/5 = 1.6

.6 * 5 = 3

Therefore, the remainder is 3.

This is important to understand for problems like the one below:

If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 14, 2009 3:20 am 
Offline
Manager
Manager
User avatar

Joined: Thu Aug 13, 2009
Posts: 214
Schools: Sloan
Followers: 2

Kudos (?): 51 (2), given: 16

GMAT Tests User
Great post! I suprised no one else has commented on this.

Very useful for having a solid background on tackling remainder problems.


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sun Nov 15, 2009 4:57 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (2), given: 18

GMAT Tests User
ctrlaltdel wrote:
If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45

Ans: Using the technique: remainder = 0.12*t => the answer is multiple of 12. but none of the options match...did i miss something or is my understanding wrong :oops :stupid


Don't worry. This question is not that straightforward but understanding it will really help you for any other such question.

The answer is a multiple of 0.12.

However, If we consider it to be a multiple of 12, then we have to multiply each of the answers by 100 and then check.

Try working it out now.

You should get the answer to be (E). If you face any further difficulties then feel free to ask again!

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Thu Nov 19, 2009 1:45 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (2), given: 18

GMAT Tests User
Quote:
Could you, please, explain the solution? I didn't get it.

I found out that the remaider is 3; should we just pick up the answer to get multiple of 3?


Hi Shelen,

In the question, it is given that s/t = 64.12

Thus, we know that the remainder in decimal format will be 0.12
(Note : Do not make the mistake of considering it to be 12. It is 0.12)

Now, we know that the answer should be a multiple of 0.12 since 'the remainder of s/t' will be equal to 'the remainder of s/t in decimal format' multiplied by 't'.

That is, R of (s/t) = 0.12*t ----> which is a multiple of 0.12 for all the positive integer values that 't' can hold.

Now, in order to make the calculation simpler, we can multiply both sides of the equation by 100.

R*100 = 12*t --> t = (R*100)/12

Now, since it is given that 't' is a positive integer, (R*100) has to be perfectly divisible by 12.

Thus look through the answer choices to see which one satisfies this condition.

You will find that R = 45 will be the only one that satisfies it, since 4500 is perfectly divisible by 12.

Therefore answer is choice (E) which is 45.

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 14, 2009 5:08 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (1), given: 18

GMAT Tests User
h2polo wrote:
Here is another important property about reminders that everyone should understand:

If you take the decimal portion of the resulting number when you divide by "n", and multiply it to "n", you will get the remainder.

For example, 8/5 = 1.6

.6 * 5 = 3

Therefore, the remainder is 3.

This is important to understand for problems like the one below:

If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45


Good one h2polo.. Added it to the list.

+1 to you!

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Practice these tricks! [#permalink]
New postPosted: Wed Dec 30, 2009 8:12 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (1), given: 18

GMAT Tests User
R2I4D wrote:
Practice sri's wonderful tips and tricks: 4GMAT Home >> GMAT Test Prep Questions >> Number Systems...

(Can't post hyperlinks yet, sorry!)

I was wondering if someone could show me how to do this problem (found at the said site) quicker than my method (detailed below):

8. What is the remainder when the product of 1044, 1047, 1050, and 1053 is divided by 33?

I used sri's trick and found that 1056 is a multiple of 33. This resulted in remainders of (-12)(-9)(-6)(-3), respectively.
Multiplied together, you get 1944. The remainder of 1944, when divided by 33, is 30, the correct answer.

Is there a quicker way than multiplying (-12)(-9)(-6)(-3) out?

Thanks, in advance!



Hi,

Im glad you found these tips helpful. There is in fact a quicker way to solve it.

R of \frac{(-12)*(-3)*(-9)*(-6)}{33} = R of \frac{(36)*(54)}{33} = R of \frac{(3)*(21)}{33} = R of \frac{63}{33} = 30

As you can see, you don't really need to do any complex multiplications. Just multiply numbers is groups that yield a number closest to the denominator. That way you can keep simplifying to smaller numbers and avoid big calculations.

Let me know if anything needs to be clarified.

Cheers.

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sun Nov 15, 2009 4:47 am 
Offline
Manager
Manager

Joined: Fri Jul 24, 2009
Posts: 87
Location: United States
GMAT 1: 590 Q48 V24
Followers: 1

Kudos (?): 25 (0), given: 120

If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45

Ans: Using the technique: remainder = 0.12*t => the answer is multiple of 12. but none of the options match...did i miss something or is my understanding wrong :oops :stupid


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sun Nov 15, 2009 7:52 am 
Offline
Manager
Manager

Joined: Fri Jul 24, 2009
Posts: 87
Location: United States
GMAT 1: 590 Q48 V24
Followers: 1

Kudos (?): 25 (0), given: 120

Silly mistakes will eat my score for sure :ouch
Thanks !


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Wed Nov 18, 2009 5:48 pm 
Offline
Founder
Founder
User avatar

Affiliations: UA1K, SPG & HH Gold
Joined: Wed Dec 04, 2002
Posts: 9985
Location: United States (WA)
GMAT 1: 750 Q49 V42
GPA: 3.5
WE: Information Technology (Hospitality and Tourism)
Followers: 596

Kudos (?): 2164 (0), given: 2407

GMAT ToolKit User GMAT Tests User
Very very cool - only one suggestion - can we make it math-friendly?

You can use the M-tag - see here for details: questions-about-posting-84537.html

_________________
A smart person once said: "No one ever got stronger by being spoonfed nor has anyone gotten smarter by not using their brain." Want to get an MBA? Be a leader.

Image
Founder of GMATClub.com - Twitter
Want to improve your Quant Score? Try GMAT Diagnostic Test or GMAT Club Tests
Just starting out with GMAT? Start here... | Want to know your GMAT Score? Try GMAT Score Estimator
Need GMAT Book Recommendations? Best GMAT Books

My Latest Book Reviews:


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Thu Nov 19, 2009 12:52 am 
Offline
Manager
Manager

Joined: Tue Jul 28, 2009
Posts: 135
Followers: 1

Kudos (?): 8 (0), given: 12

Great thread .. will love to see it updated with more tips and questions .. thanks ..


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Thu Nov 19, 2009 1:19 am 
Offline
Intern
Intern

Joined: Sat Oct 24, 2009
Posts: 25
Location: Russia
Schools: IESE, SDA Bocconi
Followers: 0

Kudos (?): 6 (0), given: 4

sriharimurthy wrote:
ctrlaltdel wrote:
If s and t are positive integer such that s/t=64.12, which of the following could be the remainder when s is divided by t?
(A) 2
(B) 4
(C) 8
(D) 20
(E) 45

Ans: Using the technique: remainder = 0.12*t => the answer is multiple of 12. but none of the options match...did i miss something or is my understanding wrong :oops :stupid


Don't worry. This question is not that straightforward but understanding it will really help you for any other such question.

The answer is a multiple of 0.12.

However, If we consider it to be a multiple of 12, then we have to multiply each of the answers by 100 and then check.

Try working it out now.

You should get the answer to be (E). If you face any further difficulties then feel free to ask again!


Could you, please, explain the solution? I didn't get it.

I found out that the remaider is 3; should we just pick up the answer to get multiple of 3?


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Thu Nov 19, 2009 1:28 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (0), given: 18

GMAT Tests User
bb wrote:
Very very cool - only one suggestion - can we make it math-friendly?

You can use the M-tag - see here for details: questions-about-posting-84537.html


Followed your suggestion bb. Open to more.

Let me know what you think.

Cheers.

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Thu Nov 19, 2009 2:37 am 
Offline
Intern
Intern

Joined: Sat Oct 24, 2009
Posts: 25
Location: Russia
Schools: IESE, SDA Bocconi
Followers: 0

Kudos (?): 6 (0), given: 4

sriharimurthy wrote:
Quote:
Could you, please, explain the solution? I didn't get it.

I found out that the remaider is 3; should we just pick up the answer to get multiple of 3?


Hi Shelen,

In the question, it is given that s/t = 64.12

Thus, we know that the remainder in decimal format will be 0.12
(Note : Do not make the mistake of considering it to be 12. It is 0.12)

Now, we know that the answer should be a multiple of 0.12 since 'the remainder of s/t' will be equal to 'the remainder of s/t in decimal format' multiplied by 't'.

That is, R of (s/t) = 0.12*t ----> which is a multiple of 0.12 for all the positive integer values that 't' can hold.

Now, in order to make the calculation simpler, we can multiply both sides of the equation by 100.

R*100 = 12*t --> t = (R*100)/12

Now, since it is given that 't' is a positive integer, (R*100) has to be perfectly divisible by 12.

Thus look through the answer choices to see which one satisfies this condition.

You will find that R = 45 will be the only one that satisfies it, since 4500 is perfectly divisible by 12.

Therefore answer is choice (E) which is 45.


Oh, my... Thank you! :)


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Fri Nov 20, 2009 12:49 am 
Offline
Intern
Intern

Joined: Sun Aug 30, 2009
Posts: 27
Followers: 0

Kudos (?): 2 (0), given: 3

GMAT Tests User
Wow, I really like the initial collection. Hope I can keep it all "inside" ;)


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 21, 2009 8:18 am 
Offline
Manager
Manager
User avatar

Joined: Tue Oct 13, 2009
Posts: 137
Location: USA
Schools: IU KSB
Followers: 4

Kudos (?): 38 (0), given: 66

Cool Tips n Trick, especially point 5, 6, and 7. :)


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sat Nov 21, 2009 11:21 pm 
Offline
Manager
Manager

Joined: Tue Sep 22, 2009
Posts: 237
Location: Tokyo, Japan
Followers: 1

Kudos (?): 11 (0), given: 8

GMAT Tests User
This is great tips for remainder questions. I suggest everyone to read it


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Tue Nov 24, 2009 1:15 pm 
Offline
Intern
Intern

Joined: Wed Nov 18, 2009
Posts: 1
Followers: 0

Kudos (?): 0 (0), given: 1

GMAT Tests User
excellent post - many thanks !


  Profile  
 
  Re: Compilation of tips and tricks to deal with remainders. [#permalink]
New postPosted: Sun Nov 29, 2009 12:52 am 
Offline
Manager
Manager

Joined: Sun Aug 16, 2009
Posts: 245
Followers: 2

Kudos (?): 14 (0), given: 18

GMAT Tests User
Very good post...Really helpful !
Thanks :)


  Profile E-mail  
 
Online
gmatclubot
Display posts from previous:  Sort by  

GMAT Resources

Best GMAT Discussions

Quant 700-800 questions(PS+DS) with solutions by satishchandraaily51
Valuable Collection of Percentage Questions (PS/DS) by MBAhereIcome34
My comprehensive Quant Flashcards! by miguelmick20
50 tricky questions by ykaiim19
what to remember in gmat quant all time by einstein1017

Quant Expert Advice

Post new topic Reply to topic  [ 78 posts ]  Go to page 1, 2, 3, 4  Next



Who is online

Users browsing this forum: No registered users and 3 guests


Search for:
Jump to:




GMAT Club MBA Forum Home | About | Privacy Policy | Terms and Conditions | GMAT Club Rules | Contact | Sitemap
Powered by phpBB © phpBB Group and phpBB SEO
Kindly note that GMAT (C) is a registered trademark of the Graduate Management Admission Council, and this site has neither been reviewed nor endorsed by GMAC.