document.write( "Question 1377: A rectangular stage has an area of 600 square yards. The length of the stage must be more than 10 yard more than the width. Find the dimension of the stage nedded. \n" ); document.write( "
Algebra.Com's Answer #462 by usyim88hk(158)\"\" \"About 
You can put this solution on YOUR website!
Let x be the width of the stage:
\n" ); document.write( "x*(x+10) = 600
\n" ); document.write( "(the width times the length whcih is equal to 600)
\n" ); document.write( "x^2+10x = 600
\n" ); document.write( "x^2+10x-600 = 0
\n" ); document.write( "Now factor the equation
\n" ); document.write( "(x+30)(x-20) = 0
\n" ); document.write( "x = -30 or 20
\n" ); document.write( "Because length of anything can not be a negative number, so 20 is the width and x+10 whcih is 30 is the length of the stage.
\n" ); document.write( "
\n" );