Question 62546
Distance betwee the points (x1,y1) and (x2,y2) = sqrt[(x2-x1)^2 + (y2-y1)^2]

Distance betwee the points (-1,0) and (4,3) = sqrt[(4+1)^2 + (3-0)^2]

                                            = sqrt[(5)^2 + 3^2]

                                            = sqrt [25 + 9]

                                            = sqrt(34)

                                            = 5.83 units


Good Luck!!!