document.write( "Question 65751: if A(x,y) is equidistance from P(-3,2)and Q(2,-3), show that x =y \n" ); document.write( "
Algebra.Com's Answer #46473 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! if A(x,y) is equidistance from P(-3,2)and Q(2,-3), show that x =y \n" ); document.write( "AP^2=(X+3)^2+(Y-2)^2=AQ^2=(X-2)^2+(Y+3)^2 \n" ); document.write( "X^2+6X+9+Y^2+4-4Y=X^2-4X+4+Y^2+9+6Y \n" ); document.write( "6X+4X=6Y+4Y \n" ); document.write( "10X=10Y \n" ); document.write( "X=Y \n" ); document.write( " |