Concept:Given sinx+sin2x=1, rewrite it as sinx=1−sin2x=cos2x and then express the required expression in terms of cos2x to simplify.Explanation:Start with sinx+sin2x=1.This gives sinx=1−sin2x=cos2x.Thus cos2x=sinx.Now consider the expression cos8x+2cos6x+cos4x.Factor it as cos4x(cos4x+2cos2x+1).The inner part is (cos2x+1)2.So the expression equals cos4x(cos2x+1)2.Substitute cos2x=sinx and cos4x=(cos2x)2=sin2x.Then it becomes sin2x(sinx+1)2.From the original equation sinx+sin2x=1, we have sinx=1−sin2x=cos2x (already used).Alternatively, sin2x=1−sinx.Replace sin2x with 1−sinx and sinx+1 remains as is.Now sin2x(sinx+1)2=(1−sinx)(sinx+1)2.Expand: (1−sinx)(1+2sinx+sin2x)=(1−sinx)(1+2sinx+sin2x).But sin2x=1−sinx, so substitute: (1−sinx)(1+2sinx+1−sinx)=(1−sinx)(2+sinx).Expand: (1−sinx)(2+sinx)=2+sinx−2sinx−sin2x=2−sinx−sin2x.Replace sin2x=1−sinx, then 2−sinx−(1−sinx)=2−sinx−1+sinx=1.Thus the required value is 1.Answer:1 (Option B)