document.write( "Question 1135915: from the point inside a square the distance to three corners are 4,5 and 6 m respectively. Find the length of the side of a square. \n" ); document.write( "
Algebra.Com's Answer #753645 by ikleyn(52802)![]() ![]() You can put this solution on YOUR website! . \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 4 from A, 5 from D and 6 from B.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus we have these three equations (\"distances\")\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x^2 + y^2 = 4^2, (1)\r\n" ); document.write( "\r\n" ); document.write( " (a-x)^2 + y^2 = 6^2, (2)\r\n" ); document.write( "\r\n" ); document.write( " x^2 + (y-a)^2 = 5^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 them in this form\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x^2 + y^2 = 16, (4) (= same as (1) )\r\n" ); document.write( "\r\n" ); document.write( " a^2 - 2ax + x^2 + y^2 = 36, (5)\r\n" ); document.write( "\r\n" ); document.write( " x^2 + y^2 - 2ay + a^2 = 25. (6)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Replacing x^2 + y^2 by 16 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 = 20 (7)\r\n" ); document.write( "\r\n" ); document.write( " a^2 - 2ay = 9 (8)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From equations (7) and (8), x =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |