document.write( "Question 964996: A rectangular canvas picture measures 22 inches by 24 inches. The
\n" ); document.write( "canvas is mounted inside a frame of uniform width, increasing the total
\n" ); document.write( "area covered by both canvas and frame to 728 square inches. Find the
\n" ); document.write( "uniform width of the frame.
\n" ); document.write( "

Algebra.Com's Answer #589762 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
You could assign variables to everything.\r
\n" ); document.write( "\n" ); document.write( "u, one dimension of the canvas
\n" ); document.write( "v, other dimension of the canvas
\n" ); document.write( "A, total area of frame plus canvas
\n" ); document.write( "w, the uniform width of the border\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You should draw a picture and label everything because this usually helps.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight_green%28A=%28u%2B2w%29%28v%2B2w%29%29\", main equation purely in symbolic form. The unknown variable is w.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"uv%2B2vw%2B2uw%2B4w%5E2=A\"
\n" ); document.write( "\"4w%5E2%2B%282v%2B2u%29w%2Buv-A=0\"
\n" ); document.write( "\"4w%5E2%2B%282u%2B2v%29w%2Buv-A=0\"
\n" ); document.write( "\"highlight_green%284w%5E2%2B%282u%2B2v%29w%2B%28uv-A%29=0%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You could continue in symbolic form to solve for w using general solution formula for a quadratic equation, but maybe more comfortable to substitute the given values NOW, and then use the general formula solution.
\n" ); document.write( "-
\n" ); document.write( "u=22
\n" ); document.write( "v=24
\n" ); document.write( "A=728
\n" ); document.write( "
\n" );