document.write( "Question 1124288: Find the value of x that makes the rectangles have the same area.
\n" );
document.write( "Rectangle 1
\n" );
document.write( "L=12
\n" );
document.write( "W=x
\n" );
document.write( "A= 12 x X\r
\n" );
document.write( "\n" );
document.write( "Rectangle 2
\n" );
document.write( "L=x-2
\n" );
document.write( "W=16
\n" );
document.write( "A= (x-2) x16 \n" );
document.write( "
Algebra.Com's Answer #740656 by MathTherapy(10557) You can put this solution on YOUR website! \n" ); document.write( "Find the value of x that makes the rectangles have the same area. \n" ); document.write( "Rectangle 1 \n" ); document.write( "L=12 \n" ); document.write( "W=x \n" ); document.write( "A= 12 x X\r \n" ); document.write( "\n" ); document.write( "Rectangle 2 \n" ); document.write( "L=x-2 \n" ); document.write( "W=16 \n" ); document.write( "A= (x-2) x16 \n" ); document.write( " Correct answer:\n" ); document.write( " |