document.write( "Question 678516: ABCD is a parallelogram
\n" );
document.write( "AB = 2x + 6
\n" );
document.write( "BC = 8
\n" );
document.write( "CD = x + 8
\n" );
document.write( "Find the perimeter of ABCD \n" );
document.write( "
Algebra.Com's Answer #713118 by amalm06(224)![]() ![]() You can put this solution on YOUR website! Since opposite sides of a parallelogram are congruent, 2x+6=x+8\r \n" ); document.write( "\n" ); document.write( "So that x=2\r \n" ); document.write( "\n" ); document.write( "AB=DC=10\r \n" ); document.write( "\n" ); document.write( "Perimeter=(2)(10)+(2)(8)=20+16=36 \n" ); document.write( " |