Tips & Tricks
For Number System
This rule applies to numbers whose units digits add up to ten (2 and 8 in this case) and the tenth digits are same.
If you have a pair of numbers like 22 and 28 and you need to multiply the two of them.
Step 1:
Multiply the unit digits
2 * 8 = 16
Step 2:
Increment the tenth digit by 1.
2 + 1 = 3
Step 3:
Multiply the incremented number with the original tenth digit number
3 * 2 = 6
Step 4:
Concatenate the results got from step 1 and step 3
6 and 16 => 616
Note: Remember to put the products of unit digits of the given numbers in the unit and tenth digit of your result.
Example 2: 36 * 34 = ?
Step 1: Multiply the unit digits
6 * 4 = 24
Step 2: Increment the tenth digit by 1.
3 + 1 = 4
Step 3: Multiply the incremented number with the original tenth digit number
4 * 3 = 12
Step 4: Concatenate the results got from step 1 and step 3
12 and 24 => 1224
Therefore, 36 * 34 = 1224
Example 3: 61 * 69 = ?
Step 1: Multiply the unit digits
1 * 9 = 9. In this case remember to write 9 as 09
Step 2: Increment the tenth digit by 1.
6 + 1 = 7
Step 3: Multiply the incremented number with the original tenth digit number
6 * 7 = 42
Step 4: Concatenate the results got from step 1 and step 3
42 and 09 => 4209 (Since, we have to put the product of the unit digits only in the unit and tenth digit of the result)
Therefore, 61 * 69 = 4209
Example 4: 127 * 123 = ?
Step 1: Multiply the unit digits
7 * 3 = 21
Step 2: Increment the tenth digit by 1.
12 + 1 = 13
Step 3: Multiply the incremented number with the original tenth digit number
12 * 13 = 156
Step 4: Concatenate the results got from step 1 and step 3
156 and 21 => 15621
Therefore, 127 * 123 = 15621
Try out the above technique with the following problems.
Questions:
1. 54 * 56
2. 79 * 71
3. 152 * 158
4. 33 * 37
5. 111 * 119
Correct Answers:
1. 3024
2. 5609
3. 24016
4. 1221
5. 13209

Thanks it was very useful for my calculation. Keep it up guys u r doing very well.
its really helpful.i learnt how to solve tricky questions in just few sec. good job by u guys
Good One Guys . Keep it Up !!!