If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Mr Dotty's bathroom is an interesting affair. It's rectangular, 10 feet by 8 feet, with a bath 2 feet by 8 feet along one side, leaving a square 8 feet x 8 feet exposed floor. Actually, that's not entirely true - in the corner is a toilet 1 foot x 1 foot area, so there are 63 square feet of exposed floor. The door is painted red, the ceiling is white and the walls are blue.
One day, Mr Dotty decides to cover the floor in some green baize. He finds a snooker table, and cuts out some green baize rectangles from its cloth - 21 of them in fact. Each of them is 3 feet by 1 foot.
He then decides to lay the baize rectangles on his bathroom floor to cover it with no gaps. Sounds easy, but after trying for a couple of minutes, for some reason he hasn't managed to do it yet. He seems to be having some trouble with finding the right position.
abextra, excellent answer! I knew you would get there!
It took me a few moments to rearrange your slightly complicated expressions but they are bang on, for n dots - and they work for all n, not just n odd. Congratulations!!
I am sure you must have solved it with reasoning to come up with these formulae. Here is an answer to count the number of regions when there are n dots around the circle. This also shows why the pattern begins 1, 2, 4, 8, 16 and the "powers of 2" breaks down as it continues 31, 57, 99, 163, 256 (which interestingly is a power of 2), 386,…
First, define C(k,r) ("k choose r") to be the number of ways of choosing r objects from k objects (r<=k), where the order is irrelevant.
So C(k,r) = k!/r!(k-r)!
and, for instance C(k, 2) = k(k-1)/2 ...............[1]
Let C(k,r) = 0 if r>k : there are no ways of choosing r objects from k in this case.
A) Let's count the number of vertices v:
(i) There are n dots around the edge of the circle.
(ii) Within the circle, there is a vertex wherever two of the chords (joining the dots) meet. This happens whenever we choose 4 dots and draw two intersecting chords. So there are C(n, 4) vertices within the circle.
So, v = C(n, 4) + n ...........................[2]
B) Now let's count the number of vertices again, but this time counting each one EVERY time it appears on an edge - so we count each one more than once:
(i) The C(n,4) vertices within the circle each touch 4 edges, so this gives: 4C(n,4)
(ii) The n dots around the edge each connect to (n-1) lines joining the other dots, plus 2 curved edges around the circumference of the circle, i.e. each of the n dots connects to (n-1)+2 = n+1 edges. So this gives n(n+1).
Thus the number of vertices , counting each one EVERY time it appears on an edge, is
4C(n,4) + n(n+1) .............[3]
Now, each edge touches 2 vertices, one on each end, so this expression must equal 2e.
i.e. 2e = 4C(n,4) + n(n+1) ............ (using [3])
So e = 2C(n,4) + n(n+1)/2 ...................... [4]
C) Now, from Euler's formula, the number of regions f is
f = 1 + e - v
= 1 + 2C(n,4) + n(n+1)/2 - C(n, 4) - n ...............(using [2] and [4])
= 1 + n(n-1)/2 + C(n, 4)
= 1 + C(n,2) + C(n, 4) ................(using [1]) ............[5]
These expressions can be expanded to the same formulae that you gave, abextra.
We can also note something interesting with C(k,r).
C(k,r)
= the number of ways of choosing r objects from k objects
= [the number of ways of choosing r objects from k objects where object k is chosen] + [the number of ways of choosing r objects from k objects where object k is not chosen]
= [the number of ways of choosing object k and then r-1 objects from the remaining k-1 objects] + [the number of ways of not choosing object k and then choosing r objects from the remaining k-1 objects]
I've found these formulas for v, e and f, but I'm not able to type them! The formulas are easier in case the number of dots n is odd and bigger than 1. So you have to be contented with them
v = [( n^4 - 6 n^3 + 11 n^2 - 6 n ) / 24 ] + n
e = [( n^4 - 6 n^3 + 17 n^2 - 24 n + 12 ) /12 ] + 2 n - 1
f = [( n^4 - 6 n^3 + 23 n^2 - 42 n + 24 ) / 24 ] + n
Yes, there is certainly a formula. The sequence in fact begins 1, 2, 4, 8, 6, 31, 57,...
Here is a clue - use Euler's formula:
Let:
f = the number of regions ("faces")
v = the number of "vertices", i.e. the dots and the points of intersection where lines meet within the circle
e = the number of "edges", i.e. lines (not necessarily straight) joining 2 vertices, including the curved lines of the circle
Then Euler's formula says v-e+f=1 (usually written v-e+f=2 but we are ignoring here the region OUTSIDE the circle)
As examples:
- when there are 3 dots, v=3, e=6 (3 straight lines + 3 curved lines of the circle), f=4
- when there are 4 dots, v=5 (four dots and one point of intersection inside the circle), e=12 (8 straight lines + 4 curved lines of the circle), f=8
So you need to see if you can come up with a general formula for v and a formula for e. Then you will have a formula for f...!
Leave a comment: