Find the area of a seven-pointed star inscribed in a circle of radius r.
Solution Stats
Problem Comments
6 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
9178 Solvers
-
7503 Solvers
-
Program an exclusive OR operation with logical operators
803 Solvers
-
Are all the three given point in the same line?
607 Solvers
-
Convert Two Character String into a Binary Vector
241 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hi Asif,
I'm puzzled. Now 2 people have submitted solutions that agree with the test suite, but the test suite seems wrong to me! Looking at all 3 'yoonir' problems for a radius of 10 units:
Program Points test_suite my_calc
yoonir_02 5 112.27 112.26
yoonir_04 6 173.20 173.21
yoonir_06 7 108.34 210.17
How would it be possible that in going from a 6 pointed star to a 7 pointed star, the area drops from 173.2 to 108.3?
hello William,
in the figure, the available area inside the polygon of a 7-pointed star has actually decreased compared to 6-pointed star .isn't it?
https://i.pinimg.com/474x/27/ce/d6/27ced6447ff40b38ae3d5784b30936a9.jpg
Gosh, that seems to be right! I thought my solution was good for all N, but I can see from that figure that it's not. Thanks for the tip.
Asif,
I have discovered something! While there is just one way to draw a five-pointed star or a six-pointed star, there are actually two ways to draw a seven-pointed star. One of them has an area much larger than the other.
yes i saw that later on utube..didn't know that before