document.write( "Question 677301: The perimeter of a rectangle is 54 ft , and the area of the rectangle is 72 ft^2 . Find the dimensions of the rectangle. I need the length and width \n" ); document.write( "
Algebra.Com's Answer #420817 by partha_ban(41) You can put this solution on YOUR website! 2*(l+w) = 54 \n" ); document.write( "or, l+w = 54/2 = 27 \n" ); document.write( "or, l = 27 - w \n" ); document.write( "Now, lw=72 \n" ); document.write( "By substituting l, (27-w)*w = 72 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "By middle term factor, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Either, w-24=0 => w=24 \n" ); document.write( "OR, w-3=0 => w=3 \n" ); document.write( "If w=24, l = 27-24 = 3 \n" ); document.write( "If w=3, l = 27-3 = 24 \n" ); document.write( "Therefore length = 24 ft and width = 3 ft \n" ); document.write( " |