document.write( "Question 530544: One of two consecutive angles of a parallelogram measures six more than twice as much as the other. Find the measures of the angles. \n" ); document.write( "
Algebra.Com's Answer #350145 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The consecutive angles of a parallelogram are supplementary. \n" ); document.write( "Call these angles x and y. \n" ); document.write( "x + y = 180 \n" ); document.write( "x = 2y+6 \n" ); document.write( "substitute \n" ); document.write( "2y+6 +y = 180 \n" ); document.write( "3y = 174 \n" ); document.write( "y = 58 \n" ); document.write( "x = 2*58 + 6 = 122 \n" ); document.write( "Done. \n" ); document.write( " |