document.write( "Question 13341: How do you find the distance between the points (9,5) and (2,6)? \n" ); document.write( "
Algebra.Com's Answer #6702 by akmb1215(68)\"\" \"About 
You can put this solution on YOUR website!
The formula to find the distance between two points is \"D+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29\"...where (x1,y1) are the coordinates of the first point (in your case, (9,5)...and (x2,y2) are the coordinates of the second point (in your problem, (2,6). Plug your points into the equation to get: \"D+=+sqrt%28%282+-+9%29%5E2+%2B+%286+-+5%29%5E2%29\". Subtract the numbers in the parentheses to get: \"D+=+sqrt%28%28-7%29%5E2+%2B+%281%29%5E2%29\". Square -7 and 1 to get: \"D+=+sqrt%2849+%2B+1%29\". Add to get \"D+=+sqrt%2850%29\". Simplify the square root to get \"D+=+2sqrt%285%29\". \n" ); document.write( "
\n" );