Number System - Questions & Discussions

@ revival

buddy...cud u plz xplain me the "mod" sol approach to ques below...im nt able to undersatnd the "mod" solution process...

find the remainder when (38^16!)^1777 is divided by 17

Buddy, it is very simple. 'mod' simply is an operation which gives you the remainder when a number is divided by another.
Ex: 16 mod 9 = 8 because the remainder when 16 is divided by 9 is 8.
The method by which you solve these problems is known as remainder theorem.
I will give an example which will allow you to understand how this remainder theorem is used and then will solve the question asked by you.
Remainder Theorem:
Suppose you have to find what is the remainder when 16*12*13*4 is divided by 9.
What you do is, you check what is the remainder when each of the numbers in the numerator is individually divided by 9.
Which is, effectively that number(the one in the numerator) mod 9
16 mod 9 = 7
12 mod 9 = 3
13 mod 9 = 4
4 mod 9 = 4.
Once you obtain these numbers, you can find the remainder when (7*3*4*4) is divided by 9. It will be the same as the remainder when (16*12*13*3) is divided by 9.
So, the question reduces to: (7*3*4*4) mod 9.
= (21*16) mod 9.
Again, we can find the individual remainders: 21 mod 9 = 3
16 mod 9 = 7.
So, the question further reduces to (3*7) mod 9.
=21 mod 9 = 3.
So, when 16*12*13*3) is divided by 9 the remainder is 3.
The same question could have been done using the following method:
You can always cancel any common factors in the numerator and denominator and find the remainder. But remember to multiply the remainder you finally obtain by the factors you cancelled.
For example, for the same question, we could have done: (16*12*13*4) mod 9 --->
(16*4*13*4) mod 3 -----> (1*1*1*1) mod 3 = 1. But, since we have cancelled out a factor of 3, we need to multiply it back.
So, the final remainder is 1*3 = 3, which is the same as we obtained before.
Another approach to Remainder Theorem (Using negative remainders)
There is another way to solve the above question, using the method of negative remainders.
Suppose, we divide 99 by 100. The remainders can be written as 99 or -1.
Here, the concept is that since negative remainders are not possible, we need to add back the negative remainder that we obtain to the divisor.
Negative remainders are a handy tool and can be used in the question asked by you.
Suppose we need to find the remainder when 1001*10005*998*1003 is divided by 1000.
(1001*10005*998*1003) mod 1000 = (1*5*-2*3) mod 1000 = -30.
So, final remainder is 1000 - 30 = 970.
Suppose it would have been: (1001*10005*998*1003*997) mod 1000:
(1001*10005*998*1003*997) mod 1000 ---> 1*5*-2*3*-3 mod 1000 ---> 90 mod 1000 = 90.
So, final remainder is 90.
Your question: (38^16!)^1777 mod 17.
= (19*2)^(16!*1777) mod 17.
= 19^(16!*1777) * 2^(16!*1777) mod 17
= 2^(16!*1777) * 16^(16!*1777/4) mod 17
= 16^(16!*1777/4) * 16^(16!*1777/4) mod 17
= -1^(16!*1777/4) * -1^(16!*1777/4)
= 1*1 = 1 (Since 16! is even, so the whole power is even)
So, the final remainder is 1.
---------------------------------------------------------------------------------------------------
P.S: I think I was able to explain it. If you face any problems, do get back to me. :thumbsup:
- the number of steps I used here was just for an explanation. The questions can be solved really fast if one is handy with the remainder theorem.

e. none of the above

E(17) = 16
(38^16!)^1777 mod 17=
38^16! mod 17 = 1
remainder = 1


I did not understand how did you get the answer...
Could you please explain in detail?

what is this E(17)=16
I did not understand how did you get the answer...
Could you please explain in detail?

what is this E(17)=16


it is called mod ...it is derived as follows

prime factors of 17=17

so,17=17*(1-1/17)
=17*16/17
=16

Can someone help me with this one: 7^6n -6^6n, where n is an integer > 0, is divisible by???
a) 13 b) 127 c)559 d) all of these..!!

please post the solution :)..can't understand the basic funda of this question

Can someone help me with this one: 7^6n -6^6n, where n is an integer > 0, is divisible by???
a) 13 b) 127 c)559 d) all of these..!!

please post the solution :)..can't understand the basic funda of this question

