Files
python/数学竞赛/3、4年级奥数题[答案].txt
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

48 lines
893 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、
0,10,20,30,40,50,60,70,80,90-->10个
100--->2
10+2=12个
2、三个吃3个馒头就是一个人吃1个用了3分钟就是说一个人吃一个馒头需要3分钟。
所以9个人吃9个馒头也就是1个人吃1个还是3分钟。
3、锯4次就是5米一根。一次3分钟总时间就3*4=12分钟。
4、一楼到三楼走了两层用了10秒就是一层5秒。一楼到六楼是5层共需要5*5=25秒。
5、小张跑到四楼跑了三层小王跑到三楼跑了两层。
小张要跑到16楼就是跑了15层是5倍所以小王也应该是5倍就是跑了2*5=10层也就是11楼。
6、
假设填入10
10 -->问题转为 2-9能生成2个21吗
2+3+7+9=21
4+5+6+8=23 明显不行。
假设填入9
9--->问题转化为2-10不要9能生成2个22吗
4+5+6+7=22
2+10+3+8=23
假设填入8
8--->问题转化为2-10(不要8)能生成2个23吗
3+4+6+10=23
2+5+7+9=23 解决!
7、
16=9+6+1 X
16=9+5+2
16=9+4+3
16=8+6+2
16=8+5+3
16=8+4+4 X
16=7+7+2 X
16=7+6+3
16=7+5+4
2 5 9
8 4
6 7 3