document.write( "Question 466593: the distance between points M(3,5) and N(8,a) is 13.find the value of a. \n" ); document.write( "
Algebra.Com's Answer #319936 by mananth(16946)![]() ![]() You can put this solution on YOUR website! M(3,5) and N(8,a) is 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "13= sqrt((3-8)^2+(5-a)^2)\r \n" ); document.write( "\n" ); document.write( "13=sqrt(25+25-10a+a^2) \n" ); document.write( "13=sqrt(50-10a+a^2) \n" ); document.write( "square the equation \n" ); document.write( "169 = a^2-10a+50 \n" ); document.write( "a^2-10a-119=0 \n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " \n" ); document.write( "a= 1 b= -10 c= -119 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 100 - 476 \n" ); document.write( "b^2-4ac= 576 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( 10 + 24 )/ 2 \n" ); document.write( "x1= 17 \n" ); document.write( "x2=( 10 -24 ) / 2 \n" ); document.write( "x2= -7 \n" ); document.write( "a=17 OR -7 \n" ); document.write( " |