the answer shud be d

take n=1

7^6-6^6 = (7^3)^2 - (6^3)2 so use a^2-b^2 and one factor wud be 127 and one wud be 13 (7^3+6^3 = a ^3 + b^3)

Hi Puys,

I have a doubt here..

For every natural number n, the highest number that n((n^2)-1)(5n+2) is divisible by is:

1)6
2)24
3)36
4)48

Kindly answer it with the explanation.

Hi Puys,

I have a doubt here..

For every natural number n, the highest number that n((n^2)-1)(5n+2) is divisible by is:

1)6
2)24
3)36
4)48

Kindly answer it with the explanation.


A = (n - 1)n(n + 1)*(5n + 2)

(n - 1)n(n + 1) will always be divisible by 6 (product of n consecutive integers is divisible by n!)

When n is odd, (n - 1)n(n + 1) will be a multiple of 8.
When n is even:-
n = 4k + 2
n(5n + 2) will be a multiple of 8
n = 4k
n(5n + 2) will be a multiple of 8

=> A will always be a multiple of LCM(6, 8 ) = 24
find the remainder when (38^16!)^1777 is divided by 17

a. 1
b. 16
c. 8
d. 13

the answer is 1.
by euler's theorem we have,
38 to the power anything when divided by 17 will leave a remainder of 1 if the power is a multiple of 16.
therefore,
38 to the power of 16! will leave a remainder of 1.
the answer is 1.
by euler's theorem we have,
38 to the power anything when divided by 17 will leave a remainder of 1 if the power is a multiple of 16.
therefore,
38 to the power of 16! will leave a remainder of 1.


Nice explanation..
understood...
Nice explanation..
understood...

kindly use the thanks button for the same rather than a new post
A = (n - 1)n(n + 1)*(5n + 2)

(n - 1)n(n + 1) will always be divisible by 6 (product of n consecutive integers is divisible by n!)

When n is odd, (n - 1)n(n + 1) will be a multiple of 8.
When n is even:-
n = 4k + 2
n(5n + 2) will be a multiple of 8
n = 4k
n(5n + 2) will be a multiple of 8

=> A will always be a multiple of LCM(6, 8 ) = 24

we could have taken the condition for n=odd and even for (n-1)n(n+1) and could have taken the lcm of 6 and 8...
why we took condition for n=4k and 4k+2...and calculated the factors for n(5n+2)..
sirjee please explain

sorry puys to post query in this thread but plz help me:
1.) what is the sectional cut off for clerk in different bank exam?

2.) i have seen in one of bank result( through rti) that sectional cut off is 13 for quant and reasoning, 11 for english... . so plz guys plz help me to know all these fact..
thanks in advance

Hi Guys,

This question is posted on the second page of the thread but I have posted here for my doubt.
My way for this question-
9^odd=9 and 9^even=1
so the expression can be written as-
9^!1+9!2...............
=9+1+9+1+9+1......................
=9*500+1*500, as there will be 500 even and 500 odd nos
=....oo
so isnt the last digit zero?

see,
9^1=9.unit digit is 9
9^2=81 so unit digit is 1
9^3=729 so unit digit is 9 again.
so as we can see 9 repeats its unit digit after every 2 steps.
now since 1!+2!+3!+4!=33 and after that adding 5! or any next number doesnt change the unit digit, so the number stays odd.
therefore it is actually 9^odd which will have a unit digit of 9.
so unit digit is 9.

find remainder of 2^200/75?

24raghav Says
find remainder of 2^200/75?

remainder is 1
24raghav Says
find remainder of 2^200/75?


sirjee apply Euler's technique...

As 75 & 2 are coprime.

75=(5^2)(3)
then x = 75(1-1/5)(1-1/3)= 40
& 2^40/75 will give 1 as a remainder.

so ((2^40)^5)/75 will give you 1 as a remainder.
A class of 40 students has unique weights between 30 to 69 kg. What is the difference between the average of the weight and the average of the weight taken by interchanging digits of each weight?

OPTIONS 1)0 2)2 3)5 4)10 5)7
24raghav Says
find remainder of 2^200/75?



Remainder is 1..
Use eulers method
A class of 40 students has unique weights between 30 to 69 kg. What is the difference between the average of the weight and the average of the weight taken by interchanging digits of each weight?



My take :- 0