← Back to Test

Problem 11 - Entrance Test

What is the sum of the interior angles of a hexagon?

Correct: B

The sum of the interior angles of any polygon can be found using the formula (n-2)*180 degrees, where n is the number of sides. For a hexagon, n = 6. So, the sum of the interior angles is (6-2)*180 = 4*180 = 720 degrees.