艺术
美容与健康
工艺
文化与历史
娱乐
环境
食品与饮料
绿色未来
逆向工程
学校项目
科学
体育
技术
可穿戴设备
Pascal's Triangle — Build a Pyramid of Numbers by Adding
Mark

创建者

Mark

2. 七月 2026FI
10
0
0
0
0

Pascal's Triangle — Build a Pyramid of Numbers by Adding

A hands-on maths project: build a triangle of numbers where each one is the sum of the two above it, then hunt for the patterns hiding inside -- powers of two, the Fibonacci numbers, even a fractal. A Python cell reveals the patterns and a compendium links them to counting and chance.
初学者
30 minutes

说明

1

A pyramid of numbers

Pascal's triangle starts with a 1 at the top, and every number below is the sum of the two just above it. It is simple to build but packed with hidden patterns.
2

Build it on card

On a large sheet, write a 1 at the top. In the next row write 1 and 1. For every row after, put a 1 at each end, and in each gap write the SUM of the two numbers diagonally above it. Fill in eight or nine rows. (You can lay out coins or counters and combine piles instead of writing, if you like.)

此步骤所需材料:

Cardstock Assorted Pack (50 sheets)Cardstock Assorted Pack (50 sheets)1

所需工具:

Graphite Pencil SetGraphite Pencil Set
3

Hunt the patterns

Add up each row: 1, 2, 4, 8, 16 -- the powers of two! Now shade in only the ODD numbers and step back: a triangular fractal pattern appears. Add the numbers along shallow diagonals and you get the Fibonacci sequence. Mark these discoveries on your triangle.

所需工具:

CalculatorCalculator
4

Reveal them with code

Loading Jupyter Notebook...

所需工具:

Desktop ComputerDesktop Computer
5

Compendium: counting and chance

What the pyramid hides. (1) Each row is the answer to 'how many ways can you choose k things from n?' -- the numbers are the 'combinations'. (2) The rows are also the coefficients you get expanding (a+b) to a power, the binomial theorem. (3) Shading the odd numbers draws the Sierpinski fractal -- pure pattern out of pure adding. (4) Because the triangle counts how many ways things can happen, Pascal and Fermat used it in 1654 to work out the odds in games of chance, launching the whole of probability and, from it, modern statistics. Though named for Pascal, it was known centuries earlier in India, Persia and China.

材料

1

所需工具

3

You can swap these in

Can't get one of the materials? Swap it for an equivalent — these work just as well.

CC0 公共领域

此蓝图以 CC0 协议发布。你可以自由复制、修改、分发和使用此作品,无需征得许可。

通过购买蓝图中的产品支持创客,他们将获得 创客佣金 (由供应商设定),或创建此蓝图的新版本并将其作为连接包含在你自己的蓝图中以分享收入。

讨论

(0)

登录 加入讨论

加载评论中...