Concept:Replace x​ using the definition of g(x) to express f in terms of a new variable.Explanation:Let g(x)=1−x​=y.Then x​=1−y, so x=(1−y)2.Substitute these into f(g(x))=5+4x​+x.f(y)=5+4(1−y)+(1−y)2Expand and simplify:f(y)=5+4−4y+1−2y+y2f(y)=y2−6y+10Now substitute y=6:f(6)=62−6(6)+10=36−36+10=10Answer:f(6)=10, so the correct option is B.