Problem 1969. Self-Description

This is a simplified version of the xkcd comic by the same name.

Simply return the angle (in degrees) of the 'black' sector of the pie chart that would make the graph description accurate.

Details:

Assume that the pie chart circle covers 36% of the total image area, and that the text, textbox lines, image frame, and outer circumference of the pie (anything painted in black except the pie chart 'black' sector) add up to 6.4% of the total image area.

Return the angle in degrees rounded to 4 decimals.

("detail oriented" players may also assume that the portion of the textbox line which is white (overlapping the pie chart 'black' sector) has already been discounted twice from the 6.4% value above)

Solution Stats

35.14% Correct | 64.86% Incorrect
Last Solution submitted on Nov 10, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers28

Suggested Problems

More from this Author38

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!