document.write( "Question 221224: The length of a rectangle is 6 cm more than the width. The area is 11 cm2. Find the length and width. \n" ); document.write( "
Algebra.Com's Answer #165987 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 6 cm more than the width. The area is 11 cm2. Find the length and width. \n" ); document.write( "lets call width w, then length will be w+6 since area is 11 then \n" ); document.write( "w(w+6)=11 \n" ); document.write( "w^2+6w-11=0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "then length is \n" ); document.write( " |