问一道应用题:用火柴棍拼成一排由三角形组成的图形,如果图形中含有2,3或4个三角形,分别需要多少根火柴棒?

如果图形中含有n个三角形,需要多少根火柴棒?快!快!快!
2025-06-26 16:07:39
推荐回答(2个)
回答1:

5,7,9
2n+1

回答2:

2n+1(根)