document.write( "Question 49173: This is a factoring question\r
\n" );
document.write( "\n" );
document.write( "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 #32595 by Nate(3500) ![]() You can put this solution on YOUR website! area = lw \n" ); document.write( "area/w = l \n" ); document.write( "(x^2 + 50x)/x = l \n" ); document.write( "x(x + 50)/x = l \n" ); document.write( "x + 50 = l \n" ); document.write( " |