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

Two lines through $(2,3)$ from which the circle $x^{2}+y^{2}=25$ intercepts chords of length $8$ units have equations

  1. $2x+3y=13, x+5y=17$
  2. $y=3, 12x+5y=39$
  3. $x=2, 9x-11y=51$
  4. $y=0, 12x+5y=39$
Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • 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? String x = "xyz"; x.toUpperCase(); /* Line 2 */ String y = x.replac...
  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • Which two statements are equivalent? 1. 3/2 2. 3<2 3. 3*4 4. 3<<2
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • Which two statements are equivalent? 1. 16*4 2. 16>>2 3. 16/2^2 4. 16>>>2
  • public class Test2 { public static int x; public static int foo(int y) { return y * 2; } public static void...
  • Which three are methods of the Object class? 1. notify(); 2. notifyAll(); 3. isInterrupted(); 4. synchroniz...

Practice this chapter

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