Concept:Use substitution to transform the irrational equation into a quadratic equation, then reject any impossible root.Explanation:Start with the given equation:x−x6=1Multiply every term by x to remove the denominator:x−6=xRearrange the equation:x−x−6=0Let q=x. Then x=q2. Substitute into the equation:q2−q−6=0Factorise the quadratic:q2−3q+2q−6=0q(q−3)+2(q−3)=0(q−3)(q+2)=0So, q=3 or q=−2.Since q=x must be non-negative, reject q=−2.Therefore, q=3, which gives:x=3Squaring both sides:x=9Verify: 9−96=3−2=1, which is correct.Answer:x=9This corresponds to option C.