Find the distance between points A and B.


Answer: OPTION D
Step-by-step explanation:
To solve this problem you must apply the formula for calculate the distance between two points, which is shown below:
[tex]d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]
As you can see in the image, the coordinates of the points A and B are:
A(6,0)
B(4-3)
Then, when you substitute them into the formula, you obtain that the distance between points A and B is:
[tex]d=\sqrt{(6-4)^2+(0-(-3))^2}[/tex]
[tex]d=\sqrt{13}\ units[/tex]