#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
Work out More sums:
  1. 23 x 11
  2. 49 x 11
  3. 39 x 11
  4. 50 x 11
  5. 67 x 11
Click here for Video Description





Comments

Popular posts from this blog

#100daysblockcodingchallenge||Day1:Drawing Polygons using Block based Code

#100dayschallengeinvedicmath||Day3-Multiply any number by 111

#100daysblockcodingchallenge||Day4: Scratch for teaching -Vedic Math