Concept:If Blog10A=1, then log10A=B and A=10B.Explanation:Start with 5−xlog10(100001−4x)=1.Multiply both sides by (5−x): log10(100001−4x)=5−x.Rewrite in exponential form: 100001−4x=105−x.Now test each option. For x=0: 100001−40=100001−1=100000 and 105−0=105=100000. Both sides equal. So x=0 works.For x=1: LHS = 100001−4=99997, RHS = 104=10000, not equal.For x=10: LHS = 100001−410=100001−1048576=−948575, RHS = 10−5=0.00001, not equal.For x=100: 4100 is huge, LHS negative, RHS 10−95 tiny positive, not equal.Thus only x=0 satisfies.Answer:x=0 (Option A).