Question 182151
Find the distance between the two points given. Round to the nearest tenth, if necessary. (1,1)and(3,2)
----------------
I accidentally deleted this one.
The distance is (always):
{{{d = sqrt(diffy^2 + diffx^2)}}}
{{{d = sqrt((2-1)^2 + (3-1)^2)}}}
{{{d = sqrt(1 + 4)}}}
{{{d = sqrt(5)}}}
d =~ 2.236
----------------
Find the distance between the two ponts given. Round to the nearest tenth,if necessary. (5,2)and(5,-2)
Same thing.
d = sqrt(4)^2
d = 4