if there are 45 match played. A, B, C played 30, 23, and 18 respectively. Then, what is least no. of matches in which more than one of them played? please suggest how to solve this and other min. - max. problems.
30+23+18 = 71
21 extra for 3 together 2 cases will be redundant = 10 1 extra in 2
in a particular country all the members are expressed with the help of three alphabets a,b,c 15 is written as abc 6 is written as bc 60 is written as bcbc how would one write 17 in that country? a)abb b)bab c)baa d)aba
in a particular country all the members are expressed with the help of three alphabets a,b,c 15 is written as abc 6 is written as bc 60 is written as bcbc how would one write 17 in that country? a)abb b)bab c)baa d)aba
in a particular country all the members are expressed with the help of three alphabets a,b,c 15 is written as abc 6 is written as bc 60 is written as bcbc how would one write 17 in that country? a)abb b)bab c)baa d)aba
its in base 3 ax2+bx+c=15 bx+c=6 bx3+cx2+bx+c=60 we get x=3 is the base and a=1, b=2, c=0
17=9+6+2=3^2*1+3*2+3^0*2=3^2*a+3*b+b=abb (in base 3)
Can anybody explain the different remainder theorms we use like Elulers,chinese remainder and fermets. It would be great if u can post with examples also ..
i know that it would have been discussed in this thread, but i m not able to find it.
what is the remainder when 25! is divided by 10^7?
Answer to this will be 4*10^6.
25! has 6 zeros in the end ... (25=> 5+1 = 6) So, remainder by 10^7 will be last non zero digit of 25! follwoed by six 0s.
Last non-zero digit of 25! = 2^5 * R(5) *R(0) = 2 * 2 = 4
Note: R(n) i.e. last non-zero digit of n! can be found by putting n in the form of 5a+b. Then, R(n) = 2^a * R(a) * R(b)
ankurba Says
what is the remainder when 128^500 is divided by 153?
It will be 67.
128^500 = 2^(7*500) = 2^3500
Now, 153 = 9*17. So, first let's find out remainder by 9 and 17.
Remainder by 9: 2^3 will leave remainder by 9 as 8 i.e. (-1). And 2^6 will leave remainder by 9 as 1. So, 2^3500 = 2^3498 * 2^4 = 2^6k * 2^2 will leave remainder as 1*4 = 4
Remainder by 17: 2^4 will leave remainder by 17 as 16 or (-1). So, 2^3500 = 2^(4*25*35) = (2^4)^(some odd number) = (-1)^(some odd number) = -1
So, we need to find a number of form, 9x+4 = 17y-1 => 67 at x=7 and y=4