Q1.
So, can a rectangle be named using any combination of the labels around its corners? For example, it cannot be named ABDC or ACBD. Can you see what names are allowed and what names are not?
Answer
No, any combination is not allowed. A name is valid only if the letters follow the corners in the order in which you travel around the boundary, starting from any corner and going either clockwise or anticlockwise.
For the rectangle of Fig. 8.4 (A top-left, B top-right, C bottom-right, D bottom-left):
| Allowed names (8 in all) | Not allowed |
|---|---|
| ABCD, BCDA, CDAB, DABC | ABDC |
| ADCB, DCBA, CBAD, BADC | ACBD, ACDB, BDAC … |
Why: the name has to tell you which corners are joined. In ABCD the sides are AB, BC, CD and DA — all four are real sides. In ABDC the letters ask you to join B to D, which is a diagonal, not a side. So the name describes a different figure altogether.
Quick test: read the letters in a circle. If every neighbouring pair (including the last with the first) is a side of the figure, the name is valid.