Monday, December 13, 2010

Paildrome Numbers / Calculations

Palindromes are very special kind of numbers.  A palindrome can be described as a number, word, sentence, etc. which reads same forward and backward. Specifically with regards to numbers, Palindromes are numbers which are symmetrical, i.e. they remain the same even when their digits are reversed. For example 14641 is a Palindrome. In fact all the single digit numbers and numbers with same digit repeated are palindromes. So all numbers like 1,2,3…8,9,11,22,99,111,etc. are palindromes.
Features of Palindrome Numbers
1)      Reverse a non-palindromic number and add it to the original number. We will get a palindromic number by repeating this process. We may even get a palindromic number in first go. For example, let the original number be 37 (non-palindromic). Add reverse of it 73 to 37, we get 110 (not a palindromic number). Therefore repeat the process. 110 + 011 = 121 (palindromic number). Another example, 16+61 = 77 (palindromic number).
Any number that never becomes palindromic in this way is known as Lychrel Number.
2)      A palindromic number in one base may or may not be palindromic in any other base.  For example, 1991 is palindromic in both decimal and hexadecimal (7C7)
3)      Certain powers of palindromes made up of digit 1,2 and at times 3 are mostly palindromes. For example,
11^2 = 121
22^2 = 484
101*101=10201
111*111=12321 121*121=14641
202*202=40804
212*212=44944
There are, however, an infinite number of cases as demonstrated here:
11^2 = 121, 101^2 = 10201, 1001^2 = 1002001, 10001^2 = 100020001, etc.
22^2 = 484, 202^2 = 40804, 2002^2 = 4008004, 20002^2 = 400080004, etc.
4)      All even digit palindromes are divisible by 11. There are many prime palindrome numbers also like 101, 131, 151, 181, and 191

1 x 8 + 1 = 9
12 x 8 + 2 = 98
123 x 8 + 3 = 987
1234 x 8 + 4 = 9876
12345 x 8 + 5 = 98765
123456 x 8 + 6 = 987654
1234567 x 8 + 7 = 9876543
12345678 x 8 + 8 = 98765432
123456789 x 8 + 9 = 987654321

Thursday, November 25, 2010

Number Systen

                                   1
                           2       3     4
                    5     6      7      8      9
                ---------------------------
              ------------------------------
           ----------------------------------
       ---------------------------------------till the 10 th row.

Ques 1 . What is the sum of all the  numbers in the 10th row of the above pyramid.

Ques 2 .  What is the sum of all the  numbers on the side of the triangle formed by the 10th row  pyramid.

Ques 3. What is the sum of all the  numbers inside the triangle formed by the 10th row pyramid.


Ques 4. if      ( ab + cd ) ^ 2 =   abcd , where ab & cd are two digits number

a) How many values a can take if d = 1   ?

b) How many values b can take if c = 2  ?

c) How many values a can take if b = 1  ?

d) How many such numbers are possible ?

Thursday, November 18, 2010

Number System

1. A number is having  exactly 72 factors. What can be the maximum and minimum  number of prime factors of this number?
            a.71 &1           b. 6 & 2           c. 5 & 2           d. None of These

2. If we write all 1852 natural no. side by side starting from 1,we will get a very large  no. Find the remainder when first 1750 digits of this no. are divided by 16.
        a.30                    b.20                c.10                  d. None of These   

3.  N = 22225555 + 55552222 . What is the remainder when N is divided by 7?
      a 6                         b. 5               c. 4                  d. 0

4. M = Product of all even numbers from 1 to 25.
    N = Product of all odd numbers from 26 to 200.
    M  N will give how many zeros?
     a. 42                     b. 25              c. 21               d. none of these