document.write( "Question 326997: The width of a rectangle is 9 inches less than its lenght. If the area of the rectangle is 322 square inches what is its width? \n" ); document.write( "
Algebra.Com's Answer #234152 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let length be x inches \n" ); document.write( "width will be x-9 inches \n" ); document.write( "area = 322 sq. in \n" ); document.write( "Area = L*W \n" ); document.write( "x(x-9)=322 \n" ); document.write( " \n" ); document.write( "add-322 to both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x-23)(x+!4)=0 \n" ); document.write( "x=23 OR -14 \n" ); document.write( "ignore the negative value \n" ); document.write( "length = 14 inches \n" ); document.write( "width = 14-9=5 inches \n" ); document.write( " |