Question
In the question, two equations I and II are given. You
have to solve both the equations to establish the correct relation between x and y and choose the correct option. I. x² + 7x = 60 II. y² + 19y + 84 = 0Solution
ATQ,
From I:
x² + 7x = 60
x² + 7x – 60 = 0
x² + 12x – 5x – 60 = 0
x(x + 12) – 5(x + 12) = 0
(x + 12)(x – 5) = 0
x = -12, 5
From II:
y² + 19y + 84 = 0
y² + 12y + 7y + 84 = 0
y(y + 12) + 7(y + 12) = 0
(y + 12)(y + 7) = 0
y = –12, -7
So, no relation can be established between x and y.
In the context of ADTs, what does "encapsulation" refer to?
How do you print the value of a variable ‘x’ in Python?
What is the role of the Transaction Manager in RDBMS architecture?
Which famous algorithm uses dynamic programming to find the shortest path in a weighted, directed graph?
What is the purpose of virtual memory?
How many bits are there in Ethernet address
In an ER diagram, what does a double line connecting two entities represent?
What is the first symbol in the bash script file
Which is correct with respect to the size of the data types in C?
__________ primarily provides insight into how effective network control and practices are, i.e. its compliance to internal and external network policie...