lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
681 stars 176 forks source link

[Gen Idea]: Sum of interior angles of n sided polygon #400

Closed lukew3 closed 1 year ago

lukew3 commented 1 year ago

Example Problem

What is the sum of interior angles of a polygon with 4 sides:

Example Solution

360

Optional, Provide Further Explanation

Let n be a randomly generated number of sides.

Solution is (n-2)*180

Assign Yourself?

lukew3 commented 1 year ago

Already exists: sum_of_polygon_angles