document.write( "Question 1031094: In a room each wall is x feet. If you extend the room by 15 ft each way, the new area of the room is 900 ft. What was the original lengths of the walls? \n" ); document.write( "
Algebra.Com's Answer #645803 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! (x + 15)^2 = 900 \n" ); document.write( ": \n" ); document.write( "x^2 +30x + 225 = 900 \n" ); document.write( ": \n" ); document.write( "x^2 +30x - 675 = 0 \n" ); document.write( ": \n" ); document.write( "(x-15)*(x+45) = 0 \n" ); document.write( ": \n" ); document.write( "x is 15 or -45 \n" ); document.write( ": \n" ); document.write( "we reject the negative value \n" ); document.write( ": \n" ); document.write( "**************************************** \n" ); document.write( "original length of the walls was 15 feet \n" ); document.write( "**************************************** \n" ); document.write( " \n" ); document.write( " |