Question
If x2 - 3x + 2 is a factor of, x4
- px2 + q, then (p, q) =Solution
The factors of x2 - 3x + 2 are (x - 1) and (x - 2)  Let f(x) = x4 - px2 + q Since, f(x) is divisible by (x - 1) and (x - 2) f(1) = 0 and f(2) = 0 f(1) = 14 - p(1)2 + q = 0 f(1) = 1 - p + q = 0 …..(1) f(2) = 24 - p(2)2 + q = 0 f(2) = 16 - 4p + q = 0 ------ ( 2 ) Solving (1) and (2), we get p = 5; q = 4
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which test is commonly applied in time series analysis to determine whether a series is stationary?
A retail company wants to optimize its marketing strategy by segmenting customers based on purchasing patterns. Which technique is most suitable for thi...
Which data transformation scales features to a range of 0 to 1?
What is polymorphism in Python?
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
In Pandas, which function reads CSV files?
Which of the following best describes a key advantage of containerization over traditional virtual machines?
A disk scheduling system receives requests for the following cylinders: 98, 183, 37, 122, 14, 124, 65, 67. If the current position of the disk head is a...
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...