Questions · Page 1 of 7

M.C.Q

🎯

Test yourself on this topic

50 questions · timed · auto-graded

MCQ 11 Mark
A symbol having a fixed value is called a $.........$
  • A
    Coefficient.
  • B
    Variable.
  • C
    None of these.
  • Constant.
Answer
Correct option: D.
Constant.
A symbol of having a fixed value is called a constant.
Ex. Any natural number, whole number, integers, rational number.
A symbol having the variable values is called variable.
View full question & answer
MCQ 21 Mark
If $\text{x}+\frac{1}{\text{x}}=3,$ then $\text{x}^6+\frac{1}{\text{x}^6}=$
  • A
    $927$
  • B
    $414$
  • C
    $364$
  • $322$
Answer
Correct option: D.
$322$

$\Big(\text{x}+\frac{1}{\text{x}}\Big)^2=\text{x}^2+\frac{1}{\text{x}^2}+2$
$\text{x}+\frac{1}{\text{x}}=3$ (given)
$\Rightarrow\text{x}^2+\frac{1}{\text{x}^2}=(3)^2-2$
$\Rightarrow\text{x}^2+\frac{1}{\text{x}^2}=7\ ...(1)$
Cubing both side of equation (1). we have
$\Big(\text{x}^2+\frac{1}{\text{x}^2}\Big)^3=(7)^3$
$\Rightarrow(\text{x}^2)^3+\Big(\frac{1}{\text{x}^2}\Big)^3+3(\text{x}^2)\frac{1}{\text{x}^2}\Big(\text{x}^2+\frac{1}{\text{x}^2}\Big)=7^3$
$\Rightarrow\text{x}^6+\frac{1}{\text{x}^6}+3(7)=7^3$
$\Rightarrow\text{x}^6+\frac{1}{\text{x}^6}=343-21$
$\Rightarrow\text{x}^6+\frac{1}{\text{x}^6}=322$
Hence, correct option is $(d).$

View full question & answer
MCQ 31 Mark
A polynomial containing one nonzero term is called a $.......$
  • A
    None of these.
  • Monomial.
  • C
    Binomial.
  • D
    Trinomial.
Answer
Correct option: B.
Monomial.
A polynomial containing one nonzero term is called a monomial.
Example: $3 x, 5 x^2, y^3$
View full question & answer
MCQ 41 Mark
Which of the following polynomials has $(-3)$ as a zero$?$
  • A
    $x^2+3$
  • B
    $x^2-3 x$
  • $x^2-9$
  • D
    $(x-3)$
Answer
Correct option: C.
$x^2-9$

$x^2-9$
$x^2-3^2$
$=(x+3)(x-3)\left[\text { Using identity } a^2-b^2=(a+b)(a-b)\right]$
Then the zeroes are $x + 3 = 0$ and $x - 3 = 0$
$\Rightarrow x = -3$ and $x = 3$

View full question & answer
MCQ 51 Mark
The value of the polynomial $5 x-4 x^2+3$, when $x = -1$ is:
  • A
    $6$
  • $-6$
  • C
    $1$
  • D
    $-1$
Answer
Correct option: B.
$-6$
$5 x-4 x^2+3$
$=-4 x^2+5 x+3$
Putting $x = -1$ in the given polynomial, we get
$-4(-1)^2+5(-1)+3= -4 - 5 + 3$
$= -9 + 3$
$= -6$
View full question & answer
MCQ 61 Mark
If $(x+y)^3-(x-y)^3-6 y\left(x^2-y^2\right)=k y^2$, then $k=$
  • A
    $1$
  • B
    $2$
  • C
    $4$
  • $8$
Answer
Correct option: D.
$8$
Let $x+y=A$ and $x-y=B$
Now, $(A-B)^3=A^3-B^3-3 A B(A-B)$
$\Rightarrow[(x+y)-(x-y)]^3=(x+y)^3-(x-y)^3-3(x+y)(x-y)[(x+y)-(x-y)]$
$=(x+y)^3-(x-y)^3-3\left(x^2-y^2\right)(2 y)$
$=(x+y)^3-(x-y)^3-6 y\left(x^2-y^2\right)$
But, $(x+y)^3-(x-y)^3-6 y\left(x^2-y^2\right)=k y^3$
$\Rightarrow[(x+y)-(x-y)]^3=(2 y)^3=k 8 y^3$
$\Rightarrow(2 y)^3=k y^3$
$\Rightarrow 8 y^3=k y^3$
$\Rightarrow k=8$
Hence, correct option is $(d).$
View full question & answer
MCQ 71 Mark
If $x + 2$ and $x - 1$ are the factor of $x^3+10 x^2+m x+n$, then the values of $m$ and $n$ are respectively.
  • A
    $5$ and $-3$
  • $7$ and $-18$
  • C
    $23$ and $-19$
  • D
    $17$ and $-8$
Answer
Correct option: B.
$7$ and $-18$

 It is given $(x+2)$ and $(x-1)$ are the factors of the polynomial $f(x)=x^3+10 x^2+m x+n$
i.e., $f(-2)=0$ and $f(1)=0$
New,
$f(-2)=(-2)^3+10(-2)^2+\mathrm{m}(-2)+\mathrm{n}=0$
$-8+40-2 \mathrm{~m}+\mathrm{n}=0$
$\Rightarrow-2 \mathrm{~m}+\mathrm{n}=-32$
$\Rightarrow 2 \mathrm{~m}-\mathrm{n}=32 \ldots . \text { (i) }$
$\mathrm{f}(1)=(1)^3+10(1)^2+\mathrm{m}(1)+\mathrm{n}=0$
$1+10+\mathrm{m}+\mathrm{n}=0$
$\mathrm{~m}+\mathrm{n}=-11 \ldots \text { (ii) }$
Solving equation $(i)$ and $(ii)$ we get,
$\mathrm{m}=7 \text { and } \mathrm{n}=-18$

View full question & answer
MCQ 81 Mark
The Zero of the polynomial $(x-2)^2-(x+2)^2$ is:
  • A
    $1$
  • B
    $-2$
  • $0$
  • D
    $2$
Answer
Correct option: C.
$0$

 $(x-2)^2-(x+2)^2$
$= (x - 2 + x + 2) (x - 2 - x - 2) [$Using identity $a^2-b^2 = (a + b) (a - b)]$
$= (2x) (-4)$
$= -8x$
Then the zero is,
$-8 = 0$
$⇒ x = 0$

View full question & answer
MCQ 91 Mark
Write the correct answer in the following: If $x + 1$ is a factor of the polynomial $2 x^2+k x$, then the value of $k$ is.
  • A
    $-3$
  • B
    $4$
  • $2$
  • D
    $-2$
Answer
Correct option: C.
$2$

 Let $p(x) = 2 x^2+k x$
Since, $(x + 1)$ is a factor of $p(x)$, then
$p(-1) = 0$
$2(-1)^2 + k(-1) = 0$
$⇒ 2 - k = 0$
$⇒ k = 2$

View full question & answer
MCQ 101 Mark
If $p(x) = 5x - 4x^2 + 3$ then $p(-1) = ?$
  • A
    $2$
  • B
    $-2$
  • C
    $6$
  • $-6$
Answer
Correct option: D.
$-6$

 $P(x) = 5x - 4x^2 + 3$
$⇒ p(-1) = 5(-1) - 4(-1)^2 + 3$
$= -5 - 4 + 3$
$= -6$

View full question & answer
MCQ 111 Mark
The degree of the zero polynomial is.
  • Not defined.
  • B
    $1$
  • C
    Any natural number.
  • D
    $0$
Answer
Correct option: A.
Not defined.

 The general form of a polynomial is $a_n x^n$, where n is a natural number.
For zero polynomial $a =0 $.
Since the largest value of $n$ for which an is non-zero is negative infinity $($all the integers are bigger than negative infinity$).$
Therefore, the degree of zero polynomials is not defined.

View full question & answer
MCQ 121 Mark
If $(x + 1)$ and $(x - 1)$ are factors of $px^3  + x^2 - 2x + p$ then value of $p$ and $q$ are.
  • A
    $p = -1, q = 2$
  • $p = 2, q = -1$
  • C
    $p = 2, q = 1$
  • D
    $p = -2, q = -2$
Answer
Correct option: B.
$p = 2, q = -1$

 Given: $f(x) =px^3 + x^2 - 2x + q$
If $x + 1$ is a factor of $ f(x).$
Then $f(-1) = 0$
$p(-1)^3 + (-1)^2 - 2(1) + q = 0$
$-p + 1 + 2 + q = 0$
$-p + q = -3$
$p - q = 3 ......(i)$
Also, if $x - 1$ is a factor of $f(x),$ then
$p(1)^3 + (1)^2 - 2(1) + q = 0$
$p + 1 - 2 + q = 0$
$p + q = 1 ......(ii)$
$2p = 4$
$p = 2$
subtracting eq.$(ii)$ from eq. $(i),$
we get,
$-2q = 2$
$q = -1$
$q = -1$
Therefore, $p = 2, q = -1$

View full question & answer
MCQ 131 Mark
Write the correct answer in the following: Which one of the following is a polynomial$?$
  • A
    $\frac{\text{x}^2}{2}-\frac{2}{\text{x}^2}$
  • B
    $\sqrt{2\text{x}-1}$
  • $\text{x}^2+\frac{3\text{x}^{\frac{3}{2}}}{\sqrt{\text{x}}}$
  • D
    $\frac{\text{x}-1}{\text{x}+1}$
Answer
Correct option: C.
$\text{x}^2+\frac{3\text{x}^{\frac{3}{2}}}{\sqrt{\text{x}}}$
$a.$Now, $\frac{\text{x}^2}{2}-\frac{2}{\text{x}^2}=\frac{\text{x}^2}{2}-2\text{x}^{-2},$ it is not a polynomial, because exponent of $x$ is $-2$ which is not a whole number.
$b.$Now, $\sqrt{2\text{x}-1}=\sqrt{\text{2}\text{x}}^{\frac{1}{2}}-1, $ it is not a polynomial, because exponent of $x$ is $-\frac{1}{2}$ which is not a whole number.
$c.$Now, $\text{x}^2+\frac{3\text{x}^{\frac{3}{2}}}{\sqrt{\text{x}}}=\text{x}^2+3\text{x}^{\frac{3}{2}-\frac{1}{2}}=\text{x}^2+3\text{x}^{\frac{2}{2}}=\text{x}^2+3\text{x},$ it is not a polynomial, because exponent of $x$ is which is a whole number.
$d.\frac{\text{x}-1}{\text{x}+1},$ it is not a polynomial because it is a rational function.
View full question & answer
MCQ 141 Mark
One of the zeroes of the polynomial $2x^2 + 7x - 4$ is:
  • $\frac{1}{2}$
  • B
    $\frac{-1}{2}$
  • C
    $-2$
  • D
    $2$
