Ok, after putting away your calculators, let's start the activity!
Without using a calculator (obviously), solve the following in 3 seconds:
54 x 11
1 .......... 2 ............ 3 ................
Done? Did you get 594? How long did you take?
For those who know the trick behind this, then bye! But for those who are interested after this snippet, read on!
Ok, as mentioned, we are not going to use calculators. Today, I'm going to introduce to you a fabulous software, created on 1996. Introducing The Brain v13.0!!!
This powerful software allows you to calculate such stuff in a few seconds, only that you will have to know the code, just like C++. Programming. Yeah.
Ok, so let me tell you how I solve it first before I introduce the code.
You see, the answer is:
1 .......... 2 ............ 3 ................
Done? Did you get 594? How long did you take?
For those who know the trick behind this, then bye! But for those who are interested after this snippet, read on!
Ok, as mentioned, we are not going to use calculators. Today, I'm going to introduce to you a fabulous software, created on 1996. Introducing The Brain v13.0!!!
This powerful software allows you to calculate such stuff in a few seconds, only that you will have to know the code, just like C++. Programming. Yeah.
Ok, so let me tell you how I solve it first before I introduce the code.
You see, the answer is:
5 5+4 4
which is
595
So the trick is to add the side two numbers together to form the middle number. And then slot in the remaining two numbers to the side!
You get me?
Ok, let's try another one.
You get me?
Ok, let's try another one.
42 x 11
1 ......... 2 ............ 3 .............
Did you get 462? Then you are right!!! Yay!
Here is a more challenging one.
Did you get 462? Then you are right!!! Yay!
Here is a more challenging one.
48 x 11
Hehe....
This time round it is:
This time round it is:
4 4+8 8
4+1 2 8
528
So you carry the 1 over and add it in.
So what if it is....
4+1 2 8
528
So you carry the 1 over and add it in.
So what if it is....
95 x 11
See how I do it!
See how I do it!
9 9+5 5
9 14 5
9+1 4 5
10 4 5
1045
So you add in the 1 to the 9 and slot it in!
So the code is:
1st no. + side no. addition + side no. addition + ....... + side no. addition + Last no.
What do I mean? I mean, slot the first number to the front, then for every gap you see between two digits, add the digits by the side (of the gap) together. Then finally, slot in the last number.
For example:
9 14 5
9+1 4 5
10 4 5
1045
So you add in the 1 to the 9 and slot it in!
So the code is:
1st no. + side no. addition + side no. addition + ....... + side no. addition + Last no.
What do I mean? I mean, slot the first number to the front, then for every gap you see between two digits, add the digits by the side (of the gap) together. Then finally, slot in the last number.
For example:
554 x 11
5 (5+5) (5+4) 6
5 (10) (9) 6
(5+1) (0) (9) 6
6096
5 (5+5) (5+4) 6
5 (10) (9) 6
(5+1) (0) (9) 6
6096
Get it?
With more practice, your The Brain v13.0 will be able to do it soon in 3 seconds!
And just in case you are wondering, The Brain v13.0 has automatically being installed to your computer the moment you see this post.
Do venture with it and come up with new tricks from it!
Enjoy! Remember, love it, kiss it, marry it!!! :D
With more practice, your The Brain v13.0 will be able to do it soon in 3 seconds!
And just in case you are wondering, The Brain v13.0 has automatically being installed to your computer the moment you see this post.
Do venture with it and come up with new tricks from it!
Enjoy! Remember, love it, kiss it, marry it!!! :D