奇特的算法
- 时间:2020-04-12 12:50:14
- 分类:数学世界
- 阅读:179 次
奇特的算法:我们常常会遇到被减数与减数的个位、十位上的数字正好互换的题目,如:91-19,82-18,73-37等。
计算这一类题目有一种特殊的简便方法,只要用被减数十位上的数字与个位上数字的差乘9,就可以得到结果。
比如:73-37,可以这样算:7-3=4 → 4×9=36 → 73-37=36。神奇吧!你也来试试吧!
找几道这样的题目,用上面的方法算一算,看看是否真的与正确的得数相同。
推荐阅读:Reclaiming the Disk Space by Deleting the Logs of the Docker Con How to Re-mount a RAID-1 Array into a RAID-0 on Linux VPS? Algorithm to Check if a Binary Tree can be Constructed via Hash Big O Simply Explained How to Rotate a Matrix (Clockwise and Anti-clockwise) in place? The Odds Are Ever in Your Favor: The Numbers Game of Earning Cli Beyond Infographics: Alternative Visual Content Strategies That 7 Keys to Business Success for Young Digital Marketers 4 Ways to Deepen Engagement with Your Blog Audience Attract Tech Talent To Your Small Business With This Expert Advi
- 评论列表
-
- 添加评论