In a parallelogram, consecutive angles are supplementary. They add to 180.
\n" );
document.write( "Let's call these consecutive angles x and y. Let x be the larger angle. We know two relationships between them:
\n" );
document.write( "x + y = 180 and x-y = 72
\n" );
document.write( "x-y = 72 ---> x = 72 + y: substitute this x value into the first equation.
\n" );
document.write( "72+y + y = 180
\n" );
document.write( "2y = 108
\n" );
document.write( "y = 54
\n" );
document.write( "x = 72 + y = 72 + 54 = 126
\n" );
document.write( "In a parallelogram opposite angles are congruent. So there are two angles that are 54 degrees, y and the angle opposite it, and there are two angles that are 126 degrees, x and the angle opposite it.
\n" );
document.write( "
\n" );
document.write( "