document.write( "Question 610384: a square and a a rectangle both have the same area. what is the numerical value of the rectangles perimeter if the rectangle has a length of 2x-3 and a width of x-2 and the square has sides of x. thanks \n" ); document.write( "
Algebra.Com's Answer #384359 by flame8855(424)![]() ![]() You can put this solution on YOUR website! (2x-3) ( x-2 ) = x^2 \n" ); document.write( "2x^2 -7x +6 =x^2 \n" ); document.write( "x^2-7x+6 = 0 \n" ); document.write( "(x-1)(x-6) = 0 \n" ); document.write( "x= 1 \n" ); document.write( "x = 6 \n" ); document.write( "so x =6 \n" ); document.write( "so 2x-3 =9 \n" ); document.write( "x-2 = 4 \n" ); document.write( "x =6 \n" ); document.write( " \n" ); document.write( " |