document.write( "Question 1185422: How do I find the distance between and enter it as a radical or a decimal?\r
\n" );
document.write( "\n" );
document.write( "(-5,3) and (5,-3) \n" );
document.write( "
Algebra.Com's Answer #816245 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the distance between (-5,3) and (5,-3) would be found by using the formula of:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "length of a two dimensional line on a graph = square root of ((y2-y1)^2 + (x2-x1)^2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you assing (x1,y1) to one of the points and (x2,y2) to the other point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it doesn't matter which is assigned to which.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the length would be the same.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let(x1,y1) = (-5,3) and let (x2,y2) = (5,-3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the length is equal to sqrt((x2-x1)^2 + (y2-y1)^2) = sqrt(5--5)^2 + (-3-3)^2) = sqrt(10^2 + (-6)^2) = sqrt(100 + 36) = sqrt(136).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let (x1,y1) = (5,-3) and let (x2,y2) = (-5,3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the length is equal to sqrt((x2-x1)^2 + (y2-y1)^2) = sqrt(-5-5)^2 + (3--3)^2) = sqrt((-10)^2 + 6^2) = sqrt(100 + 36) = sqrt(136).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sqrt means the square root of.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you look at the line on a graph, it would look like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the line itself is the hypotenuse of the right triangle formed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the vertical leg is the length of (y2 - y1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the horizontal leg is the length of (x2 - x1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the pythagorean formula is used to get the length of the line itself.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |