SOLUTION: The number of sides of two polygons differ by 4 and the number of diagonals differ by 30. Find the sides, diagonals and the sum of the interior angles.

Algebra ->  Polygons -> SOLUTION: The number of sides of two polygons differ by 4 and the number of diagonals differ by 30. Find the sides, diagonals and the sum of the interior angles.      Log On


   



Question 1142419: The number of sides of two polygons differ by 4 and the number of diagonals differ by 30. Find the sides, diagonals and the sum of the interior angles.
Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
The number of diagonals for any n-sided convex polygon is  %28n%2A%28n-3%29%29%2F2.


So, if "m" and "n" are the numbers of sides in our polygons, then the problem gives you two equations 


    n - m = 4                     (1)

    %28n%2A%28n-3%29%29%2F2 - %28m%2A%28m-3%29%29%2F2 = 30       (2)


Step 1.  Multiply equation (2) by 2 (both sides).  You will get


    n*(n-3) - m*(m-3) = 60.      (3)


Step 2.  From equation (1) express n = m + 4 and substitute it into equation (3), replacing and excluding m.  You will get


    (m+4)*(m+1) - m*(m-3) = 60.


Simplify it


    m^2 + 4m + m + 4 - m^2 + 3m = 60


    8m                          = 56


     m                          = 56/8 = 7.


ANSWER.  The polygons have 7 and 11 sides.


CHECK.   %28n%2A%28n-3%29%29%2F2 - %28m%2A%28m-3%29%29%2F2 = %2811%2A8%29%2F2 - %287%2A4%29%2F2 = 11*4 - 7*2 = 44 - 14 = 30.    ! Correct !

The rest of the assignment you can easily complete on your own.