document.write( "Question 524132: There is a famous theorem in Euclidean geometry that states that the sum of the interior angles of a triangle is 180 degrees.
\n" );
document.write( " a)Use the theorem about triangles to determine the sum of the angles of a convex quadrilateral. Hint: Draw a convex quadrilateral and draw a diagonal.
\n" );
document.write( " b) Use the result in Part(1) to determine the sum of the angles of a convex pentagon.
\n" );
document.write( " c) Use the result in Part(2) to determine the sum of the angles of a convex hexagon.
\n" );
document.write( " d)Let 'n' be a natural number with 'n'> or = to 3. Make a conjecture about the sum of the angles of a convex polygon with 'n' sides and use mathematical induction to prove your conjecture.\r
\n" );
document.write( "\n" );
document.write( "** I've figured out a, b, and c. I've also created a conjecture for d. Here's what I have: \"Let 'n' be a natural number with 'n'> or = to 3. For any convex polygon with 'n' sides, the sum of the angle of the polygon is 180(n-2)\". I have my basis class which is when n=3 then the sum = 180 degrees, but I don't know how to prove my induction step. I know (k+1) must be substitued in for 'n' at some point but not sure when and what to do. Please help. \n" );
document.write( "
Algebra.Com's Answer #347599 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Make a conjecture about the sum of the angles of a convex polygon with 'n' sides and use mathematical induction to prove your conjecture. \n" ); document.write( "---- \n" ); document.write( "Prove that an n sided quadrilateral \n" ); document.write( "has sum of interior angles = (n-2)180 degrees \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Step #1: \n" ); document.write( "For n = 3, sum of angles = (3-2)180 = 180::::that is true \n" ); document.write( "---- \n" ); document.write( "Step # 2: \n" ); document.write( "Assume true for n = k sides, i.e, \n" ); document.write( "sum of interio angles = (k-2)180 \n" ); document.write( "----- \n" ); document.write( "Step # 3: \n" ); document.write( "Prove true for n = k+1 sides \n" ); document.write( "---- \n" ); document.write( "sum for k+1 = sum for k sides + 180 \n" ); document.write( "sum for k+1 = (k-2)180 + 180 \n" ); document.write( "Factor out the 180 to get: \n" ); document.write( "sum for k+1 = (k-2+1)(180) \n" ); document.write( "Therefore, sum for k+1 sides = [(k+1)-2)]180 \n" ); document.write( "Q.E.D. \n" ); document.write( " |