Skip to main content

Kaprekar Number

Kaprekar number is one of the amazing concepts in Mathematics.

The square of a number when divided into parts and none of the parts is equal to 0, and sum of both the parts forms the original number, then that number is a Kaprekar number.

Let's understand this concept in detail:

Checking a Kaprekar Number

Following are the steps to check whether any number is a Kaprekar number or not:

Step 1: Consider any number N (must be greater than 0).

Step 2: Square the number N (N x N).

Step 3: Divide the resultant obtained in Step 2 into two parts (left and right).

Possible scenarios that occur when dividing the resultant into two parts:

Scenario 1: If the resultant obtained in Step 2 is a single digit number

If the resultant obtained in Step 2 is a single digit number (no matter even or odd), compare it with the number considered in Step 1. If the number in Step 2 is equal to the number in Step 1, it is a Kaprekar number. But if the number in Step 2 is not equal to the number in Step 1, it is not a Kaprekar number.

Scenario 2: If the total number of digits obtained in Step 2 is even

If the total number of digits obtained in Step 2 is even, divide into two equal parts (left and right).

For example, the number 1234 have total 4 digits (even). Divide it into two equal parts as 12 (left part) and 34 (right part).

Scenario 3: If the total number of digits obtained in Step 2 is odd

If the total number of digits obtained in Step 2 is odd, divide into two parts (left and right). The left part contains n-1 number of digits, and the right part contains n number of digits.

For example, the number 12345 have total 5 digits (odd). Divide it into two parts as 12 (left part) and 345 (right part).

Step 4: Sum both parts (left + right).

Step 5: If the resultant obtained in Step 4 is equal to the number considered in Step 1, the number is a Kaprekar number. But if the resultant is not equal to the number considered in Step 1, the number is not a Kaprekar number.

Examples

First Example

Step 1: Consider number 1.

Step 2: Square the number 1 (1 x 1), the resultant is 1.

Step 3: Divide the resultant obtained in Step 2 into two parts (left and right).

The resultant obtained in Step 2 is a single digit number and also equal to the number considered in Step 1. Hence, number 1 is a Kaprekar number.

Second Example

Step 1: Consider number 5.

Step 2: Square the number 5 (5 x 5), the resultant is 25.

Step 3: Divide the resultant obtained in Step 2 into two parts (left and right).

The number of digits obtained in Step 2 is even. Dividing into two equal parts gives the resultant as 2 (left part) and 5 (right part).

Step 4: Sum both parts (left + right), that is, 2 + 5 = 7.

Step 5: The resultant obtained in Step 4 is not equal to the number considered in Step 1, that is, 7 is not equal to 5. Hence, number 5 is not a Kaprekar number.

Third Example

Step 1: Consider number 9.

Step 2: Square the number 9 (9 x 9), the resultant is 81.

Step 3: Divide the resultant obtained in Step 2 into two parts (left and right).

The number of digits obtained in Step 2 is even. Dividing into two equal parts gives the resultant as 8 (left part) and 1 (right part).

Step 4: Sum both parts (left + right), that is, 8 + 1 = 9.

Step 5: The resultant obtained in Step 4 is equal to the number considered in Step 1, that is, 9 is equal to 9. Hence, number 9 is a Kaprekar number.

Hope you have understood this amazing concept of the Kaprekar number. You may try yourself using any number and check whether it is a Kaprekar number or not. In case of any query, please feel free to provide your valuable comments.

Comments

Popular posts from this blog

The 3n + 1 Problem or Collatz Problem

The 3n + 1 Problem, also known as the 3n + 1 Conjecture or Collatz Problem or Collatz Conjecture, is that if any positive integer  n  is iteratively operated using two simple rules:  Addition  and  Division , then the end-result always leads to the number 1. The Rules Rule 1 [Addition]:  If the number n is odd, then triple it and add 1. Rule 2 [Division]:  If the number n is even, then divide it by 2. Steps to Follow Step 1:  Take any positive integer n. Step 2:  Check whether the integer is odd or even. Step 3:  If the integer is odd, then triple it and add 1. Step 4:  If the integer is even, then divide it by 2. Step 5:  Repeat this procedure. Step 6:  The end-result always leads to the number 1. For Example Integer n = 5 5 is an odd number, so triple it and add 1. The value of n = 16. 16 is an even number, so divide it by 2. The value of n = 8. 8 is an even number, so divide it by 2. The va...

Universe Secret Code 369 Theory

When it comes to the origin of the universe secret code 369 theory, one name associated with this amazing concept is ‘Nikola Tesla’. Nikola Tesla [10 July 1856 – 07 January 1943] was not only a great inventor / scientist, but also the greatest mind of all the time. He has done a plenty of research throughout his life, and highly recognized for his contributions towards the following : High Voltage, High Frequency Power Experiments Alternating Current (AC) Electricity Supply System Apart from the above-mentioned contributions, he has given ‘Universe Secret Code 369 Theory’ and has called the number 369 – the key to the universe. Now the question that will come to the curious minds is that why Nikola Tesla has called this number the key to the universe. The answer to this question is described in this post. Let start with a specific pattern as shown below: 1 1 + 1 => 2 2 + 2 => 4 4 + 4 => 8 8 + 8 => 16; 1 + 6 => 7 16 + 16 => 32; 3 + 2 => 5 >>>>>>...

The Black Hole Number 123

You might have heard the term black hole . A black hole is a region of spacetime where gravity is so strong that even light or electromagnetic waves cannot escape it. In Mathematics, the number 123 is called the black hole number. Let’s understand this amazing concept in detail. The Procedure Step 1 : Consider any number . Step 2 : Count the number of even digits. Step 3 : Count the number of odd digits. Step 4 : Count the number of total digits. Step 5 : Consider the number (" even " " odd " " total ") obtained in the n   iteration. Step 6 : Repeat the steps ( Step 1 to Step 5 ) after every iteration until you get the number (" even " " odd " " total ") as  123 . Note : If you repeat the steps ( Step 1 to Step 5 ) even after getting the number 123, you will obtain the same number i.e. 123 after every iteration. Example First Iteration Step 1 : Number 1234567890 . Step 2 : Number of  even  digits = 5 . Step 3 : Number of...