#100daysblockcodingchallenge||Day4: Scratch for teaching -Vedic Math
Day4:Scratch for teaching -Vedic Math
TOPIC: Multiplication by 11:TYPE:1
Blocks used
- GOTO X AND Y
- GLIDE X AND Y
- WHEN FLAG CLICKED
- BROADCAST MESSAGE
- WHEN I RECEIVE MESSAGE
- WHEN SPACE KEY PRESSED
- TEXT TO SPEECH(EXTENSION)
- SHOW
- HIDE
Coding Mind map:
- Take a backdrop
- Take necessary sprites.
- Workout the problem by hand
- Prepare mentally how the animation should and draw your idea in a paper
- Convert it in to a code
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
Watch the full video here
Comments
Post a Comment