document.write( "Question 750920: The area of a patio is 90 square feet. The length of the patio is 1 foot longer than the width. What is the length of the patio? \n" ); document.write( "
Algebra.Com's Answer #456882 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x(x+1) = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+x = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+x-90 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+10)(x-9) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+10=0 or x-9=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=-10 or x = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ignore the negative solution. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The only solution that makes sense is x = 9, so x+1 = 10 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The length is 10 ft. \n" ); document.write( " |