InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Consider an ellipse `x^(2)/a^(2)+y^(2)/b^(2)=1` What is the eauation of parabola whose verted is at (0, 0) and focus is at (0, 2) ?A. `y^(2)+8x=0`B. `y^(2)-8x=0`C. `x^(2)+8y=0`D. `x^(2)-8y=0` | 
                            
| 
                                   
Answer» Correct Answer - C Focus is (0, 2) a= -2 and parabola is along y-axis downward x`x^(2)=4ay` `x^(2)=-8y` or `x^(2)+8y=0`  | 
                            |