For any right-angled triangle, there's a very useful relation: $r+R = \frac{a+c-b}{2} + \frac{b}{2} = \frac{a+c}{2}$. Using this shortcut, you can directly calculate the sum as $(13+84)/2 = 97/2 = 48.5$ without finding the hypotenuse first (although here you need $b$ for both $r$ and $R$ individually). Wait, my formula for $r$ needed $b$. The relation is $2(r+R) = a+c$. Let's check: $r = (a+c-b)/2$, $R=b/2$. $r+R = (a+c-b+b)/2 = (a+c)/2$. Yes, the shortcut works.