document.write( "Question 228481: An equilateral triangle has 2 verticles at (0,-1) and (0,5) Find all possibilities for the third vertex.\r
\n" );
document.write( "\n" );
document.write( "I figured out the distance between the two points is 6 and I know that the thrid vertex can be in quadrant I and II, but I'm having trouble trying to use the distance formula figure out the coordinates of the vertex. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169590 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An equilateral triangle has 2 verticles at (0,-1) and (0,5) Find all possibilities for the third vertex. \n" ); document.write( "I figured out the distance between the two points is 6 and I know that the thrid vertex can be in quadrant I and II, but I'm having trouble trying to use the distance formula figure out the coordinates of the vertex. \n" ); document.write( "------------------------------ \n" ); document.write( "Let (x,y) be 6 from (0,-1) \n" ); document.write( "6^2 = (x-0)^2 + (y+1)^2 \n" ); document.write( "36 = x^2 + y^2+2y+1 \n" ); document.write( "A) 35 = x^2+y^2+2y \n" ); document.write( "------------------------ \n" ); document.write( "Let (x,y) be 6 from (0,5) \n" ); document.write( "6^2 = (x-0)^2 + (y-5)^2 \n" ); document.write( "36 = x^2 + y^2-10y+25 \n" ); document.write( "B) 9 = x^2 + y^2-10y \n" ); document.write( "-----------------------------\r \n" ); document.write( "\n" ); document.write( "Subtract Equation B from Equation A and solve for \"y\": \n" ); document.write( "16 = 12y \n" ); document.write( "y = 4/3 \n" ); document.write( "--------------- \n" ); document.write( "Sustitute into \"A\" to solve for \"x\": \n" ); document.write( "35 = x^2 + (16/9)+2(4/3) \n" ); document.write( "35 = x^2 + 16/9 + 24/9 \n" ); document.write( "x^2 = 35 - (40/9) \n" ); document.write( "x^2 = 275/9 \n" ); document.write( "x = (5/3)sqrt(11) or x = (-5/3)sqrt(11)\r \n" ); document.write( "\n" ); document.write( "================== \n" ); document.write( "Vertices are ((5/3)sqrt(11),4/3) or ((-5/3)sqrt(11),4/3) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |