| No. | Name | Definition | Algebra |
|---|---|---|---|
| 1 | Point V | V = (5.2, -6.07) | |
| 2 | Point B | B = (7.8, -4) | |
| 3 | Circle c | Circle with center V through B | c: (x - 5.2)² + (y + 6.07)² = 11.03 |
| 4 | Point A | Point on c | A = (2.5, -4.13) |
| 5 | Point C | Point on c | C = (8.48, -6.56) |
| 6 | Point D | Point on c | D = (4.6, -9.33) |
| 7 | Line a | Line through A, B | a: -0.13x + 5.3y = -22.17 |
| 8 | Line b | Line through B, C | b: 2.56x + 0.68y = 17.2 |
| 9 | Line d | Line through C, D | d: 2.78x - 3.88y = 49.03 |
| 10 | Line e | Line through D, A | e: -5.21x - 2.1y = -4.39 |
| 11 | Point E | intersection point of a, d | E = (12.21, -3.89) |
| 12 | Segment f | Segment[A, D] | f = 5.61 |
| 13 | Segment g | Segment[C, B] | g = 2.65 |
| 14 | Segment h | Segment[A, B] | h = 5.3 |
| 15 | Segment i | Segment[B, E] | i = 4.41 |
| 16 | Segment j | Segment[D, C] | j = 4.78 |
| 17 | Segment k | Segment[C, E] | k = 4.58 |
| 18 | Segment l | Segment[A, E] | l = 9.71 |
| 19 | Segment m | Segment[D, E] | m = 9.35 |
| 20 | Number n | i l | n = 42.84 |
| 21 | Number o | m k | o = 42.84 |