document.write( "Question 258933: If the length of a rectangular rug is 8 feet. The area is 24 feet squared. What is the perimeter? \n" ); document.write( "
Algebra.Com's Answer #190641 by mathbath(13)![]() ![]() ![]() You can put this solution on YOUR website! The formula to calculate the area of a rectangle is..\r \n" ); document.write( "\n" ); document.write( "A = L * B\r \n" ); document.write( "\n" ); document.write( "where A = Area of the rectangle \n" ); document.write( " L = Length of the rectangle \n" ); document.write( " B = Breadth of the rectangle\r \n" ); document.write( "\n" ); document.write( "Now from the problem we have the following values..\r \n" ); document.write( "\n" ); document.write( "A = 24 \n" ); document.write( "L = 8\r \n" ); document.write( "\n" ); document.write( "Substituting these values in the above formula..\r \n" ); document.write( "\n" ); document.write( "24 = 8 * B \n" ); document.write( "24/8 = B \n" ); document.write( "B = 3\r \n" ); document.write( "\n" ); document.write( "So the the breadth of the rectangular rug is 3 feet.\r \n" ); document.write( "\n" ); document.write( "The formula to calculate the perimeter of a rectangle is,\r \n" ); document.write( "\n" ); document.write( "P = 2(L + B) \n" ); document.write( "where P = Perimeter of the rectangle\r \n" ); document.write( "\n" ); document.write( "Substituting the values for L and B..\r \n" ); document.write( "\n" ); document.write( "P = 2(8 + 3) \n" ); document.write( "P = 2(11) \n" ); document.write( "P = 22\r \n" ); document.write( "\n" ); document.write( "So the perimeter of the rectangular rug is 22 feet \n" ); document.write( " |