数学题:在AB两点之间等距离安装路灯
- 时间:2020-06-05 20:41:20
- 分类:数学世界
- 阅读:175 次
数学题:在AB两点之间等距离安装路灯,AC点长560米,在C处及AC中心点必须安装一盏路灯,CB点长630米,在CB点中心处必须安装一盏路灯,问至少安装多少路灯?(求算式)

数学题解答:由于“在C处及AC中心点必须安装一盏路灯”,所以路灯的间距必须是280米的因数,因为:
560÷2=280(米)
又由于“在CB点中心处必须安装一盏路灯”,所以路灯的间距还必须是315米的因数。因为:
630÷2=315(米)
求出280和315的最大公因数是:
280=2×2×2×5×7
315=5×7×9
最大公因数是:5×7=35
最少要装的路灯数是:(630+560)÷ 35 + 1 =34+1 = 35(盏)
这个答案是考虑AB两点首尾都装的情况。
推荐阅读:How to Merge k Sorted Lists using Recursive Divide and Conquer A The String ZigZag Conversion Algorithms How Experts Make Your Website Successful? Replace Elements with Greatest Element on Right Side using C++ s Compute the Deepest Leaves Sum of a Binary Tree using BFS or DFS Microbit Programming: Snake Game with Growing Body and Greedy St How to Make a Simple Snake Game in Javascript? Integration Tests Using PHPUnit to Ensure Your Website is Workin Find Out the Longest Arithmetic Sequence in Array Using Dynamic Find Numbers with Even Number of Digits using the Reduce Functio
- 评论列表
-
- 添加评论