document.write( "Question 1064395: How would you solve The design shows a rectangular home with a width that is 11 feet shorter than its length and an area of 900 square feet? \n" ); document.write( "
Algebra.Com's Answer #679446 by Alan3354(69443) You can put this solution on YOUR website! How would you solve The design shows a rectangular home with a width that is 11 feet shorter than its length and an area of 900 square feet? \n" ); document.write( "-------- \n" ); document.write( "W = L - 11 \n" ); document.write( "W*L = 900 \n" ); document.write( "----- \n" ); document.write( "Sub for W \n" ); document.write( "L*(L-11) = 900 \n" ); document.write( "L^2 - 11L - 900 = 0 \n" ); document.write( "(L - 36)*(L + 25) = 0 \n" ); document.write( "L = 36 \n" ); document.write( "W = 25 \n" ); document.write( " |