document.write( "Question 863455: you are painting a wall with the length 5 X2 feet and a width 12x feet. There is a rectangular door that measures x feet by 2x feet that will not be painted. What is the area of the wall that is to be painted \n" ); document.write( "
Algebra.Com's Answer #520425 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! you are painting a wall with the length 5 X2 feet and a width 12x feet. There is a rectangular door that measures x feet by 2x feet that will not be painted. What is the area of the wall that is to be painted \n" ); document.write( "========== \n" ); document.write( "5X2 = 10 \n" ); document.write( "Area = 10*12x = 120x \n" ); document.write( "---- \n" ); document.write( "Area of door = x*2x = 2x^2 \n" ); document.write( "--> 120x - 2x^2 \n" ); document.write( " \n" ); document.write( " |