aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Tangents are drawn from point P to the circle ${ x }^{ 2 }+{ y }^{ 2 }={ 41e }^{ 2 }$ (e is the eccentricity of ellipse), then chord of contact pass through the point

  1. $(\frac { 3 }{ 11 } ,0)$
  2. $(-\frac { 1 }{ 17 } ,2)$
  3. $(1,-\frac { 25 }{ 9 } )$
  4. $(0,\frac { 9 }{ 11 } )$
Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • What will be the output of the program? String x = "xyz"; x.toUpperCase(); /* Line 2 */ String y = x.replac...
  • What will be the output of the program? try { int x = 0; int y = 5 / x; } catch (Exception e) { System.out....
  • public class Test2 { public static int x; public static int foo(int y) { return y * 2; } public static void...
  • What will be the output of the program? public class Switch2 { final static short x = 2; public static int ...
  • Which of the following are legal lines of code? 1. int w = (int)888.8; 2. byte x = (byte)1000L; 3. long y =...
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • What will be the output of the program? public class Test { public static int y; public static void foo(int...
  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...

Practice this chapter

  • Geometry (1950 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy