document.write( "Question 940576: A field contains 48 acres. If it were 12 rods wider and 32 rods shorter, it would still contain 48 acres. Find the number of fencing needed to enclose the field? \n" ); document.write( "
Algebra.Com's Answer #573515 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A field contains 48 acres.
\n" ); document.write( " If it were 12 rods wider and 32 rods shorter, it would still contain 48 acres.
\n" ); document.write( " Find the number of fencing needed to enclose the field?
\n" ); document.write( ":
\n" ); document.write( "let L = the length of the field in rods
\n" ); document.write( "let w = the width of the field in rods
\n" ); document.write( ":
\n" ); document.write( "Find the number of sq/ft in 48 acres
\n" ); document.write( "43560 * 48 = 2090880 sq/ft
\n" ); document.write( ":
\n" ); document.write( "1 rod = 16.5 ft, one sq/rod = 16.5^2 = 272.25 sq/ft
\n" ); document.write( "therefore
\n" ); document.write( "\"2090880%2F272.25\" = 7680 sq/rds in 48 acres
\n" ); document.write( ":
\n" ); document.write( "two equations
\n" ); document.write( " L * W = 7680
\n" ); document.write( " L = 7680/W
\n" ); document.write( " and
\n" ); document.write( "(L-32)*(W+12) = 7680
\n" ); document.write( "FOIL
\n" ); document.write( "LW + 12L - 32W - 384 = 7680
\n" ); document.write( "We know LW = 7680
\n" ); document.write( "7680 + 12L - 32W - 384 = 7680
\n" ); document.write( "subtract 7680 from both sides
\n" ); document.write( "12L - 32W - 384= 0
\n" ); document.write( "simplify, divide by 4
\n" ); document.write( "3L - 8W - 96
\n" ); document.write( "Replace L with 7680/W
\n" ); document.write( "3\"7680%2Fw\" - 8W - 96 = 0
\n" ); document.write( "multiply both sides by w
\n" ); document.write( "23040 - 8w^2 - 96w = 0
\n" ); document.write( "A quadratic equation
\n" ); document.write( "-8w^2 - 96w + 23040 = 0
\n" ); document.write( "Using the quadratic formula, I got a positive solution of
\n" ); document.write( "w = 48 rods is the width
\n" ); document.write( "and
\n" ); document.write( "7680/48 = 160 rods is the length
\n" ); document.write( ":
\n" ); document.write( "See if that checks out: (48+12)*(160-32) = 7680 also
\n" ); document.write( ":
\n" ); document.write( "\"Find the number of fencing needed to enclose the field?\"
\n" ); document.write( "2(160) + 2(48) = 416 rods of fencing required. That's 16.5*416 = 6864 ft
\n" ); document.write( "
\n" ); document.write( "
\n" );