document.write( "Question 34781This question is from textbook Elementary and Intermediate Algebra
\n" );
document.write( ": This one is a parralelogram: The 2 smaller angles of a parrallelogram have equal measures, and the two larger angles each measure 27 degrees less than twice each smaller angle. Find the measure of each angle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21152 by hydromojo(20)![]() ![]() ![]() You can put this solution on YOUR website! The sum of interior angles of any polygon = 180*(# of sides - 2)\r \n" ); document.write( "\n" ); document.write( "In this case, the sume = 180*(4-2) = 360\r \n" ); document.write( "\n" ); document.write( "let two smaller angles = x degree each, \n" ); document.write( "then , the two bigger anlges will be 2x-27 degrees\r \n" ); document.write( "\n" ); document.write( "adding them all, we get\r \n" ); document.write( "\n" ); document.write( "2(x) + 2(2x-27) = 360, \n" ); document.write( "solve for x, you get\r \n" ); document.write( "\n" ); document.write( "smaller angle = x = 51 degrees \n" ); document.write( " |