Given soccer fields are rectangular:
\n" );
document.write( "2 variables, the width, and the length of the soccer field.
\n" );
document.write( "The width is 5 longer than the length.
\n" );
document.write( "The width times the length is 336.
\n" );
document.write( "The unit is yards.
\n" );
document.write( "W=L+5
\n" );
document.write( "WL=336
\n" );
document.write( "substitute for W in \"WL=336\".
\n" );
document.write( "(L+5)L=336 distribute
\n" );
document.write( "L2+5L=336 subtract 336 from both sides
\n" );
document.write( "L2+5L-336=0 Factor (or use quadradic formula)\r
\n" );
document.write( "\n" );
document.write( "2 numbers which multiply to -336 and add to 5, so 1 number must be negative.
\n" );
document.write( "336=112*3=56*6=28*12=14*24=7*48, but you'll notice none of those have a difference of 5..let's try 2's
\n" );
document.write( "336=168*2=84*4=42*8=21*16 aha! difference of 5. so we alter the equation:\r
\n" );
document.write( "\n" );
document.write( "L2+5L-336=L2-16L+21L-336
\n" );
document.write( "Now we factor:
\n" );
document.write( "L2-16L+21L-336 take out like terms:
\n" );
document.write( "L(L-16)+21(L-16) put like terms 2gether
\n" );
document.write( "(L+21)(L-16)=0 so 1 of thoz = 0
\n" );
document.write( "L=-21, or it equals 16. A side is hardly negative; but definitely not for a football field, therefore L=16.
\n" );
document.write( "W=L+5 so W=16+5, or 21.
\n" );
document.write( "W=21yards
\n" );
document.write( "L=15yards\r
\n" );
document.write( "\n" );
document.write( "..I'm beginning to think there was a simpler way of figuring this out, I cannot put my finger on it.
\n" );
document.write( "