document.write( "Question 27760: Find the distance between the points (0,2) and (3,6) \n" ); document.write( "
Algebra.Com's Answer #15194 by sdmmadam@yahoo.com(530) ![]() You can put this solution on YOUR website! Find the distance between the points (0,2) and (3,6) \n" ); document.write( "If A(x1,y1) and B(x2,y2)then by distance formula \n" ); document.write( "we have (AB)^2 = [(x2-x1)^2 + (y2-y1)^2 ] \n" ); document.write( "Given A(0,2), B(3,6) \n" ); document.write( "(AB)^2 = [(x2-x1)^2 + (y2-y1)^2 ] \n" ); document.write( "= [(3-0)^2 + (6-2)^2 ] \n" ); document.write( "= [3^2 + 4^2] \n" ); document.write( "=(9+16) \n" ); document.write( "=25 \n" ); document.write( "(AB)^2 = 25 \n" ); document.write( "Therefore the distance AB between the two given points A(0,2) and B(3,6)is \n" ); document.write( "AB = sqrt(25)= 5 units \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |