document.write( "Question 37543: The mat around a picture measures x inches across. The length of the picture with its mat is 40 inches, and the width of the picture with its mat is 24 inched. If the area of the picture is 192 square inches, find the dimensions of the picture. \n" ); document.write( "
Algebra.Com's Answer #23162 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Here the setup for this is
\n" ); document.write( "(40 - 2x)(24 - 2x) = 192
\n" ); document.write( "4x^2 - 128x + 960 = 192
\n" ); document.write( "4x^2 - 128x + 768 = 0
\n" ); document.write( "x^2 - 32x + 192 = 0
\n" ); document.write( "(x - 8)(x - 24) = 0
\n" ); document.write( "x = 8 or x = 24
\n" ); document.write( "but x = 24 is extraneous, x = 8
\n" ); document.write( "Therefore the dimensions of the original picture are
\n" ); document.write( "(40 - 16) by (24 - 16) or
\n" ); document.write( "24 in x 8 in
\n" ); document.write( "
\n" );