How would you find the distance between these two points? Would the negative coordinate have any effect on your calculation? A. The negative coordinate would not have an impact on the distance since distance is always positive - absolute value, so you would subtract 4 - 3 to get the distance. B. The negative coordinate would have an impact on the distance, so you would add -4 + 3 to get the distance. C. The negative coordinate would not have an impact on the distance since distance is always positive - absolute value, so you would add 4 + 3 to get the distance. D. The negative coordinate would have an impact on the distance, so you would subtract -4 - 3 to get the distance.