document.write( "Question 286261: a 5 in. by 7 in. photograph is surrounded by a frame of uniform width. The area of the frame equals the area of the photograph. Find the width of the frame \n" ); document.write( "
Algebra.Com's Answer #207634 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! A of picture = 5*7=35 \n" ); document.write( ". \n" ); document.write( "Frame width = x \n" ); document.write( ". \n" ); document.write( "The area of the frame = area of the picture, which means it is 35+35 = 70 \n" ); document.write( ". \n" ); document.write( "(2x+5)(2x+7) = 70 \n" ); document.write( "4x^2 +14x +10x + 35 = 70 \n" ); document.write( "4x^2 +24x + 35 = 70 \n" ); document.write( "4x^2 +24x -35 = 0 \n" ); document.write( ". \n" ); document.write( "Using the quadratic solver... \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "x = 1.2130 (The other root is negative, so it is spurious.) \n" ); document.write( ". \n" ); document.write( "Checking, what is the area of a rectangle defined by the outside of the frame? \n" ); document.write( ". \n" ); document.write( "(5+2(1.2130)) * (7 + 2(1.2130)) = (5+2.426)*(7+2.426) = 7.246*9.246 = 69.997, \n" ); document.write( "which is pretty close to 70. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |