There are four points on a line: A, B, C and D, so that AB=1, BC=2, CD=4. Find all the possibilities of the length of segment AD.

Respuesta :

Answer:

  {1, 3, 5, 7}

Step-by-step explanation:

There are four possibilities:

  AD = AB -BC -CD = 1 -2 -4 = -5

  AD = AB +BC -CD = 1 +2 -4 = -1

  AD = AB -BC +CD = 1 -2 +4 = 3

  AD = AB +BC +CD = 1 +2 +4 = 7

Possible lengths of AD are 1, 3, 5, 7.

__

The negative sign means the segment is added toward the left instead of toward the right. A final negative value means D is left of A, instead of to the right.

Ver imagen sqdancefan