I am currently studying Boolean Algebra. While solving my practice questions, I came to wonder if I am properly using distributive law. So, distributive law states that
a. $·$ is distributive over $+$ : $x ( y + z ) = xy + xz$
b. $+$ is distributive over $·$ : $x + ( y · z ) = (x + y) · (x + z)$
(from http://www.ctp.bilkent.edu.tr/~yavuz/BOOLEEAN.html)
My solving process:

Is this correct as well?