document.write( "Question 1015178: The area of a rectangle of length x is given by 15x-x2. Find the width of the rectangle in terms of x.
\n" );
document.write( "Thank you for your help in solving this problem.
\n" );
document.write( "Daniel H. Jack \n" );
document.write( "
Algebra.Com's Answer #631526 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of a rectangle of length x is given by 15x-x2. Find the width of the rectangle in terms of x. \n" ); document.write( "---------- \n" ); document.write( "Area = L*W \n" ); document.write( "(15x-x^2) = x*W \n" ); document.write( "W = (15x-x^2)/x \n" ); document.write( "W = 15 - x \n" ); document.write( " |