Question
I. 2y2 - 37y + 143 = 0 II.
2x2 + 15x – 143 = 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. 2y2 - 37y + 143 = 0 2y2 - 11y - 26 y + 143 = 0 y (2 y – 11) – 13 (2 y – 11) = 0 (y – 13) (2 y – 11) = 0 y = 13, 11/2 II. 2x2 + 15x – 143 = 0 2x2 + 26x - 11 x – 143 = 0 2 x(x + 13) – 11(x + 13) = 0 (2 x – 11) (x + 13) = 0 x = - 13, 11/2 Hence, x ≤y
In a data analysis workflow, an index is created on a column with very low cardinality (e.g., a 'gender' column). What is a potential consequence of this?
Binary trees are often used to represent hierarchical data. Which of the following is NOT a direct application of binary trees?
What does it mean for an algorithm to be "in-place"?
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Consider the following Java code:
public class LengthMix {
Β Β public static void main(String[] args) {
Β Β Β Β int[] numbers...
A function sum_matrix_elements(matrix, R, C) is designed to sum all elements of a matrix with R rows and C columns. The implementation uses nested loops...
Which is best fit for blank space 14?
Which of the following statements accurately describes Third Normal Form (3NF) in database normalization?
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
What is the time complexity of the KMP algorithm for searching a pattern of length 'M' in a text of length 'N'?