document.write( "Question 27770: The perimeter of a rectangle is 64cm. The area is 240cm square. What are its dimension? \n" ); document.write( "
Algebra.Com's Answer #15147 by sdmmadam@yahoo.com(530)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 64cm. The area is 240cm square. \n" ); document.write( "What are its dimensions? \n" ); document.write( "Let the dimensions of the rectangle be length= a cms and width = b cms \n" ); document.write( "Formula for area of a rectangle is \n" ); document.write( "Area = lenght X width = (a)X(b) = (ab) sqcms \n" ); document.write( "Formula for Perimeter of a rectangle is \n" ); document.write( "Perimeter = 2(length + width)= 2(a+b)cms \n" ); document.write( "By data 2(a+b)= 64 which means (a+b) = 32 ----(1) (on division by 2) \n" ); document.write( "and (ab) = 240 ----(2) \n" ); document.write( "We have by formula (a-b)^2 = (a+b)^2-4(ab) ----(*) \n" ); document.write( "Therefore using (1) and (2) in (*) \n" ); document.write( "(a-b)^2 = (a+b)^2-4(ab) = (32)^2 - 4X(240) = 1024 - 960 = 64 \n" ); document.write( "(a-b)^2 = 64 \n" ); document.write( "which implies (a-b) = 8 ----(3) (taking the positive root) \n" ); document.write( "Now consider (a+b) = 32 ----(1) \n" ); document.write( "Adding (3) and (1) \n" ); document.write( "[(a-b) + (a+b) ] = (8 + 32) \n" ); document.write( " a-b+a+b = 40 \n" ); document.write( " a+a-b+b = 40 (by additive associativity) \n" ); document.write( " 2a + 0 =40 \n" ); document.write( " 2a = 40 \n" ); document.write( "a = 40/2 = 20 \n" ); document.write( "Putting a= 20 in (1) \n" ); document.write( "a+b = 32 \n" ); document.write( "20 + b = 32 which means b = (32-20) = 12 \n" ); document.write( "Therefore length= 20 cms and width = 12 cms \n" ); document.write( "Verification: Area = length X width = 20X12 = 240 which is correct \n" ); document.write( "And Perimeter = 2(lenght + width) = 2X(20 +12) = 2X32 = 64 which is correct. \n" ); document.write( "Note: In the above, from (a-b)^2 = 64 \n" ); document.write( "we have taken the positive root 8 for (a-b). \n" ); document.write( "What if we consider the negative root (-8) because (-8)^2 also = 64 \n" ); document.write( "Okay, let us consider (a-b) = -8 say ----(4) \n" ); document.write( "Now adding (4) and (1), 2a = 32-8 = 24 which means a = 12 which implies b = 20 \n" ); document.write( "So we get the dimensions the same but only the tags are different. \n" ); document.write( "So in such problems it it enough if we consider the positive root. \n" ); document.write( " \n" ); document.write( " |