document.write( "Question 874978: Quadrilateral ABCD is a parallelogram
\n" );
document.write( "If AB = 2x+4y
\n" );
document.write( "BC= 3x+3y
\n" );
document.write( "CD= 6y+0.5x
\n" );
document.write( "and AD=21
\n" );
document.write( "what is 'x' and 'y'??
\n" );
document.write( "I know the answer but I dont know the method.
\n" );
document.write( "x=4, y=3 \n" );
document.write( "
Algebra.Com's Answer #527881 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we know BC = AD since they are both diagonals of the parallelogram(ABCD), therefore \n" ); document.write( "3x + 3y = 21 \n" ); document.write( "x + y = 7 \n" ); document.write( "now AB = CD since they are congruent sides of ABCD \n" ); document.write( "2x + 4y = 6y + 0.5x \n" ); document.write( "solve first equation for y \n" ); document.write( "y = 7 - x \n" ); document.write( "substitute for y in the second equation \n" ); document.write( "2x + 4(7-x) = 6(7-x) +0.5x \n" ); document.write( "2x + 28-4x = 42-6x +0.5x \n" ); document.write( "-2x+28 = 42 -5.5x \n" ); document.write( "3.5x = 14 \n" ); document.write( "x = 4 \n" ); document.write( "y = 3 \n" ); document.write( " \n" ); document.write( " |