document.write( "Question 1005090: The length of a picture is 4/3 times its width. It is placed in a picture frame of uniform width of 2cms. If the area is 100 sq. cms, what are the dimensions of the picture? \n" ); document.write( "
Algebra.Com's Answer #621584 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The length of a picture is 4/3 times its width.
\n" ); document.write( "It is placed in a picture frame of uniform width of 2cms.
\n" ); document.write( "If the area is 100 sq. cms, what are the dimensions of the picture?:
\n" ); document.write( ":
\n" ); document.write( "let L = the length of the picture
\n" ); document.write( "let w = the width of the picture
\n" ); document.write( "then because of the 2\" uniform width of the frame,
\n" ); document.write( "(L+4) = the length including the frame
\n" ); document.write( "(W+4) = the width including the frame
\n" ); document.write( ";
\n" ); document.write( "Assuming they mean the whole area including the frame = 100 sq/cm
\n" ); document.write( "(L+4) * (W+4) = 100
\n" ); document.write( "Given that
\n" ); document.write( "L = \"4%2F3\"W, replace L
\n" ); document.write( "(\"4%2F3\"W+4)(W+4) = 100
\n" ); document.write( "FOIL
\n" ); document.write( "\"4%2F3\"W^2 + \"16%2F3\"W + 4W + 16 = 100
\n" ); document.write( "subtract 100 from both sides
\n" ); document.write( "\"4%2F3\"W^2 + \"16%2F3\"W + 4W - 84 = 0
\n" ); document.write( "multiply by 3, get rid of the fraction
\n" ); document.write( "4W^2 + 16W + 12W - 252 = 0
\n" ); document.write( "4W^2 + 28W - 252 = 0
\n" ); document.write( "Simplify, divide by 4
\n" ); document.write( "W^2 + 7W - 63 = 0
\n" ); document.write( "using the quadratic formula, the positive solution
\n" ); document.write( "W = 5.175 cm is the width of the picture
\n" ); document.write( "then
\n" ); document.write( "L = \"4%2F3\"*5.175
\n" ); document.write( "L = 6.9 cm is the length of the picture
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if the works out
\n" ); document.write( "the frame dimensions are 4\" longer than the picture
\n" ); document.write( "9.175 * 10.9 = 100.0 sq/cm
\n" ); document.write( "
\n" );