document.write( "Question 334218: I am wondering if I figured this out right. Could you please help me with this?\r
\n" );
document.write( "\n" );
document.write( "I must create a binomial representing the length in this problem. A rectangle x centimeters wide w/an area of x^2+50x. My answer is L=50x-x^2. Is that correct? If not, could you please walk me through the procedure?
\n" );
document.write( "Thank you, kindly. \n" );
document.write( "
Algebra.Com's Answer #239473 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangle x centimeters wide w/an area of x^2+50x \n" ); document.write( "Area = L * W \n" ); document.write( "W = x \n" ); document.write( "x^2 + 50x = W * L = x*L \n" ); document.write( "L = Area/W = (x^2 + 50x)/x \n" ); document.write( "L = x + 50 \n" ); document.write( " \n" ); document.write( " |