document.write( "Question 635925: The area (in square inches) of a rectangle is given by the polynomial function A(p)= p^2 +11p+ 18. If the lenght of the rectangle is (p+2) inches. What is the width? \n" ); document.write( "
Algebra.Com's Answer #400651 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The area (in square inches) of a rectangle is given by the polynomial function A(p)= p^2 +11p+ 18. If the lenght of the rectangle is (p+2) inches. What is the width \n" ); document.write( "** \n" ); document.write( "Area=length*width \n" ); document.write( "Area/length=width \n" ); document.write( "(p^2 +11p+ 18)/(p+2) \n" ); document.write( "=(p+9)(p+2)/(p+2) \n" ); document.write( "width=(p+9) \n" ); document.write( " |