Yes, your answer is the more simplified form. If Left and Right reduce to same expression, you have proved it.
So attempt to reduce the Right side of expression to Left.
Left expression:
$$bc+abc+bcd+ \overline a(d+c)$$
$$bc (1+a+d) + \overline ad+\overline ac$$
$$bc + \overline ad + \overline ac$$
Right:
$$abc + \overline ad + \overline ac$$
$$abc + \overline ad + \overline ac (1+b)$$
$$abc + \overline ad + \overline ac + \overline abc$$
$$bc (a + \overline a) + \overline ad + \overline ac$$
$$bc + \overline ad + \overline ac$$
Edit...
And the question has nothing to do with consensus. See Laws and Theorems of Boolean Algebra.
$(X + Y) • (\overline X + Z) • (Y + Z) = (X + Y) • (\overline X + Z)$ [13a]
$X Y + \overline X Z + Y Z = X Y + \overline X Z$ [13b]
With consensus, third term (with Y and Z) is absorbed by first two.