 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find an equation of the circle with centre at (0,0) and radius r. | 
| Answer» the equation of circle is `(x-a)^2 + (y-b)^2 = r^2` `(a,b) `is centre given as `(0,0)` putting in the equation `x^2 + y^2 = r^2` answer | |