Which expression gives the distance between the points (2,3) and 4,-3)?

Answer:
C
Step-by-step explanation:
The formula for finding the distance between 2 points (x1, y1) and (x2, y2) is
d = √[(x2 - x1)² + (y2 - y1)²]
Here (x2, y2) = (2, 3) and (x1, y1) = (4, -3)
Plugging them gives us
d = √[(2 - 4)² + (3 - (-3))²]
d = √[(2 - 4)² + (3 + 3)²]
Applying the distance formula, the expression that will give us the distance between the points is: C. [tex]\sqrt{(2 - 4)^2 + (3 + 3)^2}[/tex]
The distance formula is used to determine the distance between two points on a coordinate plane. The distance formula is expressed as [tex]d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}[/tex].
(4, -3) = (x1, y1)
(2, 3) = (x2, y2)
Plug in the values into the distance formula
[tex]d = \sqrt{(2 - 4)^2 + (3 - (-3))^2}\\\\\d = \sqrt{(2 - 4)^2 + (3 + 3)^2}[/tex]
Therefore, the expression to used in finding the distance is: C. [tex]\sqrt{(2 - 4)^2 + (3 + 3)^2}[/tex].
Learn more about the distance formula on:
https://brainly.com/question/661229
#SPJ2