Concept:A square root equation must be solved by squaring both sides and checking for extraneous roots.Explanation:Start with x+9​=x−3.Square both sides: x+9=(x−3)2.Expand: x+9=x2−6x+9.Simplify: x2−7x=0.Factor: x(x−7)=0.So x=0 or x=7.Check each root in the original equation.For x=0: LHS 0+9​=3, RHS 0−3=−3 → not equal, discard.For x=7: LHS 7+9​=4, RHS 7−3=4 → works.Only one real root exists.Answer:Only one real root.