sign up I login
 advanced
refer a friend - earn nickels!!

Ask & Discuss Questions with Community & Experts

Moderation Team
 90 chars left    advanced
Ask iit jee aieee pet cbse icse state board community Community Discussion Question: shortcuts
Forum Index -> General like the article? email it to a friend.  
Author Message
sandymaurya (47)

Cool goIITian

Olaaa!! Perrrfect answer. 7  [13 rates]

sandymaurya's Avatar

total posts: 96    
offline Offline
Numbers


1)       2^2n-1 Is Always Divisible By 3

          2^2n-1 = (3-1)^2n -1
= 3M +1 -1
= 3M, thus divisible by 3


2)      What Is The Sum Of The Divisors Of 2^5.3^7.5^3.7^2?
ANS : (2^6-1)(3^8-1)(5^4-1)(7^3-1)/2.4.6
Funda : if a number 'n' is represented as
a^x * b^y * c^z ....
where, {a,b,c,.. } are prime numbers then
Quote:
(a) the total number of factors is (x+1)(y+1)(z+1) ....
(b) the total number of relatively prime numbers less than the number is n * (1-1/a) * (1-1/b) * (1-1/c)....
(c) the sum of relatively prime numbers less than the number is n/2 * n * (1-1/a) * (1-1/b) * (1-1/c)....
(d) the sum of factors of the number is {a^(x+1)} * {b^(y+1)} * ...../(x*y*...)



3)      What Is The Highest Power Of 10 In 203!
ANS : express 10 as product of primes; 10 = 2*5
divide 203 with 2 and 5 individually
203/2 = 101
101/2 = 50
50/2 = 25
25/2 = 12
12/2 = 6
6/2 = 3
3/2 = 1
thus power of 2 in 203! is, 101 + 50 + 25 + 12 + 6 + 3 + 1 = 198

divide 203 with 5
203/5 = 40
40/5 = 8
8/5 = 1

thus power of 5 in 203! is, 49

so the power of 10 in 203! factorial is 49


4)      If        x + y + z = 7 And xy + yz + zx = 10,
Then What Is The Maximum Value Of x? ( Cat 2002 Has Similar Question )
ANS:
49-20 = 29, now if one of the y,z is zero, then the sum of other 2 squares shud be equal to 29, which means, x can take a max value at 5


5)      In How Many Ways Can 2310 Be Expressed As A Product Of 3 Factors?
ANS: 2310 = 2*3*5*7*11
When a number can be expressed as a product of n distinct primes,
then it can be expressed as a product of 3 numbers in (3^(n+1) + 1)/2 ways

6)      In How Many Ways, 729 Can Be Expressed As A Difference Of 2 Squares?
ANS: 729 = a^2 - b^2
= (a-b)(a+b),
since 729 = 3^5,
total ways of getting 729 are, 1*729, 3*243, 9*81, 27*27.
So 4 ways
Funda is that, all four ways of expressing can be used to findout distinct a,b values,
for example take 9*81
now since 9*81 = (a-b)(a+b) by solving the system a-b = 9 and a+b = 81 we can have 45,36 as soln.

7)      How Many Times The Digit 0 Will Appear From 1 To 10000
ANS: In 2 digit numbers : 9,
In 3 digit numbers : 18 + 162 = 180,
In 4 digit numbers : 2187 + 486 + 27 = 2700,
total = 9 + 180 + 2700 + 4 = 2893

8 )     What Is The Sum Of All Irreducible Factors Between 10 And 20 With Denominator As 3?
ANS :
sum = 10.33 + 10.66 + 11.33 + 11.66 + 12.33 + 12.66 + 13.33 + 13.66??.
= 21 + 23 + ??
= 300
 
9)      If n = 1+x Where x Is The Product Of 4 Consecutive Number Then n Is,
1) an odd number,
2) is a perfect square

SOLN : (1) is clearly evident
(2) let the 4 numbers be n-2,n-1,n and n+1 then by multing the whole thing and adding 1 we will have a perfect square
 
10)     When 987 And 643 Are Divided By Same Number 'N' The Reminder Is Also Same, What Is That Number If The Number Is A Odd Prime Number?
ANS : since both leave the same reminder, let the reminder be 'r',
then, 987 = an + r
and 643 = bn + r and thus
987 - 643 is divisible by 'r' and
987 - 643 = 344 = 86 * 4 = 43 * 8 and thus the prime is 43
hence 'r' is 43
 
11)      When A Number Is Divided By 11,7,4 The Reminders Are 5,6,3 Respectively. What Would Be The Reminders When The Same Number Is Divided By 4,7,11 Respectively?
ANS : whenever such problem is given,
we need to write the numbers in top row and rems in the bottom row like this

