Hunter W. answered 10/27/20
Python Instructor - CS graduate
First recall the equation for a circle: (x - h)2 + (y - k)2 = r2
Now all you have to do is substitute the value of the origin (0,0) for x,y and the radius(4) for r:
Standard Form: (x - 0)2 + (y - 0)2 = 42