In the figure $\Delta ABC$ and $\Delta DEF$ are both equilateral and $AB = 8$ cm, $DE = 3$ cm. Find the possible value of $AD + BE + CF$ from the options.
$(1)$ $6.9$ cm
$(2)$ $7.1$ cm
$(3)$ $5.2$ cm
$(4)$ $8.3$ cm
What I Tried: Here is the picture :-
I think applying Triangle Inequality can just solve the problem.
We notice that :- $$BE + AE > AB$$
$$\rightarrow BE + AD + 3 > 8$$
$$\rightarrow BE + AD > 5$$
Similarly we get that $AD + FC > 5$ , and $FC + EB > 5$ .
Adding all these up, we get that $$2(AD + BE + CF) > 15$$
$$\rightarrow AD + BE + CF > 7.5$$
So according to me, the correct option should be $(4)$ .
Am I right? Because I doubt that a question like this shouldn't be that easy. I just need to confirm this.

What you have done is correct, you have ruled out answers $1, 2$ and $3$.
However, the question is broken, the $4^{th}$ answer $8.3\,$cm is also wrong.
Let $a = AD$, $b = BE$ and $c = CF$, we have $AE = a + 3$, $BF = b+3$ and $CD = c+3$.
Consider $\triangle ABE$, Since $\angle BEA$ is an exterior angle for $\triangle DEF$, it equals to $120^\circ$.
This implies
$$\begin{align} & 8^2 = AB^2 = BE^2 + EA^2 - 2\cos(120^\circ)(BE)(EA)\\ \iff & 8^2 = b^2 + (a+3)^2 + b(a+3)\\ \iff & a^2 + ab + b^2 + 6a + 3b = 8^2 - 3^2 = 55\\ \iff & (a^2 + ab + b^2) + \frac92(a+b) + \frac32(a-b) = 55\end{align}$$ Multiply both sides by $a-b$, we have $$(a^3 - b^3) + \frac92(a^2-b^2) + \frac32(a-b)^2 = 55(a-b)$$ We have two similar equalities from $\triangle BCF$ and $\triangle CAD$. $$(b^3 - c^3) + \frac92(b^2-c^2) + \frac32(b-c)^2 = 55(b-c)$$ $$(c^3 - b^3) + \frac92(c^2-b^2) + \frac32(c-a)^2 = 55(c-a)$$ "Summing" these $3$ equalities leads to $$\frac32((a-b)^2 + (b-c)^2 + (c-a)^2) = 0\quad\iff\quad a = b = c$$
So $AD + BE + CF = a + b + c = 3a$ and $a$ is a root of the quadratic equation
$$8^2 = a^2 + (a+3)^2 + a(a+3) \iff 3a^2 + 9a - 55 = 0$$ This quadratic equation has only one positive root $\frac{\sqrt{741}-9}{6}$. So the correct answer is $$\frac{\sqrt{741}-9}{2} \approx 9.1106575888162{\,\rm cm}$$