Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Subdividing a circle into 2 halves with equal number of letters A, B and C in each half Question
Draw a straight line through the center of the circle below to subdivide it into two halves so that each half will have the same number of occurrences of the letter A. Also each half will have the same number of B's and the same number of C's.
1 answer
The following users marked this post as Works for me:
| User | Comment | Date |
|---|---|---|
| will.octagon.gibson | (no comment) | Apr 10, 2026 at 15:51 |
Answer
Solution method
First count how many As, Bs, and Cs there are, which is 6 each. That means we are looking for a break that leaves 3 on each side.There are a total of 18 letters, so 9 different dividing lines that leave whole letters on both sides. That's a small enough solution space to simply search exhaustively.
Surprisingly, that worked. I was expecting it not to work and a "clever" interpretation of the problem statement would be required such that the line would include parts of two letters on either side.

0 comment threads