Concept:Apply the logarithm product rule to combine the sum, then equate arguments when the bases are equal.Explanation:Given: log10(xy)+log10(yz)=log10(xyz).Using loga+logb=log(ab), we combine:log10[(xy)(yz)]=log10(xyz)That is log10(xy2z)=log10(xyz).Since the bases are equal, the arguments must be equal:xy2z=xyzAssuming x=0 and z=0 (so that the logarithms are defined), divide both sides by xz:y2=yThen y2−y=0⟹y(y−1)=0, so y=0 or y=1.But y must be positive for log10(xy) and log10(yz) to be defined. y=0 makes the arguments 0, which is invalid. Thus y=1.Answer:D. 1