document.write( "Question 213949: The number of diagonals d in a polygon with n sides is given by the formula d=n^2-3n/2. If the polygon has 90 diagonals, how many sides does it have? \n" ); document.write( "
Algebra.Com's Answer #161669 by HyperBrain(694)\"\" \"About 
You can put this solution on YOUR website!
Using the formula you've given,
\n" ); document.write( "n^2-3n/2=90
\n" ); document.write( "So,
\n" ); document.write( "n^2-3n=n(n-3)=180=15(12); note that 12=15-3
\n" ); document.write( "---
\n" ); document.write( "So, the polygon has 15 sides.
\n" ); document.write( "
\n" );