Computer Sciences > Gate 2016 Set-1 > Quardratic Equation
If f(x) = 2x7 + 3x - 5 Which of the following is a factor of f(x)?
A
(x3 + 8)
B
(x - 1)
C
(2x - 5)
D
(x + 1)

Explanation

Correct : Quardratic Equation

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science