Skip to main content

The Number 1089: A Magical Number

The number 1089 is considered a magical number as far as the number theory is concerned. Why is this number considered a magical number? The answer to this question is described in this post.

The Concept

Step 1: Take any three-digit positive integer with non-identical digits (not all digits are same).

Step 2: Reverse the digits of the number to form mirror number

Step 3: Subtract mirror number from the original number taken in Step 1.

Step 4: Calculate the difference and reverse the digits of the difference.

Step 5: Add the digits of the difference to its reverse digits. The end-result is always the number 1089.

For Example

Number 123

Mirror number formed after reversing the digits is 321.

Subtract mirror number from the original number: 123 – 321 => -(198).

Difference after calculation is 198 and its reverse digits are 891.

Adding digits of the difference to its reverse digits: [198 + 891] => 1089.

As you can see, the end-result is the number 1089.

Number 456

Mirror number formed after reversing the digits is 654.

Subtract mirror number from the original number: 456 – 654 => -(198).

Difference after calculation is 198 and its reverse digits are 891.

Adding digits of the difference to its reverse digits: [198 + 891] => 1089.

As you can see, the end-result is the number 1089.

Number 789

Mirror number formed after reversing the digits is 987.

Subtract mirror number from the original number: 789 – 987 => -(198).

Difference after calculation is 198 and its reverse digits are 891.

Adding digits of the difference to its reverse digits: [198 + 891] => 1089.

As you can see, the end-result is the number 1089.

Hope you have understood this amazing concept of the number 1089. You can try yourself using any other three-digit number. In case of any issue, kindly provide your valuable comments.

Comments

Popular posts from this blog

The Number 1.6: Base of Fibonacci Sequence and the Golden Ratio

This post is about the number 1.6 that forms the base of the mathematical concepts Fibonacci sequence and the Golden ratio. For better understanding of this amazing number 1.6, it is important to know about Fibonacci sequence and the Golden ratio. Golden Ratio The  Golden ratio is the ratio of a line segment cut into two pieces of distinct lengths such that the ratio of the longer segment to the shorter segment is equal to the whole segment to that of the longer segment. It is denoted by the symbol Phi [ø]. Suppose there is a line segment AB, and C is any point that divides the line segment AB into two pieces of distinct lengths such that AC is greater than CB. Then, as per the definition, [ø] = AC/CB = AB/AC. The value of the Golden ratio [ø] is 1.6 1803398875 . As you can see, the value of the Golden ratio starts with the number 1.6. For more information on the Golden ratio, see https://theamazingconcepts.blogspot.com/2021/07/the-golden-ratio-key-to-amazing-design....

Kaprekar Constant 495 for Three-digit Number

Dattatreya Ramchandra Kaprekar (D. R. Kaprekar; 1905 – 1986) was an Indian mathematician who discovered several classes of natural numbers including Kaprekar Constant. The number  495  is called Kaprekar Constant for three-digit number. Why is the number 495 called Kaprekar Constant? In 1949, D. R. Kaprekar discovered an interesting property of the number 495 through the mathematical calculations. D. R. Kaprekar observed that when any three-digit number of non-identical digits (not all digits are same) is arranged in two parts – highest number and lowest number, and difference is calculated using subtraction method, then the end-result will be always 495. If the process is continued even after getting the end-result 495, then the end-result will be always 495 at each Iteration, therefore the number 495 is known as Kaprekar Constant. Steps to Follow Take any three-digit number with different digits. Form the highest number and lowest number from this three-digit number. Fi...

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...