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

Find the length of direct common tangent of circle $(x-1)^{ 2 }+(y-2)^{ 2 }=4$ and $(x-5)^{ 2 }+(y-2)^{ 2 }=1$

  1. $\sqrt { 17 } $
  2. $\sqrt { 15 } $
  3. $\sqrt { 5 } $
  4. $\sqrt { 7 } $
Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • X = @(1, 2, 3, 4, 5) If the below script will be executed what will be the value of $Z[6]? $x = @(1, 2, 3, ...
  • What is the output of proc sql; title ’Table One and Table Two’; select * from one, two; Table One X Y ----...
  • data temp; length y $5; x=4; if x=4 then y='four'; else if x=7 then y='seven'; x=7; run; What would be the ...
  • class Demo { public static void main(String[] args) { int[] x = {7,6,5,4,3,2,1}; // insert code here System...
  • Which of the following are syntactically correct? (1) 01 REC-1 PIC SX(4). (2) 01 REC-2 PIC S9(4). (3) 01 RE...
  • 1. package test1; 2. public class Test1 { 3. static int x = 42; 4. } 1. package test2; 2. public class Test...
  • Given the following code: public class Demo { public int method(int x) { int r = 1; r += x; if ((x > 4) && ...
  • Which of the following codes will NOT give an error? (i) (display '(1 2 3)) (ii) (display (* (exp 5 2) 2)) ...

Practice this chapter

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