document.write( "Question 141572: A framer at a photo gallery wants to frame a print with a matte of uniform width all around the print. To make it pleasing to the eye, the area of the matte should equal the area of the print. If the print measures 40 cm by 60 cm, how wide should the matte be? \n" ); document.write( "
Algebra.Com's Answer #103148 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
60*40=2400 cm^2
\n" ); document.write( "Let x be the width of the matte.
\n" ); document.write( "(2x+60)*(2x+40)=4800
\n" ); document.write( "4x^2+200x+2400=4800
\n" ); document.write( "4x^2+200x-2400=0
\n" ); document.write( "4(x^2+50x-600)=0
\n" ); document.write( "(x+60)(x-10)=0
\n" ); document.write( "x=10 cm
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );