Question
I. 5x² - 24 x + 28 = 0   II. 4y² - 8 y -
12= 0Â Â Â In the following questions, two equations numbered I and II are given. You have to solve both the equations and give answer.Solution
I. 5x² - 24 x + 28 = 0    5x² - 14x - 10x + 28 = 0    x (5x – 14) – 2 (5x – 14 )  (x – 2 ) (5x – 14)  x = 14/5, 2  II. 4y² - 8y - 12 = 0   4y²- 12y + 4y - 12 = 0   4 (y – 3) + 4(y – 3 )  (y– 3) (4y + 4)  y = 3, -1  Hence, relationship between x and y cannot be established.  Alternate Method:  If signs of quadratic equation is -ve and +ve respectively then the roots of equation will be +ve and +ve.   So, roots of first equation = x = 14/5, 2  If signs of quadratic equation is -ve and -ve respectively then the roots of equation will be +ve and -ve. (note: -ve sign will come in smaller root)  So, roots of second equation = y = 3, -1  After comparing roots of quadratice eqution we can conclude that relation cannot be established between x and y.
Which of the following data structures is best suited for implementing a priority queue?  Â
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following sorting algorithms is NOT stable?Â
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator