(no title)
pranaysy | 1 year ago
In addition to using this trick for getting to multiples of 10, I used it to compute the product of two numbers by leveraging their proximity to a number in between whose square I knew. For eg if I need to multiply 23 by 27, I instead see it as (25-2)(25+2), which is 25²-2² = 621.
(using that same trick from the article to calculate squares of numbers that end in 5)
pranaysy|1 year ago