Skip to main content

Multiply 2 digit numbers with same tenth digit and the unit digits add up to 10

Look upon the following example

Solve 23 x 27

Here you can see that the tenth digit of the of both 23 and 27 is the same (which is 2). And the unit digit of 23 (3) and 27(7) adds up to 10 (3+7 = 10). For such type of number, there is an easy way to multiply them.


  1. Since the tenth digit of 23 and 27 is 2. We should multiply 2 with its successor (You will get the successor if you add the number with 1, which is 2+1 = 3) .   2 x 3 = 6
    6
  2. The unit digits are 3 and 7. Multiply them and write it after the solution got on Step 1.  3 x 7 = 21
    621
23 x 27 = 621


What if the Solution you got on Step 2 is a one-digit number. Let's take the following example!

Solve 31 x 39 

  1. Since the tenth digit of 31 and 39 is 3. We should multiply 3 with its successor (You will get the successor if you add the number with 1) which is 3+1 = 4. 3 x 4 = 12
    12
  2. The unit digits are 1 and 9. Multiply them and write it after the solution got on Step 1. 1 x 9 = 9. But it is just one digit. 129 is not the answer. You should pad a '0' in front of the answer. So, you should write 09 instead of 9.
    1209
31 x 39 =1209

Solve in your mind

Comments

Popular posts from this blog

Discovery of the closest asteroid by IIT Bombay students.

On  August 16 2020 ,  An asteroid sized 3 to 6 metres (10 to 20 feet) was found just 2950 km above the Earth's surface! The astonishing discovery was recorded by the students of IIT Bombay and Taiwan.   Helping make a discovery like this, so early in my research project, is beyond what I had ever imagined   -Sharma,  a third-year student of mechanical engineering at IIT-B. Named  2020QG,  the closest asteroid ever to be found near Earth without impacting it became an early success for the students. The discovers Kunal Deshmukh and Kritti Sharma and Chen-Yen Hsu at National Central University in Taiwan are a part of an international team seeking out Near-Earth Asteroids.          This is the first image of Asteroid 2020 QG, captured by Caltech's Zwicky Transient Facility (ZTF) after the asteroid's closest approach to Earth at a distance of 1,830 miles above the planet...

The 11th generation of Intel Processors "TIGER LAKE" announced

Intel has recently announced their 11th gen processors code name "Tiger Lake" on September 2, 2020. They have also integrated Intel Iris as their GPU. They announced many features and specifications of the CPU in a tweet. We will now look at the features and what the 11th gen processors are capable of in-depth. This new generation processor is built with a 10nm chipset, also called SuperFin by Intel Tiger Lake. The new generation offers 2.7x faster content creation, 20% office productivity, and more than 2x faster gaming with the help of the Iris Graphics. Intel also provides Thunderbolt 4 support, Wifi 6, and PCIe-4 support. Intel provides 4 cores and 8 threads with Overclocking support up to 4.8 GHz. Iris Graphics Card would support consistent gaming on FHD while streaming. They have also announced the Intel Evo platform bran which is based on the 11th gen processors. Many laptop manufacturers like Acer, Asus, Dell, Dynabook, HP, Lenovo, LG, MSI, Razer, Sa...

HTML & CSS by John Duckett: Review

If you are passionate about coding and web development, you might know that HTML & CSS are the initial and vital language. You might have a guide and introduction to it on our website. But the most famous one is a book by John Duckett. HTML & CSS by John Duckett  is an outstanding beginner book. Unlike other coding books, this one isinteractive and clean. Each page of the books has an elegant design. The teachings are present on the left side, and the code snippets on the right. You can also find the code source on  their website . It also has codes relevant to HTML5 and CSS3, which are the newest versions of the languages. It is my first coding book, and I am so grateful for that. John Duckett also wrote a Javascript & jQuery book , which is like a sequel for this one.  You can buy it on Amazon by clicking below!