answered 11 years ago
Here is how to plot the point:
sol=solve(2*x+1==7,x) x0=sol[0].rhs() point((x0,2*x0+1),size=40)