document.write( "Question 611936: a painting measuring 12 inches by 18 inches is surrounded by a frame of uniform width. if the combined area of the painting and the frame is 432 square inches, determine the width of the frame
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #385214 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! a painting measuring 12 inches by 18 inches is surrounded by a frame of uniform width. if the combined area of the painting and the frame is 432 square inches, determine the width of the frame \n" ); document.write( ". \n" ); document.write( "Let w = width of frame \n" ); document.write( "then \n" ); document.write( "(12+2w)(18+2w) = 432 \n" ); document.write( "216+24w+36w+4w^2 = 432 \n" ); document.write( "216+60w+4w^2 = 432 \n" ); document.write( "4w^2+60w+216 = 432 \n" ); document.write( "4w^2+60w-216 = 0 \n" ); document.write( "w^2+15w-54 = 0 \n" ); document.write( "(w+18)(w-3) = 0 \n" ); document.write( "w = {-18,3} \n" ); document.write( "throw out the negative solution (extraneous) leaving: \n" ); document.write( "w = 3 inches \n" ); document.write( " |