document.write( "Question 1004910: A Picture frame measures 12cm by 8cm and is surrounded by a frame whose area is 52cm squared. Find the width of the frame in cm correct to 3 significant figures. \n" ); document.write( "
Algebra.Com's Answer #621276 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the extra part of the length and width, x. \n" ); document.write( "Thus the framed dimensions are 12+x and 8+x. \n" ); document.write( "Originally the frame's area is 12x8 = 96 cm^2 \n" ); document.write( "With the frame added on, the new total area is 96 + 52 = 148 cm^2. \n" ); document.write( "So we have \n" ); document.write( "(12+x)(8+x)=148 \n" ); document.write( "x^2 + 20x + 96 = 148 \n" ); document.write( "x^2 + 20x - 52 = 0 \n" ); document.write( "This won't factor, so we apply the quadratic formula... \n" ); document.write( "x = (-20 +- sqrt(20^2 + 208)) / 2 \n" ); document.write( "x = (-20 +- sqrt(608)) / 2 \n" ); document.write( "x = -10 +- sqrt(152) \n" ); document.write( "We must use the positive root and get \n" ); document.write( "x = -10 + 12.33 = 2.33 \n" ); document.write( "So the dimensions of the framed picture are approximately 14.33 cm by 10.33 cm. \n" ); document.write( " |