Skip to main content

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends.

01



  1. The Answer Is 2
  2. Think of a number.
  3. Multiply it by 3.
  4. Add 6.
  5. Divide this number by 3.
  6. Subtract the number from Step 1 from the answer in Step 4.

The answer is 2.



  1. Same Three-Digit Number
  2. Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999.
  3. Add up the digits.
  4. Divide the three-digit number by the answer in Step 2.

The answer is 37.



  1. Six Digits Become Three
  2. Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552.
  3. Divide the number by 7.
  4. Divide it by 11.
  5. Divide it by 13.

The order in which you do the division is unimportant!

The answer is the three-digit number.

Examples: 371371 gives you 371 or 552552 gives you 552.

  1. A related trick is to take any three-digit number.
  2. Multiply it by 7, 11, and 13.

The result will be a six-digit number that repeats the three-digit number.

Example: 456 becomes 456456.



          

          The 11 Rule

          This is a quick way to multiply two-digit numbers by 11 in your head.

  1. Separate the two digits in your mind.
  2. Add the two digits together.
  3. Place the number from Step 2 between the two digits. If the number from Step 2 is greater than 9, put the one's digit in the space and carry the ten's digit.

Examples: 72 x 11 = 792.

57 x 11 = 5 _ 7, but 5 + 7 = 12, so put 2 in the space and add the 1 to the 5 to get 627



 Memorizing Pi

To remember the first seven digits of pi, count the number of letters in each word of the sentence:

"How I wish I could calculate pi."

This becomes 3.141592.



  1. Contains the Digits 1, 2, 4, 5, 7, 8
  2. Select a number from 1 to 6.
  3. Multiply the number by 9.
  4. Multiply it by 111.
  5. Multiply it by 1001.
  6. Divide the answer by 7.

The number will contain the digits 1, 2, 4, 5, 7, and 8. 

Example: The number 6 yields the answer 714285.




Multiply Large Numbers in Your Head

To easily multiply two double-digit numbers, use their distance from 100 to simplify the math:

  1. Subtract each number from 100.
  2. Add these values together.
  3. 100 minus this number is the first part of the answer.
  4. Multiply the digits from Step 1 to get the second part of the answer.


Comments

Popular posts from this blog

Complement of a Number

Subtraction of Binary Numbers  ;  Octal and Hexadecimal Number  ;  Convert Decimal to Binary Complements Complements are used in digital computers for simplifying the subtraction operation and for logical manipulations. There are two types of complements for each base-r system: (1) the r’s complement and (2) the (r-1)’s complement. When the value of the base is substituted, the two types receive the names 2’s and 1’s complement for binary numbers,  10’s and 9’s complement for decimal numbers. The r’s Complement Given a positive number N in base r with an integer part of n digits, the r’s complement of N is defined as r n   - N for N is not equal to 0 and 0 for N = 0. The following numerical example will help clarify the definition. The 10’s complement of (52520) 10 is 10 5 – 52520 = 47480 The number of digits in the number is n= 5 The 10’s complement of (0.3267) 10 is 1 – 0.3267 = 0.6733 No integer part, so 10 n = 10 0 = 1 The 10’s...

Types of Number System

Different Number Systems – There are some different Number System with correspondence base. Which will describe as follows-   Number System  Base  Representation  Binary Number System      2  (Number) 2  Decimal Number System      10  (Number) 10  Octal Number System      8  (Number) 8  Hexadecimal Number System     16   (Number) 16 Note : Any number can be in decimal form. So there is an another way to solve them quickly. Let’s understand with an example. Ex 1. (4064.10) 10   Sol. This Number can also be written as (4*10 3 ) + (0*10 2 ) + (6*10 1 ) + (4*10 0 ) + (1*10 -1 ) + (0*10 -2 ) Note that after decimal digits we will use decreasing power of 10 from left to right. Ex 2.   (1101.01) 2        Sol. This Number can also be written as (1*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (0*2 -1 ) + (0*2 -2 ) Exercise: From Ques...