document.write( "Question 1143644: A point O is inside a square lot. If the distances from point O to the three successive corners of the square lot are 5m, 3m, 4m respectively. Determine the area of the square lot.\r
\n" ); document.write( "\n" ); document.write( "--can you plss draw the fig.
\n" ); document.write( "

Algebra.Com's Answer #764504 by ikleyn(52858)\"\" \"About 
You can put this solution on YOUR website!
.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            Take a page of paper and a pen or a pencil and plot it on your own.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            We are not an art studio to make plots for you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            Instead of plotting the figure,  I will solve the problem, from the beginning to the end.   OK ?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".
\n" ); document.write( "
\r\n" );
document.write( "Let ABCD be the square with the side of the length \"a\" in a coordinate plane,\r\n" );
document.write( "\r\n" );
document.write( "    A = (0,0),  B = (a,0),  C = (a,a)  and  D = (0,a).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Let (x,y) be the point inside the square ABCD with the distance 3 from A, 4 from D  and  5 from B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then we have these three equations (\"distances\")\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    x^2     + y^2     = 3^2,      (1)\r\n" );
document.write( "\r\n" );
document.write( "    (a-x)^2 + y^2     = 5^2,      (2)\r\n" );
document.write( "\r\n" );
document.write( "    x^2     + (y-a)^2 = 4^2.      (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Making FOIL in equations (2) and (3), I can re-write (1), (2) and (3) in this form\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    x^2             + y^2 =  9,   (4)    (= same as (1) )\r\n" );
document.write( "\r\n" );
document.write( "    a^2 - 2ax + x^2 + y^2 = 25,   (5)\r\n" );
document.write( "\r\n" );
document.write( "    x^2 + y^2 - 2ay + a^2 = 16.   (6)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Replacing  x^2 + y^2 by 9  in equations (5) and (6), I obtain new equations instead of them\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    a^2 - 2ax = 16                (7)\r\n" );
document.write( "\r\n" );
document.write( "    a^2 - 2ay =  7                (8)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From equations (7) and (8),  x = \"%28a%5E2-16%29%2F2a\",  y = \"%28a%5E2+-+7%29%2F2a\".\r\n" );
document.write( "\r\n" );
document.write( "Substituting these expressions for x and y into equation (4), you get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"%28a%5E2-16%29%5E2\" + \"%28a%5E2+-7%29%5E2\" = \"%284a%5E2%29%2A9\",\r\n" );
document.write( "\r\n" );
document.write( "or, simplifying\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5E4+-+32a%5E2+%2B+256\" + \"a%5E4+-+14a%5E2+%2B+49\" = {{36a^2}}},\r\n" );
document.write( "\r\n" );
document.write( "    \"2a%5E4+-+82a%5E2+%2B+305\" = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this bi-quadratic equation, you get for \"a%5E2\", by applying the quadratic formula\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5E2\" = \"%2882+%2B-+sqrt%2882%5E2+-+4%2A2%2A305%29%29%2F%282%2A2%29\" = \"%2882+%2B-+sqrt%284284%29%29%2F4\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The smaller value does not work for \"a\" (as it is easy to check), leaving the larger value\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5E2\" = \"%2882+%2B+sqrt%284284%29%29%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "as the only meaningful.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus  the area of the square is  \"a%5E2\" = \"%2882+%2B+sqrt%284284%29%29%2F4\" = 36.863 square units (approximately).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=============\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is not for the first time such problem comes to the forum.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Some time ago I solved similar problem here under this link\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Parallelograms/Parallelograms.faq.question.1135915.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Parallelograms/Parallelograms.faq.question.1135915.html\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "/\/\/\/\/\/\/\/\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thanks for posting this interesting problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It was a pleasure for me to solve it again  (even for the second time),  because the solution is nice.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );