Question
I. 6 y² + 11 y – 7= 0 II. 21 x² + 5 x – 6 =
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. 6 y² + 11 y – 7= 0 6 y² + 14 y - 3 y– 7= 0 2 y(3 y + 7) – 1(3 y + 7) = 0 (2 y – 1)(3 y + 7) = 0 y = 1/2,- 7/3 II. 21 x² + 5 x – 6 = 0 21 x² + 14 x - 9 x – 6 = 0 7 x(3 x + 2) – 3(3 x + 2) = 0 (7 x – 3)(3 x + 2) = 0 x = 3/7, -2/3 Hence, relationship cannot be established between x and y
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?