document.write( "Question 809851: Please help me solve this question . \"find the area of a rectangle with a length of (x+2) feet and a width of (x+10) feet. \" \n" ); document.write( "
Algebra.Com's Answer #487814 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Area of rectangle = L * W\r \n" ); document.write( "\n" ); document.write( "length of (x+2) feet and a width of (x+10) feet. \"\r \n" ); document.write( "\n" ); document.write( "Area = (x+2)*(x+10) sq.feet.\r \n" ); document.write( "\n" ); document.write( "x(x+10)+2(x+10) \n" ); document.write( "x^2+10x+2x+20\r \n" ); document.write( "\n" ); document.write( "x^2+12x+20 ft^2----------- Area \n" ); document.write( " |