SELECT * FROM question_mgmt as q WHERE id=1015 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=6 AND chapterId=80 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th mathematics Sequence and Series the difference between any two consecutive interio

Question:

The difference between any two consecutive interior angles of a polygon is 5°. If the smallest angle is 120°, find the number of the sides of the polygon.

Answer:

The angles of the polygon will form an A.P. with common difference d as 5° and first term a as 120°.

It is known that the sum of all angles of a polygon with n sides is 180° (n – 2).

So

  S subscript n equals 180 to the power of 0 open parentheses n minus 2 close parentheses
rightwards double arrow n over 2 open square brackets 2 a plus open parentheses n minus 1 close parentheses d close square brackets equals 180 to the power of 0 open parentheses n minus 2 close parentheses
rightwards double arrow n over 2 open square brackets 240 to the power of 0 plus open parentheses n minus 1 close parentheses 5 to the power of 0 close square brackets equals 180 open parentheses n minus 2 close parentheses
rightwards double arrow n open square brackets 240 plus open parentheses n minus 1 close parentheses 5 close square brackets equals 360 open parentheses n minus 2 close parentheses
rightwards double arrow 240 n space plus space 5 n squared space minus 5 n space equals space 360 n space minus 720
rightwards double arrow 5 n squared plus 235 n minus 360 n space plus 720 equals 0
rightwards double arrow 5 n squared space minus 125 n space plus 720 equals 0
rightwards double arrow n squared minus 25 n space plus space 144 space equals space 0
rightwards double arrow n squared minus 16 n minus 9 n plus 144 equals 0
rightwards double arrow n open parentheses n minus 16 close parentheses minus 9 open parentheses n minus 16 close parentheses equals 0
rightwards double arrow open parentheses n minus 9 close parentheses open parentheses n minus 16 close parentheses equals 0
rightwards double arrow n equals 9 space o r space 16


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1015 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1015 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question