document.write( "Question 858946: A triangular garden has an area of 200ft^2. It's height is 9 ft more than it's base. Find the measure of the base. \n" ); document.write( "
Algebra.Com's Answer #517446 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
Your question was: \"A triangular garden has an area of 200ft^2. It's height is 9 ft more than it's base. Find the measure of the base.\"
\n" ); document.write( "
\n" ); document.write( "let b = x
\n" ); document.write( "let h = x+9
\n" ); document.write( "\"A=%281%2F2%29bh\"
\n" ); document.write( "\"200=%281%2F2%29x%28x%2B9%29\"
\n" ); document.write( "Distribute the x
\n" ); document.write( "\"200=%281%2F2%29%28x%5E2%2B9x%29\"
\n" ); document.write( "Subtract 200 from both sides
\n" ); document.write( "\"0=%281%2F2%29%28x%5E2%2B9x%29-200\"
\n" ); document.write( "Multiply both sides by 2
\n" ); document.write( "\"0=x%5E2%2B9x-400\"
\n" ); document.write( "Plug the values into the quadratic formula
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"x+=+%28-9+%2B-+sqrt%28+9%5E2-4%2A1%2A-400+%29%29%2F%282%2A1%29+\"
\n" ); document.write( "Do the multiplication
\n" ); document.write( "\"x+=+%28-9+%2B-+sqrt%28+81%2B1600+%29%29%2F2+\"
\n" ); document.write( "\"x+=+%28-9+%2B-+sqrt%28+1681+%29%29%2F2+\"
\n" ); document.write( "The square root of 1681 is 41.
\n" ); document.write( "At this point you have to split it into 2 equations: one where you add 41, and one where you subtract 41. We'll deal with the first one first.
\n" ); document.write( "\"x=%28-9%2B41%29%2F2\"
\n" ); document.write( "\"x=32%2F2\"
\n" ); document.write( "\"x=16\"
\n" ); document.write( "Next, deal with Subtract 41
\n" ); document.write( "\"x=%28-9-41%29%2F2\"
\n" ); document.write( "\"x=%28-50%29%2F2\"
\n" ); document.write( "\"x=-25\"
\n" ); document.write( "Since the base can't be negative, discard -25.
\n" ); document.write( "The base is 16ft.
\n" ); document.write( "To check, plug it in to the area formula:
\n" ); document.write( "\"A=%281%2F2%29bh\"
\n" ); document.write( "\"A=1%2F2%2A16%2A25\"
\n" ); document.write( "\"A=200\"
\n" ); document.write( "Your checked answer is 16 feet long.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );