document.write( "Question 363434: Area of Painting
\n" );
document.write( "A rectangular painting with a width of x centimeters has an area of x^2+50x centimeters. Find a binomial that represents the length. \n" );
document.write( "
Algebra.Com's Answer #259140 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Area = L*W \n" ); document.write( ".. \n" ); document.write( "width = x \n" ); document.write( "area = x^2+50x \n" ); document.write( ".. \n" ); document.write( "x^2+50x = x* length \n" ); document.write( "length = (x^2+50x)/x \n" ); document.write( "Length = x^2/x + 50x/x \n" ); document.write( "Length = x+50 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |