#100dayschallengeinvedicmath||Day1-Multiply any number by 11
#100dayschallengeinvedicmath||Day1-Multiply any number by 11
STEPS:
- Find Functional base of 11
- Append number of zeros in functional base before and after the given multiplicand.
- Pair from right and add
- Balance it
Example
Type1: 45 x 11
- Functional Base:10
- Note :Base Number is something which ends in zero.
- 10 has only one zero so append one zero at the start and end.
- 0450
- Pair it and add from right
- (0+4)(4+5)(5+0)
- Answer is 495
Type1: 48 x 11
- Functional Base:10
- Note :Base Number is something which ends in zero.
- 10 has only one zero so append one zero at the start and end.
- 0480
- Pair it and add from right
- (0+4)(4+8)(8+0)
- 4(12)8
- Balance :528
- 23 x 11
- 49 x 11
- 39 x 11
- 50 x 11
- 67 x 11
Click here for Video Description
Comments
Post a Comment