document.write( "Question 328469: Area of a painting. A rectangular painting with a width of
\n" );
document.write( "x centimeters has an area of x^2+ 50x square centimeters.
\n" );
document.write( "Find a binomial that represents the length. See the accompanying
\n" );
document.write( "figure \n" );
document.write( "
Algebra.Com's Answer #235259 by nyc_function(2741) You can put this solution on YOUR website! The formula for finding the area of a rectangle is A = L*W.\r \n" ); document.write( "\n" ); document.write( "Let A = x^2 + 50x\r \n" ); document.write( "\n" ); document.write( "Let L = length\r \n" ); document.write( "\n" ); document.write( "Let x = width\r \n" ); document.write( "\n" ); document.write( "x^2 + 50x = Lx\r \n" ); document.write( "\n" ); document.write( "(x^2 + 50x)/x = L\r \n" ); document.write( "\n" ); document.write( "x + 50 = L\r \n" ); document.write( "\n" ); document.write( "The binomial expression that represents the length is x + 50.\r \n" ); document.write( "\n" ); document.write( "Did you follow? \n" ); document.write( " |