To determine the distance between two points in coordinate geometry, we use the distance formula. For two points [tex]\((x_1, y_1)\)[/tex] and [tex]\((x_2, y_2)\)[/tex], the distance between them is given by:
[tex]\[ \text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \][/tex]
Given the coordinates of the points [tex]\(C\)[/tex] and [tex]\(D\)[/tex]:
- [tex]\(C = (a, b)\)[/tex]
- [tex]\(D = (0, b)\)[/tex]
We can substitute these coordinates into the distance formula. The coordinates for [tex]\(C\)[/tex] are [tex]\((x_1, y_1) = (a, b)\)[/tex] and for [tex]\(D\)[/tex] are [tex]\((x_2, y_2) = (0, b)\)[/tex].
Now, apply the distance formula:
[tex]\[ \text{Distance from } C \text{ to } D = \sqrt{(0 - a)^2 + (b - b)^2} \][/tex]
Simplify the expression inside the square root:
[tex]\[ = \sqrt{(-a)^2 + (0)^2} \][/tex]
[tex]\[ = \sqrt{a^2 + 0} \][/tex]
[tex]\[ = \sqrt{a^2} \][/tex]
[tex]\[ = a \][/tex]
Therefore, the correct formula Nathan can use to determine the distance from point [tex]\(C\)[/tex] to point [tex]\(D\)[/tex] is:
[tex]\[ \sqrt{(a - 0)^2 + (b - b)^2} = \sqrt{a^2} = a \][/tex]
So the answer is:
A. [tex]\(\sqrt{(a-0)^2+(b-b)^2}=\sqrt{a^2}=a\)[/tex]