document.write( "Question 988637: A rectangle and a square have the same area. The width of the rectangle is 48 cm less than the side of the square and the length of the rectangle is 128 cm more than twice the width of the square. What are the dimensions of the rectangle?\r
\n" ); document.write( "\n" ); document.write( "I am having trouble translating the application into a formula.
\n" ); document.write( "

Algebra.Com's Answer #609187 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A rectangle and a square have the same area. The width of the rectangle is 48 cm less than the side of the square and the length of the rectangle is 128 cm more than twice the width of the square. What are the dimensions of the rectangle? \r
\n" ); document.write( "\n" ); document.write( "let x=side(width) of square
\n" ); document.write( "x-48=width of rectangle
\n" ); document.write( "2x+128=length of rectangle
\n" ); document.write( "(x-48)(2x+128)=x^2
\n" ); document.write( "2x^2+32x-6144=x^2
\n" ); document.write( "x^2+32x-6144=0
\n" ); document.write( "(x-64)(x+96)=0
\n" ); document.write( "x=64
\n" ); document.write( "side(width) of square=64
\n" ); document.write( "x-48=width of rectangle=16 cm
\n" ); document.write( "2x+128=length of rectangle=256 cm
\n" ); document.write( "
\n" );