[Bug 740801] [NEW] error in the solution of a test

2011-03-23 Thread P.M.
Public bug reported: Binary package hint: gbrainy in gbrainy : error in the number of areas found when all the points on the circle are linked : for 2 points -> 2areas (=ok), for 3 points->4areas (=ok), for 4 points->8areas, for 6 points there a 32 areas and no 30 as indicated ProblemType: Bug D

[Bug 740801] Re: error in the solution of a test

2011-03-23 Thread P.M.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740801 Title: error in the solution of a test -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu

Re: [Bug 740801] Re: error in the solution of a test

2011-03-25 Thread P.M.
Hello, i've just seen i was wrong, i've made the count and there are really 30 zones and not 32. I thounght the suite was : 2 points -> 2^(2-1)=2 3 points -> 2^(3-1)=4 4 points -> 2^(4-1)=8 5 points -> 2^(5-1)=16 6 points -> 2^(3-1)=32 but it doesn't match for 6 points; it's really 30. Sorry >