document.write( "Question 271699: Area of a painting. A rectangular painting with a width of x centimeters has an area of x^2 +50x square centimeters. Find a binomial that represents the length. \n" ); document.write( "
Algebra.Com's Answer #198857 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Let y=length \n" ); document.write( "x*y=x^2+50x \n" ); document.write( "x*y=x*(x+50) \n" ); document.write( "y=50+x \n" ); document.write( "Length equals 50+x \n" ); document.write( " |