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

A triangle has two of its sides along the lines $y=m_{1}x$ & $y=m_{2}x$ where $m_{1},m_{2} $ are the roots of the equation $3x^{2}+10x+1=0$ and $H\ (6,2)$ be the orthocentre of the triangle. If the equation of the third side of the triangle is $ax+by+1=0$, then

  1. $a=3$
  2. $b=1$
  3. $a=4$
  4. $b=-2$
Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • 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...
  • What will be the output of the program? public class Switch2 { final static short x = 2; public static int ...
  • What will be the output of the program? public class Test { public static void main(String args[]) { int i ...
  • What will be the result of the given code snippet in C language? main() { int x=1; clrscr(); for(;x++;x%10?...
  • Which two statements are equivalent? 1. 16*4 2. 16>>2 3. 16/2^2 4. 16>>>2
  • What will be the output of the program? class Test { public static void main(String [] args) { int x= 0; in...

Practice this chapter

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