Mathematics · Quantitative Aptitude

Algebraic Polynomials

138 Questions

Algebraic polynomials involve factoring expressions, applying the remainder theorem, and finding variable roots. These topics form a major part of the quantitative aptitude syllabus. Regular practice ensures accuracy in solving complex algebraic equations.

Factoring polynomialsFactor theoremRemainder theoremPolynomial rootsCubic polynomials

Algebraic Polynomials Questions

Multiple choice general knowledge
  1. binomial

  2. degree

  3. linear

  4. square

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A polynomial with exactly two terms is called a binomial, such as x + 3 or 2a² - 5b. Degree refers to the highest power, linear refers to first-degree polynomials, and square is not a polynomial classification.

Multiple choice
  1. The terms of the polynomials are scanned from left to right.

  2. The terms with powers that occurs only in one polynomials are simply copied into resulting polynomial.

  3. The coefficients of terms with same powers are added and then the new term is copied into the resulting polynomial.

  4. All of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Adding polynomials represented as linked lists requires: scanning terms left to right, copying unique terms directly to the result, and combining coefficients of like-powered terms. All three operations are essential for complete polynomial addition, making 'All of these' the correct answer.

Multiple choice maths algebraic formulae - expansion of squares introduction to factorization introduction to factorisation factorising algebraic expressions

If the polynomial $f(x)$ is such that $f(-43) = 0$, which of the following is the factor of $f(x)$?

  1. $x - 43$
  2. $x$
  3. $x - 7$
  4. $x + 43$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

$f(-43)=0$ 
$\Rightarrow -43$ is root of $f(x)$

$\Rightarrow (x+43).g(x)=f(x)$ for some function $ g(x)$
$\Rightarrow (x+43)$ is the factor of $f(x)$

Multiple choice maths brackets order operations and algebra using brackets in algebraic expressions order of operations

If r and s are zeroes of the polynomial $t^2-4t+3$, then $\dfrac{1}{r}+\dfrac{1}{s}-2rs+\dfrac{14}{3}$ is equal to

  1. 0

  2. 1

  3. 2

  4. -1

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation
Quadratic Equation
If $\alpha$ and $\beta$ are the roots of the quadratic equation $ax^2+bx+c=0$
then $\alpha + \beta=\dfrac{-b}{a}$ and $\alpha\beta=\dfrac{c}{a}$

$f(t)=t^2-4t+3$
$r+s=4$
$rs=3$
Now,
$\dfrac{1}{r}+\dfrac{1}{s}-2rs+\dfrac{14}{3}=\dfrac{r+s}{rs}-2rs+\dfrac{14}{3}$

$=\dfrac{4}{3}-6+\dfrac{14}{3}=\dfrac{4-18+14}{3}=0$
Multiple choice business maths functions and graphs some functions and their graphs -i graphs of the form y=ax^2+bx+c introduction to sets

let $f(x)$ be a polynomial of degree $4$ having extreme values at $x=2$.if $\underset { x\rightarrow 0 }{ lim } \left( \frac { f\left( x \right)  }{ { x }^{ 2 } } +1 \right) =3$ then $f(1)$

  1. $\frac { 1 }{ 2 } $
  2. $\frac { 3 }{ 2 } $
  3. $\frac { 5 }{ 2 }$
  4. $\frac { 9 }{ 2 } $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Given f(x) is a quartic polynomial with extreme values at x=2, f'(2)=0. The limit condition lim(x->0) (f(x)/x^2 + 1) = 3 implies f(0)=0 and f'(0)=0, and f''(0)/2 = 2, so f''(0)=4. Using these conditions, one can determine the coefficients of f(x).