178k views
3 votes
If c(5,5) and d(7,3), then what is the length of CD? Round to the nearest tenth

User Boisvert
by
7.9k points

1 Answer

2 votes

Answer:

length = 2.8

Explanation:

square root( x2 - x1 )^2 + ( y2 - y1 )^2

square root( 5 - 7 )^2 + ( 5 - 3 )^2

square root(-2 )^2 + ( 2 )^2

square root(8 ) = 2.8

User Jhanschoo
by
8.5k points