Is there any technique to permanently remember multiplication/times table of numbers greater than 12 but smaller than 21?
For example, 13x1 = 13 .....through..... 20x10 = 200 ?
Is there any technique to permanently remember multiplication/times table of numbers greater than 12 but smaller than 21?
For example, 13x1 = 13 .....through..... 20x10 = 200 ?
You could also work in terms of $(5a + b)(5c + d) = 25ac + 5(ad + bc) + bd$. None of the variables here gets bigger than 5, and 5 times large numbers is easy to calculate.
$13\cdot1=13,20\cdot10=200$
In general nothing happens when you multiply by 1. Also muliplying by 10 just adds a zero at the end.
For everything else just memorize them the same way from 1 to 10. Also: remember multiplication is commutative.You might also want to try using base 20.
Multiply and add their unit digits respectively, the unit digit of the required result is the same as the unit digit of the above product, the tens digit of the required result is the tens digit of the above product added to the above sum and hundred digit is 1 added to the tens digit of the tens digit. It holds for all numbers between 10 and 19. e.g $14\cdot17$ , $4+7=11$, $4\cdot7=28$, so the required result is 238 proof: let $x$ and $y$ be numbers between 10 and 19, then, $$x\cdot y=(x-10+10)\cdot(y-10+10)\\=x'\cdot y'+10(x'+y')+100\\=1(x'+y')x'y',$$ where $x'=x-10$ which is also the unit digit of x.