document.write( "Question 174673This question is from textbook Prentic Hall Mathematics Algebra 2
\n" );
document.write( ": In this problem, they give me the diagram of a rectangle with a diagonal dividing it in two triangles. Each corner is labeled with A, B, C, and D. \r
\n" );
document.write( "\n" );
document.write( "The perimeter of a rectangle is 28 cm. The perimeter of each of the triangles is 24 cm. The diagonal of the rectangle is 2 cm longer than the longer side of the rectangle.
\n" );
document.write( "How do you write a system of three questions in three unknowns?
\n" );
document.write( "How do you simplify the system to a system of two equations in two unknowns?
\n" );
document.write( "And how can I write an augmented matrix for the system?\r
\n" );
document.write( "\n" );
document.write( "This is what I've done so far:
\n" );
document.write( "2a+2b=28
\n" );
document.write( "a+b+x=24
\n" );
document.write( "2+a=?\r
\n" );
document.write( "\n" );
document.write( "Thankyou&Happy New Year!! \n" );
document.write( "
Algebra.Com's Answer #129715 by stanbon(75887) ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 28 cm. The perimeter of each of the triangles is 24 cm. The diagonal of the rectangle is 2 cm longer than the longer side of the rectangle. \n" ); document.write( "Let shorter side be a; let longer side be b: let diagonal be c \n" ); document.write( "Equations: \n" ); document.write( "2a + 2b = 28 \n" ); document.write( "a + b + c = 24 \n" ); document.write( "c = b + 2 \n" ); document.write( "write a system of three questions in three unknowns \n" ); document.write( "--------------- \n" ); document.write( "Rearrange the equations: \n" ); document.write( "2a + 2b + 0 = 28 \n" ); document.write( " a + b + c = 24 \n" ); document.write( "0 + b - c = -2 \n" ); document.write( "----------------------------- \n" ); document.write( "simplify to a system of two equations in two unknowns? \n" ); document.write( "let b = c+2 \n" ); document.write( "Then you get: \n" ); document.write( "2a + 2(c+2) + 0 = 28 \n" ); document.write( "a + c+2 + c = 24 \n" ); document.write( "---- \n" ); document.write( "Rearrange: \n" ); document.write( "2a + 2c = 24 \n" ); document.write( " a + 2c = -2 \n" ); document.write( "---- \n" ); document.write( "write an augmented matrix for the system? \n" ); document.write( " \n" ); document.write( "2...2..|..24 \n" ); document.write( "1...2..|..-2 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |