I got confused over this a lot, and so this is how I approached it. Placing it here so it can help someone:
Given : p + |k| > |p| + k
1) LHS: Assume p + |k| > 0
This can be true in three ways:
a) |k| is bigger but k is negative. p is smaller but is positive (if you want to plug numbers: p=3, k=-4)
b) |k| is bigger but k is negative. p is smaller and is negative (if you want to plug numbers: p=-3, |k| =4)
c) p is bigger and positive. k is smaller but |k| is smaller and positive (if you want to plug numbers: p=4, |k| = 3)
2) RHS: Assume |p| + k < 0
This can be true only in two ways
a) p is positive but smaller than k which is negative and bigger (if you want to plug numbers: p=3, k=-4)
b) p is negative but |p| is positive and bigger but k is smaller and negative (if you want to plug numbers: p = -4, k=-3)
Now that we have understood scenarios, lets stay true to statement p + |k| > |p| + k
1a) 3+4>3-4 (agrees)
1b) -3+4>3-4 (does not agree)
1c) 4+3>4-3 (agrees)
2 a) 3+4>3-4 (agrees)
2 b) -4+3>4+3 (does not agree)
only option that must be true is p>k
Hope this helps!