document.write( "Question 737338: The length of a rectangular banner is 3 feet longer than it width. If the area is 88 square feet, find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #450374 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the width =x \n" ); document.write( "then length=x+3 \n" ); document.write( "area=x(x+3)=88 \n" ); document.write( "or x^2+3x-88=0 \n" ); document.write( "or x^2+11x-8x-88=0 \n" ); document.write( "or x(x+11)-8(x+11)=0 \n" ); document.write( "or (x+11)(x-8)=0 \n" ); document.write( "or x=-11 or 8 \n" ); document.write( "so the width=8 & length=8+3=11 \n" ); document.write( " |