Answer
Correct option: A.
$\frac{1}{2}$

 $2x^2 + 7x - 4$
$= 2x^2 + 8x - x - 4$
$= 2x(x + 4) - 1(x + 4)$
$= (2x - 1)(x + 4)$
$2x - 1 = 0$ and $x + 4 = 0$
$\text{x}=\frac{1}{2}$ and $x = -4$
Therefore, one zero of the given polynomial is $\frac{1}{2}$

View full question & answer
MCQ 151 Mark
Which of the following expression is a monomial.
  • $4x^3$
  • B
    $x^6 + 2x^2 + 2$
  • C
    $3 + x$
  • D
    None of these.
Answer
Correct option: A.
$4x^3$

 $4x^3$ because monomial means only one term in an expression.

View full question & answer
MCQ 161 Mark
The zeroes of the polynomial $p(x) = x(x - 2) (x + 3)$ are:
  • A
    $0, 2, -4$
  • B
    $0, 2, 4$
  • $0, 2, -3$
  • D
    $0$
Answer
Correct option: C.
$0, 2, -3$

$ p(x) = x(x - 2) (x + 3)$
$⇒ x = 0$ and $x - 2 = 0$ and $x + 3 = 0$
$⇒ x = 0, x = 2$ and $x = -3$
Therefore, the zeroes are $0, 2, -3$

View full question & answer
MCQ 171 Mark
Which of the following expression is a polynomial.
  • A
    $\sqrt{\text{t}}+5\text{t}-1$
  • B
    $\sqrt{\text{x}}+2$
  • $\text{x}^3-1$
  • D
    $\text{x}^2-\frac{1}{\text{x}^2}$
Answer
Correct option: C.
$\text{x}^3-1$

 In a polynomial, the power of the variable of each term should be a whole number.
Here, the power of variable $x$ is $3,$ which is a whole number.
Therefore, it is a polynomial.

View full question & answer
MCQ 181 Mark
The factors of $a^2 - 1 - 2x - x^2,$ are.
  • $(a + x + 1) (a - x - 1)$
  • B
    $(a - x + 1) (a - x - 1)$
  • C
    $(a + x - 1) (a - x + 1)$
  • D
    None of these.
Answer
Correct option: A.
$(a + x + 1) (a - x - 1)$

 The given expression to be factorized is $a^2 - 1 - 2x - x^2$
Take common -1 from the last three terms and then we have
$a^2 - 1 - 2x - x^2 = a^2 - (1 + 2x + x^3)$
$= a^2 - {(1)^2 + 2.1 × x + (x)^2}$
$= a^2 - (1 + x)^2$
$= (a)^2- (1 + x)^2$
$= {a + (1 + x)} {a - (1 + x)}$
$= (a + 1 + x) (a - 1 - x)$
$= (a + x + 1) (a - x - 1)$

View full question & answer
MCQ 191 Mark
Which of the following is a linear polynomial$?$
  • A
    $x + x2$
  • $x + 1$
  • C
    $5x^2 - x + 3$
  • D
    $\text{x}+\frac{1}{\text{x}}$
Answer
Correct option: B.
$x + 1$

 A polynomial of degree $1$ is called a linear polynomial.
Options $(a),$ and $(c)$ have degree $2,$
so ther are quadratic polynomials.
option $(d)$ has a negative power, so it is not a polynomial.
The degree of $x + 1$ is $1,$ so it is a linear polynomial.

View full question & answer
MCQ 201 Mark
If $x^2 - 1$ is a factor of $ax^4 +bx^3 + cx^2 + dx + e,$ then.
  • $a +c + e = b + d$
  • B
    $a + b + e = c + d$
  • C
    $b + c + d = a + e$
  • D
    $a + b + c = d + e$
Answer
Correct option: A.
$a +c + e = b + d$

 As $(x^2 - 1)$ Is a factor of polynomial
$f(x^2) = ax^4 + bx^3 + cx^2 + dx + e$
Therefore,
$f(x) = 0$
And,
$f(1) = 0$
$a(1)^2 + b(1)^3 + c(1)^2 + d(1) + e = 0$
$⇒ a + b + c + d + e = 0$
And,
$f(-1) = 0$
$a(-1)^4 + b(-1)^3 + c(-1)^2 + d(-1) + e = 0$
$a - b - c - d + e = 0$
Hence, $a + c + e = b + d$

