Determine whether the given coordinates are the vertices of a triangle. Explain.
L(–24, –19), M(–22 ,20), N(–5, –7)
A: 	
     yes:
        LM + MN > LN,
        LM + LN > MN,
        LN + MN > LM
B: 
    no:
        LM + MN = LN
C:
    no: 
        LM + MN < LN
D: 	
    yes:
        LM + MN < LN,
        LM + LN < MN,
        LN + MN < LM