document.write( "Question 257558: what is the distance between points (5,-3) and (0,9) in a coordinate system? \n" ); document.write( "
Algebra.Com's Answer #189464 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the distance between points (5,-3) and (0,9) \n" ); document.write( "------------ \n" ); document.write( "s^2 = diffy^2 + diffx^2 = (-3-9)^2 + 5^2 \n" ); document.write( "s^2 = 144+25 = 169 \n" ); document.write( "s = 13 units \n" ); document.write( " \n" ); document.write( " |