convex polygon has 14 diagonals

This topic has expert replies
User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

convex polygon has 14 diagonals

by sanju09 » Thu Aug 26, 2010 9:59 pm
If an n-sided convex polygon has 14 diagonals, how many sides does the polygon have?
(A) 7
(B) 8
(C) 9
(D) 10
(E) 11


[spoiler]Source: https://gmat-math.blocked/2010/02/4gmat + me[/spoiler]
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 51
Joined: Mon Jul 13, 2009 4:25 pm
Thanked: 1 times

by ymach3 » Thu Aug 26, 2010 11:49 pm
7

after i did a google for the formula, found out that n(n-3)/2=14-- where n is no: of sides......


-Thx to sanju.

User avatar
Master | Next Rank: 500 Posts
Posts: 307
Joined: Sun Jul 11, 2010 7:52 pm
Thanked: 36 times
Followed by:1 members
GMAT Score:640

by limestone » Fri Aug 27, 2010 12:37 am
For a n-sided convex polygon, the number of diagonals can be draw :
+ from the first vertex is n-3 (cannot draw to 2 adjacent vertexes - the last vertex & the second & itsefl)
+ from the second vertex is n-3 too ( cannot draw to 2 adjacent vertexes - the first and the third & itself)
+ from the third is n-4 ( cannot draw to itself, the second, the first and forth vertex as second and forth vertex are adjacent to this third vertex, cannot draw to the first because there's a diagonal drawn from first vertex to the third that has been already counted as seen above in the case "draw from the first vertex" )
+ from the forth is n-5
.......
+ and so on ultil n-x equal to Zero
Total of Diagonals: (n-3) + (n-3) + (n-4) + (n-5) + .... + 1 = -1 + (n-2)+ (n-3)+ (n-4) + (n-5) + ... +1
Note that it is the sum of a series subtract to 1. And that series is equal to
{(n-2)+1}* (n-2)/2 - 1
= {(n-1)(n-2)/2} - 1
= (n^2 -3*n +2 )/2 - 1 = (n^2-3*n+2 -2)/2 =(n^2-3*n)/2 = n(n-3)/2 this is the general rule
Apply this to a 5 sided convex polygon for example: total diagonals = 5*(5-3)/2 = 5

For this question's case: n(n-3) = 14
then n must be 7.
Hope this could help