I get it now and you have to find the range for each line and how you write the range matters heavily---- this is the wrong way: For this problem, I don't want to make it more complicated, so I will go with whole numbers. PR is either 3, 2, and 4. Then make the RST triangle and the range is 1 to 9, so RT is either 2, 3, 4, 5, 6, 7, and 8. Then with PRT triangle, the range is between (6,7,8,9,10,11,12) and (2 and 1), so out of the three choices given: 5, 10, and 15. Between (6,7,8,9,10,11,12) and (2 and 1) is 5, which is A, which is wrong, so what happened?
This is the right way: Triangle RST yields RT as (1-9). Then Triangle QRT yields QT as (1-11). Triangle QPT yields (2-14). Find the min and max of the range only. Since PT is (2-14), 5 and 10 count. Answer is C. Thank you Jomo.