Questions: The equation D=1/2 n(n-3) gives the number of diagonals D for a polygon with n sides. Use this equation to find the number of sides n for a polygon that has 77 diagonals.
The polygon has sides.
Transcript text: The equation $D=\frac{1}{2} n(n-3)$ gives the number of diagonals $D$ for a polygon with $n$ sides. Use this equation to find the number of sides $n$ for a polygon that has 77 diagonals.
$\qquad$
The polygon has $\square$ sides.
Solution
Solution Steps
Step 1: Set Up the Equation
The equation for the number of diagonals \( D \) in a polygon with \( n \) sides is given by:
\[
D = \frac{1}{2} n(n - 3)
\]
We are given that \( D = 77 \). Substitute this value into the equation:
\[
77 = \frac{1}{2} n(n - 3)
\]
Step 2: Simplify and Rearrange the Equation
Multiply both sides by 2 to eliminate the fraction:
\[
154 = n(n - 3)
\]
Expand the right side:
\[
154 = n^2 - 3n
\]
Rearrange the equation to form a standard quadratic equation:
\[
n^2 - 3n - 154 = 0
\]
Step 3: Solve the Quadratic Equation
To solve the quadratic equation \( n^2 - 3n - 154 = 0 \), we can use the quadratic formula:
\[
n = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]
where \( a = 1 \), \( b = -3 \), and \( c = -154 \).