11 7 4
| \ \
5 6 3

( coudnt express here properly Evil or Very Mad)
now the number is of the form, LCM ( 11,7,4 ) + 11*(3*7 + 6) + 5
that is 302 + LCM(11,7,4) and thus the rems when the same number is divided by 4,7,11 respectively are,

302 mod 4 = 2
75 mod 7 = 5
10 mod 11 = 10

12)     a^n - b^n Is Always Divisible By a-b

13)     If a+b+c = 0 Then a^3 + b^3 + c^3 = 3abc
 
EXAMPLE: 40^3-17^3-23^3 is divisble by
since 40-23-17 = 0, 40^3-17^3-23^3 = 3*40*23*17 and thus, the number is divisible by 3,5,8,17,23 etc.

14)     There Is A Seller Of Cigerette And Match Boxes Who Sits In The Narrow Lanes Of Cochin. He Prices The Cigerattes At 85 P, But Found That There Are No Takers. So He Reduced The Price Of Cigarette And Managed To Sell All The Cigerattes, Realising Rs. 77.28 In All. What Is The Number Of Cigerattes?

a) 49
b) 81
c) 84
d) 92

ANS : (d)
since 77.28 = 92 * 84, and since price of cigarette is less than 85, we have (d) as answer
Quote:

i have given this question to make the funda clear
15)     What Does 100 Stand For If 5 X 6 = 33
ANS : 81
SOLN : this is a number system question,
30 in decimal system is 33 in some base 'n', by solving we will have n as 9
and thus, 100 will be 9^2 = 81

16)     In Any Number System 121 Is A Perfect Square,
SOLN: let the base be 'n'
then 121 can be written as n^2 + 2*n + 1 = (n+1)^2
hence proved

17)     Most Of You People Know These, Anyways, Just In Case
Quote:
(a) sum of first 'n' natural numbers - n*(n+1)/2
(b) sum of the squares of first 'n' natural numbers - n*(n+1)*(2n+1)/6
(c) sum of the cubes of first 'n' natural numbers - n^2*(n+1)^2/4
(d) total number of primes between 1 and 100 - 25 Monsieur GreenMonsieur Green
 
18)     Converting Recurring Decimals To Fractions
let the number x be 0.23434343434........

thus 1000 x = 234.3434343434......
and 10 x = 2.3434343434.........
thus, 990 x = 232
and hence, x = 232/990

19)     Reminder Funda

(a) (a + b + c) % n = (a%n + b%n + c%n) %n

EXAMPLE: The reminders when 3 numbers 1221, 1331, 1441 are divided by certain number 9 are 6, 8, 1 respectively. What would be the reminder when you divide 3993 with 9?
THE REMINDER WOULD BE (6 + 8 + 1) % 9 = 6

(b) (a*b*c) % n = (a%n * b%n * c%n) %n

EXAMPLE: What is the remainder left when 1073 * 1079 * 1087 is divided by 119 ? ( seen this kinda questions alot Monsieur GreenMonsieur Green)
1073 % 119 = ?
since 1190 is divisible by 119, 1073 mod 119 is 2
and thus, "the remainder left when 1073 * 1079 * 1087 is divided by 119 " is 2*8*16 mod 119 and that is 256 mod 119 and that is (238 + 18 ) mod 119 and that is 18 Monsieur Green

Glossary : % stands for reminder operation
find the number of zeroes in 1^1* 2^2* 3^3* 4^4.............. 98^98* 99^99* 100^100
the expresion can be rewritten as (100!)^100 / 0!* 1!* 2!* 3!....99!


Now the numerator has 2400 zeros

the formular for finding number of zeros in n! is

[n/5]+[n/5^2]...[n/5^r]
where r is such that 5^r<=n<5^(r+1)

and [..] is the grestest integer function

for the numerator find the number of zeros using the above formulae..

for 0!...4! number of zeros ..0
5!...9!.number os zeros ..1
9!...14!... 2
15!..19!..................3
20!..24!..................4!
now at 25! the series makes a jump to 6
25!...29!.................6
30!...34!.................7
this goes on and again makes a jump at 50!
and then at 75!

so the number of zeros is...

5(1+2....19) + 25+ 50+ 75

the last 3 terms 25 50 and 75 are because of the jumps..

this gives numerator has 1100 zeros

now total number of zeros in expression is no of zeros in denominator - no of zeros in numerator
2400 - 1100

the Answer 1300

Enjoy
Cheers.....

 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
 
Forum Index -> General
Go to:   

Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Narayana - Kota , Delhi , Others
Brilliant Tutorials - Class , Crash
Aakash Institute - Medical , Engg
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya