Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -389,6 +389,10 @@ def create_demo():
|
|
| 389 |
"./examples/13.png",
|
| 390 |
"As shown in Figure 1, it is a right-angled triangular paper piece, $$ \angle A=30^{ \circ }$$, $$BC=\quantity{4}{cm}$$, it is folded so that point $$C$$ lands on point $$C'$$ on the hypotenuse, with the fold line being $$BD$$, as shown in Figure 2. Then, Figure 2 is folded along $$DE$$, so that point $$A$$ lands on point $$A'$$ on the extension of $$DC'$$, as shown in Figure 3. The length of the fold line $$DE$$ is ___.",
|
| 391 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
]
|
| 393 |
|
| 394 |
gr.Examples(
|
|
|
|
| 389 |
"./examples/13.png",
|
| 390 |
"As shown in Figure 1, it is a right-angled triangular paper piece, $$ \angle A=30^{ \circ }$$, $$BC=\quantity{4}{cm}$$, it is folded so that point $$C$$ lands on point $$C'$$ on the hypotenuse, with the fold line being $$BD$$, as shown in Figure 2. Then, Figure 2 is folded along $$DE$$, so that point $$A$$ lands on point $$A'$$ on the extension of $$DC'$$, as shown in Figure 3. The length of the fold line $$DE$$ is ___.",
|
| 391 |
],
|
| 392 |
+
[
|
| 393 |
+
"./examples/14.png",
|
| 394 |
+
"As shown in the figure, in the 'Pascal's Triangle', the numbers above the diagonal line $$AB$$, indicated by the arrows, form a zigzag sequence: $$1$$, $$2$$, $$3$$, $$3$$, $$6$$, $$4$$, $$10$$, $$\cdots$$, let the sum of the first $$n$$ terms of this sequence be $$S_{n}$$, then $$S_{16}=$$ ___.",
|
| 395 |
+
],
|
| 396 |
]
|
| 397 |
|
| 398 |
gr.Examples(
|