document.write( "Question 993260: a rectangle is 4 feet longer than its width. if the area of the rectangle is 369 sq feet what is its width in feet? \n" ); document.write( "
Algebra.Com's Answer #612583 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a rectangle is 4 feet longer than its width. if the area of the rectangle is 369 sq feet what is its width in feet? \n" ); document.write( "let x=width of rectangle \n" ); document.write( "x+4=length of rectangle \n" ); document.write( "length*width=area \n" ); document.write( "x(x+4)=369 \n" ); document.write( "x^2+4x-369=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( " \n" ); document.write( "a=1, b=4, c=-369 \n" ); document.write( "ans: x=17.31 \n" ); document.write( "width=17.31 ft \n" ); document.write( "length=21.31 ft \n" ); document.write( " |