View full question & answer
MCQ 211 Mark
The expression $(a - b)^3 + (b - c)^3 + (c - a)^3$ can be factorized as:
  • A
    $(a - b)(b - c)(c - a)$
  • $3(a - b)(b - c)(c - a)$
  • C
    $-3(a - b)(b - c)(c - a)$
  • D
    $(a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$
Answer
Correct option: B.
$3(a - b)(b - c)(c - a)$

 By we know that $a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$
If $a + b + c = 0,$ then
$a^3 + b^3 + c^3 = 3abc$
In given expression,
Let $a - b = A, b - c = B, c - a = C$
Now, $a - b + b - c + c - a = 0$
i.e. $A + B + C = 0$
$⇒ A^3 + B^3 + C^3 = 3ABC$
$⇒ (a - b)^3 + (b - c)^3 + (c - a)^3 = 3(a - b)(b - c)(c - a)$
Hence, correct option is $(b).$

View full question & answer
MCQ 221 Mark
If both $x- a$ and $\text{x}-\frac{1}{2}$ are the factors of $\text{px}^2 + 5\text{x} +\text{r},$ than:
  • $p = r$
  • B
    $2p = r$
  • C
    $p = 2r$
  • D
    None of these.
Answer
Correct option: A.
$p = r$

If both $x - a$ and $\text{x}-\frac{1}{2}$ are the factors of $\text{px}^2 + 5\text{x} +\text{r},$ than $f(2) = 0$
$\Rightarrow\text{p}(2)^2+5(2)+\text{r}=0$
$\Rightarrow4\text{p}+10+\text{r} = 0$
$\Rightarrow4\text{p}+\text{r}=-10\ ...(\text{i})$
Also, $\text{f}\Big(\frac{1}{2}\Big)=0$
$\Rightarrow\text{p}\Big(\frac{1}{2}\Big)^2+5\Big(\frac{1}{2}\Big)+\text{r}=0$
$\Rightarrow\frac{\text{p}}{4}+\frac{5}{2}+\text{r}=0$
$\Rightarrow\text{p}+10+4\text{r}=0$
$\Rightarrow\text{p}+4\text{r}=-10\ ...{\text{ii}}$
From eq. $(i)$ and eq. $(ii),$ we get
$4\text{p}+\text{r}=\text{p}+4\text{r}$
$\Rightarrow3\text{p}=3\text{r}$
$\Rightarrow\text{p}=\text{r}$

View full question & answer
MCQ 231 Mark
The value of $(x - a)^3 + (x - b)^3 + (x - c)^3 - 3(x - a) (x - b) (x - c)$ when $a + b + c = 3x,$ is:
  • A
    $1$
  • B
    $2$
  • C
    $3$
  • $0$
Answer
Correct option: D.
$0$

$ (x - a)^3 + (x - b)^3 + (x - c)^3 - 3(x - a) (x - b) (x - c)$
$= [x - a + x - b + x - c]$
$[(x - a^2) + (x - b^2) + (x - c^2) - (x - a) (x - b) - (x - b) (x - c) - (x - c) (x - a)]$
$= [3x - ({a + b + c})]$
$[(x - a)^2 + (x - b)^2 + (x - c)^2 - (x - a) (x - b) - (x - b) (x - c) - (x - c) (x -a)]$
$= 3x - 3x$
$[(x - a)^2 + (x - b)^2 + (x - c)^2 - (x - a) (x - b) - (x - b) (x - c) - (x - c) (x - a)]$
$= 0$
$[0] [(x - a)^2 + (x - b)^2 + (x - c)^2 - (x - a) (x - b) - (x - b) (x - c) - (x - c) (x - a)]$

View full question & answer
MCQ 241 Mark
If $49\text{a}^2-{\text{b}}=\Big(7\text{a}+\frac{1}{2}\Big)\Big(7\text{a}-\frac{1}{2}\Big),$ then the value of $b$ is:
  • A
    $0$
  • $\frac{1}{4}$
  • C
    $\frac{1}{\sqrt2}$
  • D
    $\frac{1}{2}$
Answer
Correct option: B.
$\frac{1}{4}$
$\Big(7\text{a}+\frac{1}{2}\Big)\Big(7\text{a}-\frac{1}{2}\Big)=(7\text{a})^2-\Big(\frac{1}{2}\Big)^2$
$[$by using identity $(a + b)(a - b) = a^2 - b^2]$
$\Rightarrow\Big(7\text{a}+\frac{1}{2}\Big)\Big(7\text{a}-\frac{1}{2}\Big)=49\text{a}^2-\frac{1}{4}$
$\Rightarrow49\text{a}^2-\text{b}=49\text{a}^2-\frac{1}{4}$
$\Rightarrow\text{b}=\frac{1}{4}$
Hence, correct option is $(b).$
View full question & answer
MCQ 251 Mark
Write the correct answer in the following: $\sqrt{2}$ is a polynomial of degree.
  • A
    $2$
  • $0$
  • C
    $1$
  • D
    $\frac{1}{2}$
Answer
Correct option: B.
$0$

$\sqrt{2}$ is a constant polynomial. The only term here is $\sqrt{2}$ which can be written as $\sqrt{2}\text{x}^\circ.$ So, the exponent of $x$ is zero. Therefore, the degree of the polynomial is $0.$

View full question & answer
MCQ 261 Mark
If $x - 2$ is a factor of $x^2 + 3ax - 2a$, then $a =$
  • A
    $1$
  • B
    $-2$
  • C
    $2$
  • $-1$
Answer
Correct option: D.
$-1$
As $(x - 2)$ is a factor of $f(x) = x^2 + 3ax - 2a$
i.e., $f(2) = 0$
$(2)^2 + 3a(2) - 2a = 0$
$4 + 6a - 2a = 0$
$= -1$
View full question & answer
MCQ 271 Mark
If $p(x) = 5x - 4x^2 + 3$ then $p(-1) = ?$
  • A
    $6$
  • B
    $-2$
  • C
    $2$
  • $-6$
Answer
Correct option: D.
$-6$

$p(x) = 5x - 4x^2 + 3$
Putting $x = -1$ in $p(x),$ we get
$p(-1) = 5 × (-1)-4 × (-1)^2 + 3 = -5 - 4 + 3 = -6$

View full question & answer
MCQ 281 Mark
Write the correct answer in the following: One of the zeroes of the polynomial $2x^2 + 7x - 4 $ is.
  • A
    $2$
  • $\frac{1}{2}$
  • C
    $-\frac{1}{2}$
  • D
    $-2$
Answer
Correct option: B.
$\frac{1}{2}$

Let $p(x) = 2x^2 + 7x - 4$
$= 2x^2 + 8x - x- 4 [$by splitting middle term$]$
$= 2x(x + 4) -1(x + 4)$
$=(2x - 1)(x + 4)$
For zeroes of $p(x),$ put $p(x) = 0 ⇒ (2x - 1)(x + 4) = 0$
$⇒ 2x - 1 = 0$ and $x + 4 = 0$
$\Rightarrow\text{x}=\frac{1}{2}$ and $\text{x}=-4$
Hence, one of the zeroes of the polynomial $p(x)$ is $\frac{1}{2}.$

View full question & answer
MCQ 291 Mark
The value of $(\sqrt{\text{x}}+\sqrt{\text{y}})(\sqrt{\text{x}}-\sqrt{\text{y}})(\text{x}+\text{y})(\text{x}^2+\text{y}^2)$ is:
  • A
    $(\text{x}^4+\text{y}^4)$
  • $(\text{x}^4-\text{y}^4)$
  • C
    $(\text{x}+\text{y})^4$
  • D
    $(\text{x}-\text{y})^4$
Answer
Correct option: B.
$(\text{x}^4-\text{y}^4)$
$(\sqrt{\text{x}}+\sqrt{\text{y}})(\sqrt{\text{x}}-\sqrt{\text{y}})(\text{x}+\text{y})(\text{x}^2+\text{y}^2)$
$[(\sqrt{\text{x}})^2-(\sqrt{\text{y}})^2](\text{x}+\text{y})(\text{x}^2+\text{y}^2)$
$=(\text{x}-\text{y})(\text{x}+\text{y})(\text{x}^2+\text{y}^2)$
$=[(\text{x})^2-(\text{y})^2](\text{x}^2+\text{y}^2)$
$=(\text{x}^2-\text{y}^2)(\text{x}^2+\text{y}^2)$
$=(\text{x}^2)^2-(\text{y}^2)^2$
$=\text{x}^2-\text{y}^2$
View full question & answer
MCQ 301 Mark
Zero of the zero polynomial is:
  • Every real number.
  • B
    Not defined.
  • C
    $0$
  • D
    $1$
Answer
Correct option: A.
Every real number.

 Zero of the zero polynomial is any real number.
e.g., Let us consider zero polynomial be $0(x - k),$ where $k$ is a real number.
For determining the zero, put $x - k = 0 ⇒ x = k$ Hence, zero of the zero polynomial be any real number.

View full question & answer
MCQ 311 Mark
The value of $\frac{(2.3)^3-0.027}{(2.3)^2+0.69+0.09},$ is:
  • $2$
  • B
    $3$
  • C
    $2.327$
  • D
    $2.273$
Answer
Correct option: A.
$2$

 $\frac{(2.3)^3-0.027}{(2.3)^2+0.69+0.09}$
$=\frac{(2.3)^3-(0.3)^3}{(2.3)^2+(0.3)^3+(2.3)(0.3)}$
$=\frac{(2.3 - 0.3)\{(2.3)^2+(0.3)^2+(2.3)(0.3)\}}{((2.3)^2+(0.3)^2+(2.3)(0.3))}$
$=2.3 - 0.3$
$=2$
Hence, correct option is $(a).$

View full question & answer
MCQ 321 Mark
The value of $\frac{(0.87)^3+(0.13)^3}{(0.87)^2-(0.87\times0.13)+(0.13)^2}$ is:
  • A
    $0$
  • B
    $0.13$
  • C
    $0.87$
  • $1$
Answer
Correct option: D.
$1$

 $\frac{(0.87)^3+(0.13)^3}{(0.87)^2-(0.87\times0.13)+(0.13)^2}$
$=\frac{(0.87+0.13)[(0.87)^2-(0.87\times0.13)+(0.13)^2]}{(0.87)^2-(0.87\times0.13)+(0.13)^2}$
$=0.87+0.13$
$=1$

View full question & answer
MCQ 331 Mark
The zeros of the polynomial $p(x) = x^2- 3x$  are:
  • A
    $0, 0$
  • $0, 3$
  • C
    $0, -3$
  • D
    $3, -3$
Answer
Correct option: B.
$0, 3$

 Let $p(x)$ be a polynomial. If $\text{p}(\alpha)=0,$ then we say that $\alpha$ is a zero of a polynomial.
$p(x) = x^2 - 3x$
Now, $p(x) = 0$
$⇒ x^2 - 3x$
$⇒ x(x - 3) = 0$
$⇒ x = 0$ or $(x - 3) = 0$
$⇒ x = 0$ or $x = 3$
$\therefore 0$ and $3$ are the zeroes of the polynomial $p(x).$

View full question & answer
MCQ 341 Mark
When $p(x) = x^4 + 2x^3 - 3x^2 + x - 1$ is divided by $(x - 2),$ the remainder is:
  • $21$
  • B
    $0$
  • C
    $-1$
  • D
    $-15$ 
Answer
Correct option: A.
$21$
$x^4 + 2x^3 - 3x^2 + x - 1$
Using remainder theorem,
$= (2)^4 + 2(2)^3 - 3(2)^2 + 2 - 1$
$= 16 + 16 - 12 + 2 - 1$
$= 34 - 13$
$= 21$
View full question & answer
MCQ 351 Mark
When $p(x) = x^3 - ax^2 + x$ is divided by $(x - a),$ the remainder is:
  • A
    $0$
  • $a$
  • C
    $2a$
  • D
    $3a$
Answer
Correct option: B.
$a$

 $p(x) = x^3 - ax^2 + x$
$x - a = 0 ⇒ x = a$
By the remainder theorem, we know that when $p(x)$ is divided by $(x - a)$, the remainder is $p(a).$
Now, $p(a) = a^3 - ax^2 + a$
$= a^3 - a^3 + a$
$= a$

View full question & answer
MCQ 361 Mark
A linear polynomial.
  • Has one and only one zero.
  • B
    May have more than one zero.
  • C
    May have one zero.
  • D
    May have two zero.
Answer
Correct option: A.
Has one and only one zero.
A polynomial which has one and only one zero, is called a linear polynomial.
View full question & answer
MCQ 371 Mark
The zeros of the polynomial $p(x) = 2x^2 + 5x - 3$ are.
  • A
    $1,\frac{-1}{2}$
  • B
    $\frac{-1}{2},3$
  • $\frac{1}{2},-3$
  • D
    $\frac{1}{2},3$
Answer
Correct option: C.
$\frac{1}{2},-3$

 The given polynomial is $p(x) = 2x^2 + 5x - 4$
Putting $\text{x}=\frac{1}{2}$ in $p(x),$ we get
$\text{p}\Big(\frac{1}{2}\Big)=2\times\Big(\frac{1}{2}\Big)^2+5\times\frac{1}{2}-3$
$=\frac{1}{2}+\frac{5}{2}-3=3-3=0$
Putting $x = -3$ in $p(x),$ we get
$\text{p}(-3)=2\times(-3)^2+5\times(-3)-3$
$= 18-15-3$
$= 0$
Therefore, $x = -3$ is a zero of the polynomial $p(x)$
Thus, $\frac{1}{2}$ and $-3$ are the zeros of the given polynomial $p(x).$

View full question & answer
MCQ 381 Mark
$\sqrt{2}$ is a polynomial of degree.
  • $0$
  • B
    $1$
  • C
    $2$
  • D
    $\sqrt{2}$
Answer
Correct option: A.
$0$

 $\sqrt{2}$ is a constant term. Therefore, the degree of $\sqrt{2}$ is $0.$

View full question & answer
MCQ 391 Mark
$(a - b)^3 + (b - c)^3 + (c - a)^3 =$
  • A
    $(a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$
  • B
    $(a - b)(b - c)(c - a)$
  • $3(a - b)(b - c)(c - a)$
  • D
    None of these.
Answer
Correct option: C.
$3(a - b)(b - c)(c - a)$

 Let
$a - b = A$
$b - c = B$
$c - a = C$
Now $(A + B + C)^3 = A^3 + B^3 + C^3 + 3(A + B)(B + C)(C + A)$
$⇒ A^3 + B^3 + C^3 = (A + B + C)^3- 3(A + B)(B + C)(C + A)$
Now putting values of $A, B$ and $C.$ we get
$(\text{a} - \text{b})^3 + (\text{b} - \text{c})^3 + (\text{c} - \text{a})^3\\=(\not\text{a}-\not\text{b}+\not\text{b}-\not\text{c}+\not\text{c}-\not\text{a})^3\\-3(\text{a}-\not\text{b}+\not\text{b}-\text{c})(\text{b}-\not\text{c}+\not\text{c}-\text{a})(\text{c}-\not\text{a}+\not\text{a}-\text{b})$
$⇒ (a - b)^3+ (b - c)^3 + (c - a)^3 = 0 - 3 (a - c)(b - a)(c - b)$
$⇒ (a - b)^3+ (b - c)^3 + (c - a)^3 = 3(a - b)(b - c)(c - a)$
Hence, correct option is $(c).$

View full question & answer
MCQ 401 Mark
The value of $(102)^3$ is:
  • A
    $1820058$
  • B
    $1001208$
  • C
    $1061280$
  • $1061208$
Answer
Correct option: D.
$1061208$

$(102)^3 = (100 + 2)^3$
$= (100)^3 + (2)^3 + 3 × 100 × 2(100 + 2)$
$= 1000000 + 8 + 60000 + 1200$
$= 1061208$

View full question & answer
MCQ 411 Mark
If $a + b + c = 0,$ then $\frac{\text{a}^2}{\text{bc}}+\frac{\text{b}^2}{\text{ca}}+\frac{\text{c}^2}{\text{ab}}=$
  • A
    $0$
  • B
    $1$
  • C
    $-1$
  • $3$
Answer
Correct option: D.
$3$

$a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$
If $a + b + c = 0,$ then
$a^3 + b^3 + c^3 - 3abc = 0$
$⇒ a^3 + b^3 + c^3 = 3abc ...(1)$
Now, consider $\frac{\text{a}^2}{\text{bc}}+\frac{\text{b}^2}{\text{ca}}+\frac{\text{c}^2}{\text{ab}}$
Multiplying dividing by $a. b.$ and $c$ in $\frac{\text{a}^2}{\text{bc}}.\frac{\text{b}^2}{\text{ca}} and \frac{\text{c}^2}{\text{ab}}$ respectively. we get
$\frac{\text{a}^3}{\text{abc}}+\frac{\text{b}^3}{\text{bca}}+\frac{\text{c}^3}{\text{cab}}$
$=\frac{\text{a}^3+\text{b}^3+\text{c}^3}{\text{abc}}$
$=\frac{3\text{abc}}{\text{abc}} ....[$From $(1)]$
$=3$
Hence, correct option is $(d).$

View full question & answer
MCQ 421 Mark
If both $(x + 2)$ and $(2x + 1)$ are factors of $ax^2 + 2x + b$, than the value of $a - b$ is:
  • A
    $1$
  • B
    $2$
  • $0$
  • D
    $-1$
Answer
Correct option: C.
$0$

 $\text{p}(\text{x})=\text{ax}^2+2\text{x}+\text{b}$
$\Rightarrow\text{a}(-2)^2 + 2(-2) + b = 0$
$\Rightarrow4\text{a} - 4+\text{b}=0\ .... (\text{i})$
Also,
$\text{p}\Big(\frac{-1}{2}\Big)=0$
$\Rightarrow\text{a}\Big(\frac{-1}{2}\Big)^2+2\Big(\frac{-1}{2}\Big)+\text{b}=0$
$\Rightarrow\frac{\text{a}}{4}-1+\text{b}=0$
$\Rightarrow\text{a}-4+4\text{b}=0\ ...(\text{ii})$
Subtracting eq. $(ii)$ from eq. $(i),$ we get
$3\text{a}+0-3\text{b}=0$
$\Rightarrow3(\text{a}-\text{b})=0$
$\Rightarrow\text{a}-\text{b}=0$

View full question & answer
MCQ 431 Mark
The factors of $x^3 - 1 + y^3 + 3xy$ are.
  • $(x - 1 + y) (x^2 + 1 + y^2 + x + y - xy)$
  • B
    $(x - 1 + y) (x^2 - 1 - y^2 + x + y + xy)$
  • C
    $3(x + y - 1) (x^2 + y^2 - 1)$
  • D
    $(x + y + 1) (x^2 + y^2 + 1 - xy - x - y)$
Answer
Correct option: A.
$(x - 1 + y) (x^2 + 1 + y^2 + x + y - xy)$

 The given expression to be factorized is $x^3 - 1 + y^3 + 3xy$
This can be written in the form
$x^3 - 1 + y^3 + 3xy = (x)^2 + (-1)^3 + (y)^3 - 3(x) × (-1).(y)$
Recall the formula $a^3 + b^3 + c^3 - 3abc = (a + b + c) (a^2 + b^2 + c^2 - ab - bc - ca)$
Using the above formula, we have,
$x^3 - 1 + y^3 + 3xy$
$= (x + (-1) + y) {(x)^2 + (-1)^2 + (y)^2 - (x) × (-1) - (-1) × (y) - (y) × (x)}$
$= (x - 1 + y) (x^2 + 1 + y^2 + x + y - xy)$

View full question & answer
MCQ 441 Mark
If $p(x) = (x - 1) (x + 1),$ then the value of $p(2) + p(1) - p(0)$ is:
  • A
    $2$
  • B
    $3$
  • C
    $1$
  • $4$
Answer
Correct option: D.
$4$

 Given: $P(x) = (x - 1) (x + 1),$ then$p(2) + p(1) - p(0)$
$= (2 - 1) (2 + 1) + (1 - 1) (1 + 1) - (0 - 1) (0 + 1)$
$= 1 × 3 + 0 × 2 - (-1) × 1$
$= 3 + 0 + 1$
$= 4$

View full question & answer
MCQ 451 Mark
Where $p(x) = x^4 + 2x^3 - 3x^2 - 1$ is divided by $(x - 2),$ the remainder is:
  • A
    $0$
  • B
    $-1$
  • C
    $-15$
  • $21$
Answer
Correct option: D.
$21$

 $p(x) = x^4 + 2x^3 - 3x^2 + x - 1$
$x - 2 = 0 ⇒ x = 2$
By the remainder theorem, we know that when $p(x)$ is divided by
$(x - 2)$, the remainder is $p(2).$
Now, $p(2) = x^4 + 2x^3 - 3x^2 + x - 1$
$= (2)^4 + 2(2)^3 - 3(2)^2 + 2 - 1$
$= 16 +16 - 12 + 2 - 1$
$= 21$

View full question & answer
MCQ 461 Mark
Write the correct answer in the following: The coefficient of $x$ in the expansion of $(x + 3)^3$ is.
  • A
    $1$
  • B
    $9$
  • C
    $18$
  • $27$
Answer
Correct option: D.
$27$

 Now, $(x + y)^3 = x^3+ 3^3= 3.x.3(x + 3)$
$[$Using identity, $(a + b)^3 = a^3 + b^3 + 3ab(a + b)]$
$= x^3 + 27 + 9x(x + 3)$
$= x^3 + 27 + 9x^2 + 27x$
Hence, the coefficient of $x$ in $(x + 3)^3$ is $27.$

View full question & answer
MCQ 471 Mark
When $p(x) = 4x^3 - 12x^2 + 11x - 5$ is divided by $(2x - 1),$ the remainder is:
  • A
    $0$
  • B
    $-5$
  • $-2$
  • D
    $2$
Answer
Correct option: C.
$-2$
 $\text{p}(\text{x}) = 4\text{x}^3 - 12\text{x}^2 + 11\text{x} - 5$
$\text{x}-1=0\Rightarrow\text{x}=\frac{1}{2}$
By the remainder theorem, we know that when $p(x)$ is divided by $(2x - 1),$ the remainder is $\text{p}\Big(\frac{1}{2}\Big).$
Now, $\text{p}\Big(\frac{1}{2}\Big)= 4\text{x}^3 - 12\text{x}^2 + 11\text{x} - 5$
$=4\Big(\frac{1}{2}\Big)^3-12\Big(\frac{1}{2}\Big)^2+11\Big(\frac{1}{2}\Big)-5$
$=\frac{1}{2}-3+\frac{11}{2}-5$
$=-2$
View full question & answer
MCQ 481 Mark
If both $x - 2$ and $\text{x} -\frac{1}{2}$ are the factors of $px^2 + 5x + r,$ then.
  • A
    $2p = r$
  • B
    $p = 2r$
  • $p = r$
  • D
    None of these.
Answer
Correct option: C.
$p = r$

 If both $x - 2$ and $\text{x}-\frac{1}{2}$ are the factors of $f(x) = px^2 + 5x + r,$ then $f(2) = 0$
$⇒ p(2)^2 + 5(2) + r = 0$
$⇒ 4p + 10 + r = 0$
$⇒ 4p + r = -10 .......(i)$
Also, $\text{f}\Big(\frac{1}{2}\Big)=0$
$\Rightarrow\text{p}\Big(\frac{1}{2}\Big)^2+5\Big(\frac{1}{2}\Big)+\text{r}=0$
$\Rightarrow\text{p}+10+4\text{r}=0$
$\Rightarrow\text{p}+4\text{r}=-10\ .....(\text{ii})$
From eq. $ (i)$ and eq. $(ii),$ we get
$4\text{p}+\text{r}=\text{p}+4\text{r}$
$\Rightarrow3\text{p}=3\text{r}$
$\Rightarrow\text{p}=\text{r}$

View full question & answer
MCQ 491 Mark
If $\text{x}^2+\frac{1}{\text{x}^2}=102,$ than $\text{x}-\frac{1}{\text{x}}=$
  • A
    $2$
  • B
    $12$
  • $10$
  • D
    $13$
Answer
Correct option: C.
$10$

 $\text{x}^2+\frac{1}{\text{x}^2}=102,$
$\Rightarrow(\text{x}^2)+\Big(\frac{1}{\text{x}^2}\Big)-2\times\text{x}\times\frac{1}{\text{x}}=102-2\times\text{x}\times\frac{1}{\text{x}}$
$\Rightarrow\Big(\text{x}-\frac{1}{\text{x}}\Big)^2=100$
$\Rightarrow\text{x}-\frac{1}{\text{x}}=\sqrt{100}=10$

View full question & answer
MCQ 501 Mark
If $x + y = 8$ and $xy = 15$, than $ x ^2  + y^2$
  • A
    $32$
  • B
    $1$
  • $34$
  • D
    $36$
Answer
Correct option: C.
$34$
$x^2 + y^2 = (x + y)^2 - 2xy$
$⇒ x^2 + y^2 = (8)^2 - 2 × 15$
$⇒ x^2 + y^2 = 64 - 30$
$⇒ x^2 + y^2 = 34$
View full question & answer
M.C.Q - MATHS STD 9 Questions - Vidyadip