document.write( "Question 49079: The Farmer has 3 fields. One field is an equilateral triangle. One field is a circle. One field is a square. The square field is 75% larger in area than the triangular field. The square field is 50% larger in area than the circular field. In order to completely fence all three fields exactly 4000 meters of fencing is required. What is the total area of all three fields?\r
\n" ); document.write( "\n" ); document.write( "This is presented to me as a conundrum. I have worked the problem thus far:
\n" ); document.write( "a= circle area
\n" ); document.write( "x= triangle area
\n" ); document.write( "n= square area
\n" ); document.write( "\"n=x%2B%28.75%2Ax%29\"
\n" ); document.write( "\"n=a%2B%28.5%2Aa%29\"
\n" ); document.write( "\"n=1.75%2Ax=1.5%2Aa\"
\n" ); document.write( "2 times Pi times the radius is a circle's circumference
\n" ); document.write( "4 times the length of a side is a square's perimeter
\n" ); document.write( "3 times the length of a side is an equilateral triangle's perimeter
\n" ); document.write( "Pi times the radius of the circle squared is the circle's area
\n" ); document.write( "The length of the side of the square squared is the square's area
\n" ); document.write( "Base times Height of a triangle is the triangle's area
\n" ); document.write( "I am sort of fuzzy about how to find the height of the equilateral triangle, but I suspect I need to know the Pythagorean theorem, which I don't remember from college.
\n" ); document.write( "My equation to find all the perimeter's is:
\n" ); document.write( "\"4000=%282%2APi%2Ar%29%2B%284s%29%2B%283t%29\"
\n" ); document.write( "Thank you for your help. By the way, I have been placed under a time limit of Wednesday night to achieve the answer.
\n" ); document.write( "

Algebra.Com's Answer #32540 by my_math_ace(1)\"\" \"About 
You can put this solution on YOUR website!
a= circle area
\n" ); document.write( "x= triangle area
\n" ); document.write( "n= square area\r
\n" ); document.write( "\n" ); document.write( "so n=1.75*x=1.75x
\n" ); document.write( " n=1.5*a=1.5a
\n" ); document.write( "and x+a+n=4000\r
\n" ); document.write( "\n" ); document.write( "x+a+1.75x=4000
\n" ); document.write( "a+2.75x=4000
\n" ); document.write( "a=4000-2.75x\r
\n" ); document.write( "\n" ); document.write( "x+a+1.5a=4000
\n" ); document.write( "2.5a+x=4000
\n" ); document.write( "2.5*(4000-2.75x)+x=4000
\n" ); document.write( "10000-6.875x+x=4000
\n" ); document.write( "6.875x-x=10000-4000
\n" ); document.write( "5.875x=6000
\n" ); document.write( "x=1021.28\r
\n" ); document.write( "\n" ); document.write( "and thus
\n" ); document.write( "a=4000-2.75x
\n" ); document.write( "a=4000-(2.75*1021.28)
\n" ); document.write( "a=4000-2808.51
\n" ); document.write( "a=1191.49\r
\n" ); document.write( "\n" ); document.write( "and check this out
\n" ); document.write( "n=1.5a=1.5*1191.49=1787.23 (let pick this one b'coz it makes 4000 even)
\n" ); document.write( "n=1.75x=1.75*1021.28=1787.24\r
\n" ); document.write( "\n" ); document.write( "x+a+n=4000
\n" ); document.write( "1021.28+1191.49+1787.23=4000
\n" ); document.write( "
\n" );