I'm an absolute beginner to boolean algebra, learning about logic circuits and am having a hard time with simplifying my expression.
Starting with three inputs (A, B, and C) and ending with two outputs (X, Y) I'm having trouble simplifying output Y.

I've been going in circles trying a bunch of possibilities, but can't seem to figure out the best next step to get things any simpler. Instead, they only seem more complicated.
What I have so far:
X = ((A*B’)’ + (B*C’))’
= ((A*B’)’)’ * (B*C’)’
= (A*B’) * (B*C’)’
Y = [(A+C’)’ * ((A*B’)’ + (B*C’))’] + [(A+C’) * (((A*B’)’ + (B*C’))’)’]
= [(A+C’)’ * ((A*B’)’ + (B*C’))’] + [(A+C’) * ((A*B’)’ + (B*C’))
= [(A+C') + (A*B')' + (B*C')]' + [(A+C’) * ((A*B’)’ + (B*C’))