1. What is the remainder when 232 is divided by 7? Easy
A. 2
B. 4
C. 1
D. None of these

View Answer

Answer: Option B

Explanation:

Rem [2^1 /7] = 2

Rem [2^2 /7] = 4

Rem [2^3 /7] = 1

Rem [2^4 /7] = 2

Rem [2^5 /7] = 4

Rem [2^6 /7] = 1

So, the cycle/pattern is 2,4,1; the cyclicity is 3. Now, Rem [Power/Cyclicity] = Rem [32 /3] = 2. The answer is the 2nd value in the list (i.e. 2,4,1), which is 4.

Note:

an when divided by b, will always give remainders which will have a pattern and will move in cycles of k such that k is less than or equal to b. Applying cyclicity to find remainders:

  • Find out the cycle of remainders when anis divided by b and make a list of those values.
  • Find out the cyclicity, k
  • Find out the remainder when the power is divided by the cyclicity i.e. Rem[n/k] = r
  • The answer would be the rthvalue in the list; if r = 0, it would be the last value in the list.
  • While trying to find the cycle/pattern of remainders when an is divided by b, just multiply the previous remainder with ‘a’ to get the next value.
2. What is the remainder when 34567 is divided by 11? Medium
A. 9
B. 5
C. 4
D. None of these

View Answer

Answer: Option A

Explanation:

Rem [3^1 /11] = 3

Rem [3^2 /11] = 9

Rem [3^3 /11] = 5

Rem [3^4 /11] = 4

Rem [3^5 /11] = 1

Rem [3^6 /11] = 3

So, the cycle/pattern is 3,9,5,4,1; the cyclicity is 5. Now, Rem [Power/Cyclicity] = Rem [4567 /5] = 2. The answer is the 2nd value in the list (i.e. 3,9,5,4,1), which is 9.

Note:

an when divided by b, will always give remainders which will have a pattern and will move in cycles of k such that k is less than or equal to b. Applying cyclicity to find remainders:

  • Find out the cycle of remainders when anis divided by b and make a list of those values.
  • Find out the cyclicity, kFind out the remainder when the power is divided by the cyclicity i.e. Rem[n/k] = r
  • The answer would be the rthvalue in the list; if r = 0, it would be the last value in the list.
  • While trying to find the cycle/pattern of remainders when an is divided by b, just multiply the previous remainder with ‘a’ to get the next value.
3. What is the remainder when 44445555 + 55552222 is divided by 7? Difficult
A. 3
B. 6
C. 1
D. None of these

View Answer

Answer: Option C

Explanation:

The remainder obtained by dividing a dividend by a divisor can replace that dividend for subsequent division. Hence, 4444 & 5555 in the given division can be replaced by 6 & 4 respectively, as these are the respective remainders obtained when 4444 and 5555 are divided by 7. Therefore, (44445555 + 55552222)/7 can be replaced by (65555+42222)/7.

Now, in 65555/7,

Rem [6^1 /7] = 6

Rem [6^2 /7] = 1

Rem [6^3 /7] = 6

Rem [3^4 /7] = 1

Rem [3^5 /7] = 6

So, when the index of 6 is odd, the remainder is 6, and when the index is even, the remainder is 1. In this case, the index (5555) is odd and hence the remainder is 6.

Similarly, in 42222/7,

Rem [4^1 /7] = 4

Rem [4^2 /7] = 2

Rem [4^3 /7] = 1

Rem [4^4 /7] = 4

So, the cycle/pattern is 4,2,1; the cyclicity is 3. Now, Rem [Power/Cyclicity] = Rem [2222/3] = 2. The answer is the 2nd value in the list (i.e. 4,2,1), which is 2.

Therefore, (65555+42222)/7 is the same as (6+2)/7 which gives 1 as the remainder.

Note:

an when divided by b, will always give remainders which will have a pattern and will move in cycles of k such that k is less than or equal to b. Applying cyclicity to find remainders:

  • Find out the cycle of remainders when anis divided by b and make a list of those values.
  • Find out the cyclicity, k
  • Find out the remainder when the power is divided by the cyclicity i.e. Rem[n/k] = r
  • The answer would be the rthvalue in the list; if r = 0, it would be the last value in the list.

While trying to find the cycle/pattern of remainders when an is divided by b, just multiply the previous remainder with ‘a’ to get the next value.

4. What is the remainder when 228 is divided by 13? Medium
A. 11
B. 3
C. 9
D. None of these

View Answer

Answer: Option B

Explanation:

228/13 = (27)4/13

The remainder obtained by dividing a dividend by a divisor can replace that dividend for subsequent division. Hence,

(27)4/13 = 114/13 (remainder of 27/13 is 11; so, replace 27 with 11)

114/13= (112)2/13 = 42/13 (remainder of 112/13 is 4; so, replace 112 by 4). Now, 42/13 = 16/13, which yields a remainder of 3.

5. What is the minimum value of x for which the remainder of 561x and 562x will be the same when divided by 7? Difficult
A. 2
B. 4
C. 3
D. None of these

View Answer

Answer: Option C

Explanation:

When 5611 is divided by 7, the remainder is 1

When 5621 is divided by 7, the remainder is 2

When 5612 is divided by 7, the remainder is 12 = 1 (by replacing the dividend 561 with the remainder of 561/7, which gives 1 as the remainder)

Apply the same concept as above,

When 5622 is divided by 7, the remainder is 22 = 4

When 5613 is divided by 7, the remainder is 13 = 1

When 5623 is divided by 7, the remainder is 23 = 8, which when divided by 7 gives 1 as the actual remainder.

Therefore, for x = 3, the remainder of 561x/7 and 562x/7 will be the same.

Note:

The remainders will be the same for x = 3k where k is a natural number ≥ 1.

6. What is the remainder of 2553/9? Easy
A. 4
B. 7
C. 2
D. None of these

View Answer

Answer: Option C

Explanation:

Rem [2^1 /9] = 2

Rem [2^2 /9] = 4

Rem [2^3 /9] = 8

Rem [2^4 /9] = 7

Rem [2^5 /9] = 5

Rem [2^6 /9] = 1

Rem [2^7 /9] = 2

So, the cycle/pattern is 2,4,8,7,5,1; the cyclicity is 6. Now, Rem [Power/Cyclicity] = Rem [553/6] = 1. The answer is the 1st value in the list (i.e., 2,4,8,7,5,1), which is 2.

Note:

an when divided by b, will always give remainders which will have a pattern and will move in cycles of k such that k is less than or equal to b. Applying cyclicity to find remainders:

  • Find out the cycle of remainders when anis divided by b and make a list of those values.
  • Find out the cyclicity, k
  • Find out the remainder when the power is divided by the cyclicity i.e. Rem[n/k] = r
  • The answer would be the rthvalue in the list; if r = 0, it would be the last value in the list.

While trying to find the cycle/pattern of remainders when an is divided by b, just multiply the previous remainder with ‘a’ to get the next value.

7. What is the remainder of 29874/7? Easy
A. 2
B. 4
C. 1
D. None of these

View Answer

Answer: Option A

Explanation:

Rem [2^1 /7] = 2

Rem [2^2 /7] = 4

Rem [2^3 /7] = 1

Rem [2^4 /7] = 2

Rem [2^5 /7] = 4

Rem [2^6 /7] = 1

So, the cycle/pattern is 2,4,1; the cyclicity is 3. Now, Rem [Power/Cyclicity] = Rem [9874/3] = 1. The answer is the 1st value in the list (i.e. 2,4,1), which is 2.

Note:

an when divided by b, will always give remainders which will have a pattern and will move in cycles of k such that k is less than or equal to b. Applying cyclicity to find remainders:

  • Find out the cycle of remainders when anis divided by b and make a list of those values.
  • Find out the cyclicity, k
  • Find out the remainder when the power is divided by the cyclicity i.e. Rem[n/k] = r
  • The answer would be the rthvalue in the list; if r = 0, it would be the last value in the list.

While trying to find the cycle/pattern of remainders when an is divided by b, just multiply the previous remainder with ‘a’ to get the next value.

8. A number when divided successively by 5 and 8 gives respective remainders of 2 and 3. What will be the remainder if the least such number is divided by 27? Medium
A. 16
B. 17
C. 1
D. None of these

View Answer

Answer: Option B

Explanation:

When a number is successively divided by two divisors d1 and d2 and two remainders r1 and r2 are obtained respectively, the remainder that will be obtained by the product of d1 and d2 is given by the relation d1r2 + r1, where d1 and d2 are in ascending order respectively and r1 and r2 are their respective remainders when they divide the number. The number can be written in the form (d1r2 + r1) * k(d1d2).

 

Here, divisors are 5 and 8; respective remainders are 2 and 3. Thus, d1 = 5, d2 = 8, r1 = 2, r2 = 3

-> Number is of the from 40k+17; least when k = 0

 

Therefore, the number is 17.

9. A number when divided successively by 5, 7 and 8 leaves remainder 2, 4 and 5 respectively. Find the smallest such number. Difficult
A. 197
B. 477
C. 757
D. None of these

View Answer

Answer: Option A

Explanation:

When a number is successively divided by three divisors d1, d2 and d3, and three remainders r1, r2 and r3 are obtained respectively, then applying the concept of successive division, the number can be written in the form:

[((d2*r3)+r2)*d1)+r1]+ (d1d2d3)k

Here, divisors are 5, 7 and 8; respective remainders are 2, 4 and 5. Therefore the number can be written in the form:

(5*7*8)k + [((7*5)+4)*5)+2] = 280k+197

Put k = 0

-> 280k+197 = 197

Therefore, the smallest such number is 197.

10. After the division of a number successively by 4, 5 and 7 the remainders obtained are 2, 1 and 4 respectively. What will be the remainder if 140 divides the same number? Difficult
A. 140
B. 86
C. 0
D. None of these

View Answer

Answer: Option B

Explanation:

Divisors: 4, 5 and 7

Remainders: 2, 1 and 4

-> Number is of the form: 140k+86 (applying successive division for three divisors, as given in the note below)

-> Remainder is 86 when divided by 140, because 140k is divisible by 140 leaving no remainder, and the remaining portion, which is 86, is less than 140 and becomes the remainder.

Note:

When a number is successively divided by three divisors d1, d2 and d3, and three remainders r1, r2 and r3 are obtained respectively, then applying the concept of successive division, the number can be written in the form:

[((d2*r3)+r2)*d1)+r1]+ (d1d2d3)k