document.write( "Question 524078: the length of a rectangle is 4cm more than its width. if the area of the rectangle is 60cm^2 find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #347537 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the width be x
\n" ); document.write( "length = x+4\r
\n" ); document.write( "\n" ); document.write( "Area = L*W\r
\n" ); document.write( "\n" ); document.write( "x(x+4)=60
\n" ); document.write( "x^2+4x=60
\n" ); document.write( "x^2+4x-60=0
\n" ); document.write( "x^2+10x-6x-60=0
\n" ); document.write( "x(x+10)-6(x+10)=0
\n" ); document.write( "(x+10)(x-6)=0\r
\n" ); document.write( "\n" ); document.write( "choose the positive value since length cannot be negative
\n" ); document.write( "x=6 the width
\n" ); document.write( "Length =10cm
\n" ); document.write( "
\n" );