document.write( "Question 4796: Solve the problem:\r
\n" ); document.write( "\n" ); document.write( "The printed matter on a 12 by 18 centimeter page of a book must cover 40 square centimeters. If all margins are to be the same width, how wide should the margins be?
\n" ); document.write( "

Algebra.Com's Answer #2330 by Abbey(339)\"\" \"About 
You can put this solution on YOUR website!
Let L = Length of printed matter
\n" ); document.write( "Let W = Width of printed matter
\n" ); document.write( "let M = Margin
\n" ); document.write( "Area of printed matter = 40 = L*W Length of page = 18cm = 2M+L
\n" ); document.write( "Width of page = 12cm = 2M+W\r
\n" ); document.write( "\n" ); document.write( "Using the elimination method:
\n" ); document.write( "18=2M+L
\n" ); document.write( "12=2M+W\r
\n" ); document.write( "\n" ); document.write( "Subtract the 2nd equation from the first to get
\n" ); document.write( "6=L-W
\n" ); document.write( "add w to both sides:
\n" ); document.write( "6+W=L\r
\n" ); document.write( "\n" ); document.write( "Use the substitution method on the area equation to get:
\n" ); document.write( "40=(6+W)*W\r
\n" ); document.write( "\n" ); document.write( "Clear the parentheses:
\n" ); document.write( "\"40=6W%2BW%5E2\"
\n" ); document.write( "Subtract 40 from both sides to set equal to zero and solve for x:
\n" ); document.write( "\"0=W%5E2%2B6w-40\"
\n" ); document.write( "Factor:
\n" ); document.write( "(w+10)(w-4)
\n" ); document.write( "w=-10, w=4\r
\n" ); document.write( "\n" ); document.write( "We can eliminate the negative because this is a distance we are discussing, so the width of the printed matter is 4cm
\n" ); document.write( "the length of the printed matter is 10 cm\r
\n" ); document.write( "\n" ); document.write( "Going back to the system of equations, we know the page length is
\n" ); document.write( "18=2M+L
\n" ); document.write( "18=2M+10
\n" ); document.write( "8=2M
\n" ); document.write( "4=M\r
\n" ); document.write( "\n" ); document.write( "The margin is 4 cm.
\n" ); document.write( "Check by adding the margins to the width and length.
\n" ); document.write( "
\n" );