document.write( "Question 230466: Find the length of the segment with endpoints J(0,3) and M(4,6). \n" ); document.write( "
Algebra.Com's Answer #170773 by texttutoring(324)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula:\r
\n" ); document.write( "\n" ); document.write( "\"d=sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "In our case, x1=0,x2=4. y1=3,y2=6\r
\n" ); document.write( "\n" ); document.write( "\"d=sqrt%28%284-0%29%5E2+%2B+%286-3%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%2816+%2B+9%29\"
\n" ); document.write( "\"d=sqrt%2825%29\"
\n" ); document.write( "\"d=5\"\r
\n" ); document.write( "\n" ); document.write( "The distance is 5.
\n" ); document.write( "
\n" );