document.write( "Question 624930: If a rectangle has a perimeter of 46 inches and a width of 8 inches, what is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #393185 by prateekagrawal(56)![]() ![]() ![]() You can put this solution on YOUR website! Width = 8 \n" ); document.write( "Perimeter = 2(length + width)\r \n" ); document.write( "\n" ); document.write( "46 = 2(length + 8) \n" ); document.write( "23 = length + 8 \n" ); document.write( "length = 15.\r \n" ); document.write( "\n" ); document.write( "Hence area = 15*8 = 120 inches square. \n" ); document.write( " |