Loading [MathJax]/jax/output/SVG/config.js
 
+0  
 
0
820
1
avatar

Find the difference btween points (3,5) and (4,6) to the nearest tenth.

 Jun 27, 2016
 #1
avatar+15127 
+5

Hallo Guest!

 

Find the difference btween point 1 (3,5) and point 2 (4,6) to the nearest tenth.

 

d = √((x2 - x1)² + (y2 - y1)²)

 

d = √((4 - 3)² + (6 - 5)²)

 

d = √(1² + 1²)

 

d = √2

 

d = 1,4  1421356

 

Greeting asinus :- )

laugh   !

 Jun 27, 2016

1 Online Users