document.write( "Question 104616: How would I set up to figure the area of 560 sq ft with a length of 12 greater than the width's dimension. What are the dimensions? \n" ); document.write( "
Algebra.Com's Answer #76138 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=width, so x+12=length ... x(x+12)=560 ... x^2+12x=560\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+12x-560=0 \n" ); document.write( " |