+0  
 
0
886
1
avatar
Find the length of the hypotenuse of a triangle with coordinates (0, 1), (4, 1), and (0, 4).

A) 4 units


B) 3 units


C) 5 units


D) 6 units
 Apr 25, 2012
 #1
avatar+3146 
0
mello:

(0, 1), (4, 1), and (0, 4)



A=(0, 1)
B=(4, 1)
C=(0, 4)

[input]A=(0, 1);B=(4, 1);C=(0, 4); max( max( len( C - A ), len( C - B ) ), len( B-A ) )[/input]
 Apr 25, 2012

4 Online Users

avatar
avatar
avatar