Sum of three dice (six faced) throws is $15$. What is the probability that first throw was $4$?
The way I thought of solving this was... - Given - sum of second and third throw is $11$ - Probability of getting first throw = $4$ is $1$ out of $6$, that is $\frac{1}{6}$
Is this correct?
You can state this very nicely using conditional probabilities:
Following your start, I'd look at $$ \begin{split} P\left(\sum_{i=1}^3 x_i = 15, x_1 = 4\right) &= P\left(\sum_{i=1}^3 x_i = 15|x_1 = 4 \right)P\left(x_1 = 4\right) \\ &= P\left(\sum_{i=2}^3 x_i = 11\right)P\left(x_1 = 4\right), \end{split} $$ where by independence (unless a roll depends on previous rolls) the second line is derived from the first.
You have the second term on the right side, and now need to calculate the first term.