Concept:For a quadratic equation ax2+bx+c=0, the sum of roots is a−b and the product is ac.Explanation:The given equation is x2−nx+m=0.Here a=1, b=−n, c=m.Let the roots be α and β.Then α+β=n and αβ=m.The roots differ by 1, so α−β=1.Use the identity (α+β)2=(α−β)2+4αβ.Substitute the known values: n2=12+4m.Simplify to n2−4m−1=0.Answer:Option A: n2−4m−1=0 is correct.