document.write( "Question 87699: Given A(1, 2) and B(5, 5), find the magnitude of vector AB. \n" ); document.write( "
Algebra.Com's Answer #63592 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given A(1, 2) and B(5, 5), find the magnitude of vector AB. \n" ); document.write( "------------ \n" ); document.write( "r = sqrt[(5-2)^2+(4-1)^2] \n" ); document.write( "r = sqrt[ 9 + 9] \n" ); document.write( "r = 3sqrt(2) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |