We know that, for a quadratic equation ax2 + bx + c, Sum of its roots = -b/a and product of roots = c/a For 2x2 + 3x – 9 = 0, => x1 + x2 = -3/2 and x1x2 = -9/2 For the equation whose roots are 1/x1 and 1/x2, Sum of roots = (1/x1) + (1/x2) = (x1 + x2)/x1x2 = -3/-9 = 1/3 Product of roots = 1/(x1x2) = -2/9 ∴ the quadratic equation = x2 - 1/3x - 2/9 = 9x2 - 3x - 2 = 0
What is the first symbol in the bash script file
Who is the person who use his/her expertise to gain access to other people's information illegally is called as?
An online discussion group that allows direct live communication is known as
The boolean function f(x, y) = x OR (NOT(y)) is equivalent to which of the following boolean expressions?
Computer store data in _____ format and perform calculation on that.
What is the worst-case time complexity of inserting n2 elements into an AVL tree with n elements initially?
Which command is used to search for a specific pattern in a file in a Unix/Linux system?
Which of the following is a type of virus?
What is a process in the context of an operating system?
What is the purpose of the "GROUP BY" clause in an SQL query?