document.write( "Question 274439: Here is my problem.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of the rectangle is 24 and the perimeter of the triangle is 23\r
\n" );
document.write( "\n" );
document.write( "Here are the sides of the rectangle:
\n" );
document.write( "side 1- x
\n" );
document.write( "side 2- 3y
\n" );
document.write( "side 3- x
\n" );
document.write( "side 4- 3y\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "here are the sides of the isosoles triangle:
\n" );
document.write( "side 1- x+1
\n" );
document.write( "side 2- x+y
\n" );
document.write( "side 3- y+6\r
\n" );
document.write( "\n" );
document.write( "Write a system of linear equations to represent this problem.
\n" );
document.write( "How would I do that? \n" );
document.write( "
Algebra.Com's Answer #200283 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Here is my problem. \n" ); document.write( "The perimeter of the rectangle is 24 and the perimeter of the triangle is 23 \n" ); document.write( "Here are the sides of the rectangle: \n" ); document.write( "side 1- x \n" ); document.write( "side 2- 3y \n" ); document.write( "side 3- x \n" ); document.write( "side 4- 3y \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "1-x + 2-3y+3-x + 4-3y = 24 \n" ); document.write( "-2x -6y + 10 = 24 \n" ); document.write( "-2x - 6y = 14 \n" ); document.write( "x + 3y = -7 \n" ); document.write( "-------------------- \r \n" ); document.write( "\n" ); document.write( "here are the sides of the isosoles triangle: \n" ); document.write( "side 1- x+1 \n" ); document.write( "side 2- x+y \n" ); document.write( "side 3- y+6 \n" ); document.write( "Equation: \n" ); document.write( "x+1 + x+y + y+6 = 23 \n" ); document.write( "2x + 2y + 7 = 23 \n" ); document.write( "2x + 2y = 16 \n" ); document.write( "x + y = 8 \n" ); document.write( "---------------------------- \n" ); document.write( "Write a system of linear equations to represent this problem. \n" ); document.write( "x + 3y = -7 \n" ); document.write( "x + y = 8 \n" ); document.write( "---- \n" ); document.write( "Subtract the 2nd equation from the 1st: \n" ); document.write( "2y = -15 \n" ); document.write( "y = -15/2 \n" ); document.write( "------ \n" ); document.write( "Since x + y = 8, substitute and solve for \"x\": \n" ); document.write( "x -15/2 = 16/2 \n" ); document.write( "x = 31/2 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |