| No. | Nom | Définition |
|---|---|---|
| 1 | Point B | |
| 2 | Point C | |
| 3 | Segment a | Segment[B, C] |
| 4 | Texte T1 | "x = " + a |
| 5 | Cercle c | Cercle avec centre B et Rayon (15 - a) / 2 |
| 6 | Cercle d | Cercle avec centre C et Rayon (15 - a) / 2 |
| 7 | Point Z | point d'intersection de d, c |
| 7 | Point A | point d'intersection de d, c |
| 8 | Segment b | Segment[B, A] |
| 9 | Segment e | Segment[A, C] |
| 10 | Triangle poly1 | Polygone A, B, C |
| 10 | Segment c1 | Segment[A, B] de Triangle poly1 |
| 10 | Segment a1 | Segment[B, C] de Triangle poly1 |
| 10 | Segment b1 | Segment[C, A] de Triangle poly1 |
| 11 | Texte Textepoly1 | "Aire " + (Nom[A]) + (Nom[B]) + (Nom[C]) + " = " + poly1 |