Questions · Page 2 of 7

M.C.Q

MCQ 511 Mark
When $p(x) = x^3 - ax^2 + x$ is divided by $(x - a),$ the remainder is:
  • $a$
  • B
    $0$
  • C
    $3a$
  • D
    $2a$
Answer
Correct option: A.
$a$

By remainder theorem, when $p(x) = x^3 - ax^2 + x$ is divided by $(x - a),$ then the remainder $= p(a)$
Putting $x = a $ in $p(x),$ we get
$p(a) = a^3 - a × a^2 + a = ^3 - a^3 + a = a$
$\therefore$ Remainder $= a$

View full question & answer
MCQ 521 Mark
If $x^3 + 6x^2 + 4x +k$ is exactly divisible by $x + 2$ then $k =$
  • A
    $-8$
  • $-7$
  • C
    $-6$
  • D
    $-10$
Answer
Correct option: B.
$-7$

$-8$
$f(x) = x^3 + 6x^2 + 4x + k$
$f(-2) = 0$
$\therefore (-2)^3 + 6(-2)^2 + 4(-2) + k = 0$
$\therefore -8 + 6(4) + (-8) + k = 0$
$24 - 16 + k = 0$
$k + 8 = 0$
$k = -8$

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

$x + 1$ is a factor of $p(x) = 2x^2 + kx$
Then, $p(-1) = 0$
$i.e. 2(-1)^2 + k(-1) = 0$
$2 - k = 0$
$k = 2$

View full question & answer
MCQ 541 Mark
Write the correct answer in the following:The value of $249^2 - 248^2$ is.
  • A
    $1^2$
  • B
    $477$
  • C
    $487$
  • $497$
Answer
Correct option: D.
$497$

$(249)^2 - (248)^2 = (249 + 248)(249 - 248) [(a)^2 - (b)^2 = (a + b)(a - b)]$
$= (497)(1) = 497$

View full question & answer
MCQ 551 Mark
The zeros of the polynomial $\text{p(x)} = 3\text{x}^2 - 1$ are.
  • A
    $\frac{1}{\sqrt{3}}\text{ and }\sqrt{3}$
  • B
    $\frac{-1}{\sqrt{3}}\text{ and }\sqrt{3}$
  • $\frac{1}{\sqrt{3}}\text{ and }\frac{-1}{\sqrt{3}}$
  • D
    $\frac{1}{{3}}\text{ and}\ {3}$
Answer
Correct option: C.
$\frac{1}{\sqrt{3}}\text{ and }\frac{-1}{\sqrt{3}}$

Let: $\text{p(x)} = 3\text{x}^2 - 1$
To find the zeroes of $p(x),$
We have:
$\text{p(x)}=0\Rightarrow3\text{x}^2-1=0$
$\Rightarrow3\text{x}^2=1$
$\Rightarrow\text{x}^2=\frac{1}{3}$
$\Rightarrow\text{x}=\pm\frac{1}{\sqrt{3}}$
$\Rightarrow\text{x}=\frac{1}{\sqrt{3}}\text{ and }\text{x}=\frac{-1}{\sqrt{3}}$

View full question & answer
MCQ 561 Mark
If $p(x) = (x - 1) (x + 1),$ then the value of $p(2) + p(1) - p(0)$ is:
  • A
    $2$
  • $4$
  • C
    $1$
  • D
    $3$
Answer
Correct option: B.
$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 571 Mark
If both $x - 2$ and $\text{x}-\frac{1}{2}$ are factor of $px^2+ 5x + r,$  then
  • $p = r$
  • B
    $p + r = 0$
  • C
    $2p + r = 0$
  • D
    $p + 2r = 0$
Answer
Correct option: A.
$p = r$

Let $f(x) = px^2 + 5x + r$
Now,
If $x - 2$ and $\text{x}-\frac{1}{2}$ are factors of $f(x).$
Then at $x = 2$ and $\text{x}-\frac{1}{2}, f(x) = 0.$
So, $f(2) = 0, \text{f}\Big(\frac{1}{2}\Big)=0$
$⇒ p(2)^2 + 5(2) + r = 0$
And, $\text{p}\Big(\frac{1}{2}\Big)^2+5\Big(\frac{1}{2}\Big)+\text{r}=0$
$⇒ 4p + r + 10 = 0 ...(1)$
$And 4r + p + 10 = 0 ...(2)$
Subtracting equation $(2)$ from $(1),$ we have
$3p - 3r = 0$
$⇒ p = r$

View full question & answer
MCQ 581 Mark
If $\frac{\text{a}}{\text{b}}+\frac{\text{b}}{\text{a}}=-1$ then $(a^3 - b^3) = ?$
  • A
    $-3$
  • B
    $-2$
  • C
    $-1$
  • $0$
Answer
Correct option: D.
$0$

$ \frac{\text{a}}{\text{b}}+\frac{\text{b}}{\text{a}}=-1$
$\Rightarrow\frac{\text{a}^2+\text{b}^2}{\text{ab}}=-1$
$⇒ a^2 + b^2 = -ab$
$⇒ a^2 + b^2 + ab = 0$
Thus, we have:
$(a^3 - b^3) = (a - b)(a^2 + b^2 + ab)$
$= (a - b) × 0$
$= 0$

View full question & answer
MCQ 591 Mark
If $\text{x}^3-\frac{1}{\text{x}^3}=14$ than $\text{x}-\frac{1}{\text{x}}=$
  • A
    $4$
  • $2$
  • C
    $3$
  • D
    $5$
Answer
Correct option: B.
$2$

Given: $\text{x}^3-\Big(\frac{1}{\text{x}^3}\Big)=14$
Let $x = a$ and $\frac{1}{\text{x}}=\text{b}$
Say, $\text{x}-\frac{1}{\text{x}}=\text{A}$
Then, $\text{a}^3-\text{b}^3=14$
$\Rightarrow(\text{a}-\text{b})(\text{a}^2+\text{ab}+\text{b}^2)=14$
$\Rightarrow(\text{a}-\text{b})(\{(\text{a}-\text{b})^2+2\text{ab}\}+2\text{ab})=14$
$\Rightarrow(\text{a}-\text{b})\{(\text{a}-\text{b})^2+3\text{ab}\}=14$
$\Rightarrow(\text{a}-\text{b})\{(\text{a}-\text{b})^2+3\}=14$
$\Rightarrow\text{A}(\text{A}^2+3)=14$
$\Rightarrow\text{A}(\text{A}^2+3)=14$
$\Rightarrow\text{A}^3+3\text{A}-14=0$
$\Rightarrow\text{A}^3-2\text{A}^2+2\text{A}^2-4\text{A}+7\text{A}-14=0$
$\Rightarrow\text{A}^2(\text{A}-2)+2\text{Y}(\text{Y}-2)+7(\text{Y}-2)=0$
$\Rightarrow(\text{A}-2)(\text{A}^2+2\text{A}+7)=0$
$\Rightarrow\text{A}-2=0,$
$\Rightarrow\text{A}=2$
$\Rightarrow\text{x}-\frac{1}{\text{x}}=2$

View full question & answer
MCQ 601 Mark
A polynomial of degree $3$ in $x$ has at most.
  • A
    $5$ terms
  • B
    $1$ term
  • C
    $4$ terms
  • $3$ terms
Answer
Correct option: D.
$3$ terms

$3$ terms of not more than the power of $3$

View full question & answer
MCQ 611 Mark
Write the correct answer in the following: If $a + b + c = 0,$ then $a^3 + b^3 + c^3$ is equal to.
  • A
    $0$
  • B
    $abc$
  • C
    $3\ abc$
  • $2\ abc$
Answer
Correct option: D.
$2\ abc$

Now, $a^3 + b^3 + c^3 = (a + b + c)(a^2 + b^2 + c^2 - ab - be - ca) + 3abc$
$[$Using identity, $a^3 + b^3 + c^3 – 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - be - ca)] = 0 + 3abc$
$\therefore a + b + c = 0,$ given$a^3 + b^3 + c^3 = 3abc$

View full question & answer
MCQ 621 Mark
If $x+y+z=9$ and $x y+y z+z x=23$, the value of $\left(x^3+y^3+z^3-3 x y z\right)=$ ?
  • $108$
  • B
    $207$
  • C
    $669$
  • D
    $729$
Answer
Correct option: A.
$108$
$x ^3 + y ^3 + z ^3 - 3xyz = (x + y + z)(x ^2 + y ^2 + z ^2 - xy - yz - zx)$
$= (x + y + z)[(x + y + z) ^2 - 3(xy + yz + zx)]$
$= 9 \times (81 - 3 \times 23)$
$= 9 \times 12$
$= 108$
View full question & answer
MCQ 631 Mark
If $a - b = -8$ and $ab = -12$, then $a ^3  - b ^3  =$
  • A
    $-244$
  • B
    $-240$
  • $-224$
  • D
    $-260$
Answer
Correct option: C.
$-224$
$a - b = -8$
$(a - b) ^2 = 64$
$a ^2 + b ^2 - 2ab = 64$
$a ^2 + b ^2 - 2ab + 3ab = 64 + 3ab$
$a ^2 + b ^2 + ab = 64 + 3(-12)$
$a ^2 + b ^2 + ab = 64 - 36$
$a ^2 + b ^2 + ab = 28$
Now
$a ^3 - b ^3 = (a - b)(a ^2 + b ^2 + ab)$
$= (-8)(28)$
$= -224$
Hence, correct option is $(c).$
View full question & answer
MCQ 641 Mark
If $\text{x}^4+\frac{1}{\text{x}^4}=623,$ then $\text{x}+\frac{1}{\text{x}}=$
  • A
    $27$
  • B
    $25$
  • $3\sqrt3$
  • D
    $-3\sqrt3$
Answer
Correct option: C.
$3\sqrt3$
$\Big(\text{x}+\frac{1}{\text{x}}\Big)^2=\text{x}^2+\frac{1}{\text{x}^2}+2.\text{x}.\frac{1}{\text{x}}=\text{x}^2+\frac{1}{\text{x}^2}+2$
$\Rightarrow\text{x}^2+\frac{1}{\text{x}^2}=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}$
Squaring both sides.
$\Rightarrow\Big(\text{x}^2+\frac{1}{\text{x}^2}\Big)^2=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}^2$
$\Rightarrow\text{x}^4+\frac{1}{\text{x}^4}+2.\text{x}^2.\frac{1}{\text{x}}=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}^2$
$\Rightarrow\text{x}^4+\frac{1}{\text{x}^4}+2=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}^2=(623)+2$
$\Rightarrow623+2=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}^2\ \Big\{\text{x}^4+\frac{1}{\text{x}^4}=623\Big\}$
$\Rightarrow625=\Big\{\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2\Big\}^2$
$\Rightarrow\Big(\text{x}+\frac{1}{\text{x}}\Big)^2-2=\sqrt{625}=25$
$\Rightarrow\Big(\text{x}+\frac{1}{\text{x}}\Big)^2=25+2=27$
$\Rightarrow\Big(\text{x}+\frac{1}{\text{x}}\Big)^2=\sqrt{27}$
$\Rightarrow\text{x}+\frac{1}{\text{x}}=3\sqrt{3}$
Hence, correct option is $(c).$
View full question & answer
MCQ 651 Mark
If $p(x) = x + 3$, then $p(x) + p(-x)$ is equal to:
  • A
    $2x$
  • B
    $3$
  • C
    $0$
  • $6$
Answer
Correct option: D.
$6$
$p(x) = x + 3$ and $p(-x) = -x + 3$
Then,$ p(x) + p(-x)$
$= x + 3 - x + 3$
$= 6$
View full question & answer
MCQ 661 Mark
The remainder obtained when the polynomial $p(x)$ is divided by $(b - ax)$ is:
  • A
    $\text{p}\Big(\frac{\text{a}}{\text{b}}\Big)$
  • $\text{p}\Big(\frac{\text{b}}{\text{a}}\Big)$
  • C
    $\text{p}\Big(\frac{\text{-a}}{\text{b}}\Big)$
  • D
    $\text{p}\Big(\frac{\text{-b}}{\text{a}}\Big)$
Answer
Correct option: B.
$\text{p}\Big(\frac{\text{b}}{\text{a}}\Big)$
Given: Divisor $= b - ax$
For getting the remainder we have to find value of $x$, which is put in $p(x).$
Then, $b - ax = 0$
$\Rightarrow\text{x}=\frac{\text{b}}{\text{a}}$
Therefore, the required remainder is $\text{p}(\text{x})=\text{p}\Big(\frac{\text{b}}{\text{a}}\Big)$
View full question & answer
MCQ 671 Mark
The value of $K$ for which $x - 1$ is a factor of the polynomial $4x ^3  + 3x ^2  - 4x + k.$
  • A
    $3$
  • B
    $0$
  • C
    $1$
  • $-3$
Answer
Correct option: D.
$-3$
$4x ^3  + 3x ^2  - 4x + k$
For given condition,
$p(1) = 0$
$\Rightarrow 4(1) ^3  + 3(1) ^2  - 4(1) + k = 0$
$\Rightarrow 4 + 3 - 4 + k = 0$
$\Rightarrow k = -3$
View full question & answer
MCQ 681 Mark
Which of the following is a linear polynomial?
  • $x + 1$
  • B
    $x + x ^2$
  • C
    $5x ^2  - x + 3$
  • D
    $\text{x}+\frac{1}{\text{x}}$
Answer
Correct option: A.
$x + 1$
$x + 1$ is a linear polynomial because its degree is $1.$
View full question & answer
MCQ 691 Mark
If $\text{x}+\frac{1}{\text{x}}=3,$ then $\text{x}^6+\frac{1}{\text{x}^6}=$
  • A
    $927$
  • $322$
  • C
    $414$
  • D
    $364$
Answer
Correct option: B.
$322$

On cubing we get.
$\Big(\text{x}+\frac{1}{\text{x}}\Big)^3=\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)+3\times\text{x}\times\frac{1}{\text{x}}\Big(\text{x}+\frac{1}{\text{x}}\Big)$
$\Rightarrow27=\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)+3\times\text{3}$
$\Rightarrow\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)=27-9$
$\Rightarrow\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)=18$
Now, $\Big(\text{x}^3+\frac{1}{\text{x}^3}\Big)^2=\text{x}^6+\Big(\frac{1}{\text{x}^6}\Big)+2\times\text{x}^3\times\frac{1}{\text{x}^3}$
$\Rightarrow18^2=\text{x}^6+\Big(\frac{1}{\text{x}^6}\Big)+2$
$\text{x}^6+\Big(\frac{1}{\text{x}^6}\Big)=324-2=322$

View full question & answer
MCQ 701 Mark
When polynomial $x^2 + 3x^2 + 3x + 1$ is divided by $x + 1,$ the remainder is:
  • $0$
  • B
    $-6$
  • C
    $1$
  • D
    $8$
Answer
Correct option: A.
$0$

$p(-1) = (-1)^3 + 3(-1)^2 + 3(-1) + 1$
$= -1 + 3 × 1 - 3 + 1$
$= -1 + 3 - 3 + 1$
$= 0$

View full question & answer
MCQ 711 Mark
If $p(x) = x + 4$ then $p(x) + p(-x) = ?$
  • A
    $4$
  • B
    $2x$
  • C
    $0$
  • $8$
Answer
Correct option: D.
$8$

Let: $p(x) = (x + 4)$
$\therefore p(-x) = (x + 4)$
$= -x + 4$
Thus, we have: $p(x) + p(-x) =\{(x + 4) + (-x + 4)\}$
$= 4 + 4$
$= 8$

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

$(x + 3)^3$
$= x^3 + (3)^3 + 3 × x × 3(x + 3)$
$= x^3 +27 + 9x^2 +27x$
$= x^3 + 9x^2 +27x + 27$
Therefore, the coefficient of $x,$ in the expansion of $(x + 3)^3$ is $27.$

View full question & answer
MCQ 731 Mark
If $x - 3$ is a factor of $x^2 - ax - 15,$ then $a =$
  • $-2$
  • B
    $5$
  • C
    $-5$
  • D
    $3$
Answer
Correct option: A.
$-2$

$x - 3$ is a factor of $x^2 - ax - 15,$
then at $x = 3,$
$x^2 - ax - 15 = 0$
$i.e. (3)^2 - a(3) - 15 = 0$
$9 - 3a - 15 = 0$
$a = -2$

View full question & answer
MCQ 741 Mark
If $(3x - 1)^7 = a_7x^7 + a_6x^6 + a_5x^5 +\_\_\_ + a_1x + a_0,$ then $a_7 + a_6 + a_5 + \_\_\_\_ + a_1 + a_0 =$
  • A
    $0$
  • $128$
  • C
    $1$
  • D
    $64$
Answer
Correct option: B.
$128$

Given that,
$(3x - 1)^7 = a_7x^2 + a_5x^5 + \_\_\_ + a_1x + a_0$
Putting $x = 1$
We get$(3 × 1 - 1)^7 = a_6(1)^5 + a_5(1)^5 \_\_\_\_ + a_1(1) + a_0$
$⇒ a_6 + a_5 + \_\_\_\_ + a_1 + a_0 = 2^7 = 128$

View full question & answer
MCQ 751 Mark
Write the correct answer in the following: If $x^{51} + 51$ is divided by $x + 1,$ the remainder is.
  • A
    $0$
  • B
    $1$
  • C
    $49$
  • $50$
Answer
Correct option: D.
$50$

If $p(x)$ is divided by $x + a,$ then the remainder is $p(-a).$
Here $p(x) = x^{51} + 51$ is divided by $x + 1,$ then
$x = -1$
Remainder $= p(-1) = (-1)^{51} + 51 = 50 = -1 + 51 = 50$

View full question & answer
MCQ 761 Mark
Which of the following expression is a monomial.
  • A
    $3 + x$
  • $4x^3$
  • C
    $x^6 + 2x^2 + 2$
  • D
    None of these.
Answer
Correct option: B.
$4x^3$
$4x^3$ because monomial means only one term in an expression.
View full question & answer
MCQ 771 Mark
If $\frac{\text{a}}{\text{b}}+\frac{\text{b}}{\text{a}}=1,$ then $a^3 + b^3 =$
  • A
    $1$
  • B
    $-1$
  • $0$
  • D
    $\frac{1}{2}$
Answer
Correct option: C.
$0$
Here, $\frac{\text{a}}{\text{b}}+\frac{\text{b}}{\text{a}}=1$
$\Rightarrow\frac{\text{a}^2+\text{b}^2}{\text{ab}}=1$
$\Rightarrow\text{a}^2+\text{b}^2=\text{ab}$
$\Rightarrow\text{a}^2+\text{b}^2-\text{ab}=0$
Using, $\text{a}^2+\text{b}^2=(\text{a}+\text{b})(\text{a}^2+\text{b}^2-\text{ab})$
$=(\text{a}+\text{b})(0)$
$=0$
View full question & answer
MCQ 781 Mark
Write the correct answer in the following: Zero of the polynomial $p(x) = 2x + 5$ is.
  • A
    $-\frac{2}{5}$
  • $-\frac{5}{2}$
  • C
    $\frac{2}{5}$
  • D
    $\frac{5}{2}$
Answer
Correct option: B.
$-\frac{5}{2}$

Finding a zero of $p(x)$ is the same as solving an equation $p(x) = 0.$
Now, $p(x) = 0 ⇒ 2x + 5 = 0,$
$2x = -5$
Which give us $\text{x}=-\frac{5}{2}.$
Therefore, $-\frac{5}{2}$ is the zero of the polynomial.

View full question & answer
MCQ 791 Mark
If the volume of a cuboid is $3x^2 - 27,$ then its possible dimensions are:
  • A
    $3, x^2, - 27x$
  • $3, x - 3, x + 3$
  • C
    $3, x^2, 27x$
  • D
    $3, 3, 3$
Answer
Correct option: B.
$3, x - 3, x + 3$

Volume of a cuboid of side $a, b$ and $c = abc$
Now, Volume $= 3x^2 - 27 ($given$)$
$abc = 3(x^2 - 9)$
$abc = 3(x - 3)(x + 3)$
So, possible dimensions are $3, x - 3$ and $x + 3$
Hence, correct option is $(b).$

View full question & answer
MCQ 801 Mark
The expression $x^4 + 4$ can be factorized as:
  • $(x^2 + 2x + 2)(x^2 - 2x + 2)$
  • B
    $(x^2 + 2x + 2)(x^2 + 2x - 2)$
  • C
    $(x^2 - 2x - 2)(x^2- 2x + 2)$
  • D
    $(x^2 + 2)(x^2 - 2)$
Answer
Correct option: A.
$(x^2 + 2x + 2)(x^2 - 2x + 2)$

$x^4 + 4$
$= x^4 + 4 + 4x^2 - 4x^2$
$= (x^4 + 4x^2 + 4) - 4x^2$
$= (x^2 + 2)^2 - (2x)^2$
$= (x^2 + 2 - 2x)(x^2 + 2 + 2x)$
$= (x^2 + 2x + 2)(x^2 - 2x + 2)$
Hence, correct option is $(a).$

View full question & answer
MCQ 811 Mark
$75 × 75 + 2 × 75 × 25 + 25 × 25$ is equal to:
  • A
    $6250$
  • B
    $7500$
  • $10000$
  • D
    $3750$
Answer
Correct option: C.
$10000$

We know, $(a - b)^2 = a^2 + b^2 + 2ab$
Here, $a = 75$ and $b = 25$
$⇒ (75 × 75) + (2 × 75 × 25) + (25 × 25)$
$= 75^2 + 2 × 75 × 25 + 25^2$
$= (75 + 25)^2$
$= (100)^2$
$= 10000$

View full question & answer
MCQ 821 Mark
If $\frac{\text{x}}{\text{y}}+\frac{\text{y}}{\text{x}}=-1(\text{x},\text{y}\not=0),$ the value of $x^3  - y^3$ is:
  • $0$
  • B
    $2$
  • C
    $-1$
  • D
    $1$
Answer
Correct option: A.
$0$
Given: $\frac{\text{x}}{\text{y}}+\frac{\text{y}}{\text{x}}=-1$
$\Rightarrow\frac{\text{x}^2+\text{y}^2}{\text{xy}}=-1$
$\Rightarrow\text{x}^2+\text{y}^2=-\text{xy}\ ...(\text{i})$
Now, $\text{x}^3-\text{y}^3=(\text{x}^2+\text{y}^2+\text{xy})$
$\Rightarrow\text{x}^3-\text{y}^3=(\text{x}-\text{y})(\text{-xy}+\text{xy})\ \ \ [\text{from eq. (i)}]$
$\Rightarrow\text{x}^3-\text{y}^3=(\text{x}-\text{y})(0)$
$\Rightarrow(\text{x}^3-\text{y}^3)=0$
View full question & answer
MCQ 831 Mark
The value of $\frac{(0.013)^3+(0.007)^3}{(0.013)^2-0.013\times0.007+(0.007)^2},$ is:
  • A
    $0.0091$
  • B
    $0.006$
  • C
    $0.00185$
  • $0.02$
Answer
Correct option: D.
$0.02$

 Assume $a = 0.013$ and $v = 0.007.$
Than the given expression can be rewritten as $\frac{\text{a}^3+\text{b}^3}{\text{a}^2-\text{ab}+\text{b}^2}$
Recall the formula for sum of two cubes
$a^3+b^3=(a+b)\left(a^2-a b+b^2\right)$
$$Using the above formula, the expression becomes $\frac{\text{(a}+\text{b)}(\text{a}^2-\text{ab}+\text{b}^2)}{(\text{a}^2-\text{ab}+\text{b}^2)}$
Note that both $a$ and $b$ are positive. So, neither $a^3 + b^3$ nor any factor of it can be zero.
Therefore we can cancel the term $(a^2 - ab + b^2)$ from both numerator and denominator. then the expression becomes
$\frac{(\text{a}+\text{b})(\text{a}^2-\text{ab}+\text{b}^2)}{\text{a}^2-\text{ab}+\text{b}^2}=\text{a}+\text{b}$
$=0.013+0.007$
$=0.02$

View full question & answer
MCQ 841 Mark
The coefficient of $x^2$ in the polynomial $2 x^3+4 x^2+3 x+1$.
  • A
    $1$
  • B
    $2$
  • $4$
  • D
    $3$
Answer
Correct option: C.
$4$

 A coefficient is a multiplicative factor in a term of a polynomial or any expression.
Therefore, the coefficient of $x^2$ in the polynomial $2 x^3+4 x^2+3 x+1$ is $4.$

View full question & answer
MCQ 851 Mark
Which of the following is a quadratic polynomial$?$
  • A
    $x^3 + x$
  • B
    $x^3 + 2x + 6$
  • C
    $x + 4$
  • $x^2 + 5x + 4$
Answer
Correct option: D.
$x^2 + 5x + 4$

 $x^2 + 5x + 4$ is a polynomial of deree $2.$
So, it is a quadratic polynomial.

View full question & answer
MCQ 861 Mark
If $\text{x}+\frac{1}{\text{x}}=2,$ then $\text{x}^3+\frac{1}{\text{x}^3}=$
  • A
    $8$
  • B
    $14$
  • C
    $64$
  • $2$
Answer
Correct option: D.
$2$
 On cubing we get
$\Big(\text{x}+\frac{1}{\text{x}}\Big)^3=\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)+3\text{x}\times\frac{1}{\text{x}}\Big(\text{x}+\frac{1}{\text{x}}\Big)$
$\Rightarrow2^3=\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)+3\times2$
$\Rightarrow\text{3}^3+\Big(\frac{1}{\text{x}^3}\Big)=8-6$
$\Rightarrow\text{x}^3+\Big(\frac{1}{\text{x}^3}\Big)=2$
View full question & answer
MCQ 871 Mark
The product $(x^2 - 1)(x^4 + x^2 + 1)$ is equal to:
  • A
    $x^8 - 1$
  • B
    $x^8 + 1$
  • $x^6 - 1$
  • D
    $x^6+ 1$ 
Answer
Correct option: C.
$x^6 - 1$

 Given expression is $\left(x^2-1\right)\left(x^4+x^2+1\right)$
Let ${x}^2={A}$ and $1=\mathrm{B}$
Then, we have
$(A-B)\left(A^2+A B+B^2\right)$
$= A^3-B^3$
$= (X^2)^3-(1)^3$
$= X^6-1$
Hence, correct option is $(c).$

View full question & answer
MCQ 881 Mark
$(x + y)^3 - (x - y)^3$ can be factorized as:
  • A
    $2x(3x^2 + y^2)$
  • B
    $2y(3y^2 + x^2)$
  • $2y(3x^2 + y^2)$
  • D
    $2x(x^2 + 3y^2)$
Answer
Correct option: C.
$2y(3x^2 + y^2)$

 Put $a = x + y$ and $b = x - y, $ then
$(x+y)^3-(x-y)^3=a^3-b^3$
$=(a-b)\left(a^2+b^2+a b\right)$
$=(x+y-x+y)\left[(x+y)^2+(x-y)^2+(x-y)(x+y)\right]$
$=2 y\left[2\left(x^2+y^2\right)+\left(x^2-y^2\right)\right]$
$=2 y\left[3 x^2+y^2\right]$

View full question & answer
MCQ 891 Mark
The value of $x^3 + y^3 + 15xy - 125$ when $x + y = 5$ is:
  • $0$
  • B
    $3$
  • C
    $1$
  • D
    $2$
Answer
Correct option: A.
$0$

 Given: $x + y = 5 ⇒ x = 5 - y$
$x^3+y^3+15 x y-125$
$\text { Putting the value of } x \text {, we get }$
$(5-y)^3+y^3+15(5-y) y-125$
$=125-y^3-3 \times 5 \times y(5-y)+y^3+15(5-y) y-125$
$=125-y^3-75 y+15 y^2+y^3+75 y-15 y^2-125$
$=0$

View full question & answer
MCQ 901 Mark
$3x^3 + 2x^2 + 3x + 2 = ?$
  • A
    $(3x - 2)(x^2 - 1)$
  • B
    $(3x - 2)(x^2 + 1)$
  • C
    $(3x + 2)(x^2 - 1)$
  • $(3x + 2)(x^2 + 1)$
Answer
Correct option: D.
$(3x + 2)(x^2 + 1)$
$ 3x^3 + 2x^2 + 3x + 2$
$= x^2(3x + 2) + 1(3x + 2)$
$= (3x + 2)(x^2 + 1)$
View full question & answer
MCQ 911 Mark
The factors of $x^2 + 4y^2 + 4y - 4xy - 2x - 8,$ are:
  • $(x - 2y - 4)(x - 2y + 2)$
  • B
    $(x - y + 2)(x - 4y - 4)$
  • C
    $(x + 2y - 4)(x + 2y + 2)$
  • D
    None of these.
Answer
Correct option: A.
$(x - 2y - 4)(x - 2y + 2)$

 $x^2+4 y^2+4 y-4 x y-2 x-8$
$=x^2+(2 y)^2-2 \times x(2 y)+4 y-2 x-8$
$=(x-2 y)^2+4 y-2 x-8 \ldots(1)$
Now making eq$(1)$ a perfect square by adding $1$ and $-1$
$(x-2 y)^2+4 y-2 x-8=(x-2 y)^2+4 y-2 x-8+1-1$
$=(x-2 y)^2+(1)^2-2 \times(1) \times(x-2 y)-9$
$=(x-2 y-1)^2-(3)^2$
$=[(x-2 y-1)-3][x-2 y-1+3]$
$=(x-2 y-4)(x-2 y+2)$
Hence, correct option is $(a).$

View full question & answer
MCQ 921 Mark
$(x - y) (x + y) (x^2 + y^2) (x^4+ y^4)$ is equal to:
  • A
    $x^{16} - y^{16}$
  • $x^8 - y^8$
  • C
    $x^8 + y^8$
  • D
    $x^{16} + y^{16}$
Answer
Correct option: B.
$x^8 - y^8$

 $(x-y)(x+y)=x^2-y^2\left[\text { by identity }(a+b)(a-b)=a^2-b^2\right]$
$\left(x^2-y^2\right)\left(x^2+y^2\right)=x^4-y^4$
$\left(x^4-y^4\right)\left(x^4+y^4\right)=x^8-y^8$
$\text { Now, }$
$(x-y)(x+y)\left(x^2+y^2\right)\left(x^4+y^4\right)$
$=\left(x^2-y^2\right)\left(x^2+y^2\right)\left(x^4+y^4\right)$
$=\left(x^4-y^4\right)\left(x^4+y^4\right)$
$=x^8-y^8$
Hence, correct option is $(b).$

View full question & answer
MCQ 931 Mark
$(x^2 - 4x - 21) = ?$
  • A
    $(x + 7) (x - 3)$
  • $(x - 7) (x + 3)$
  • C
    $(x - 7) (x - 3)$
  • D
    None of these.
Answer
Correct option: B.
$(x - 7) (x + 3)$

$(x^2 - 4x - 21) = x^2 - 7x + 3x - 21$
$= x(x - 7) + 3(x - 7)$
$= (x - 7) (x + 3)$

View full question & answer
MCQ 941 Mark
The value of $\frac{(0.013)^3+(0.007)^3}{(0.013)^2-0.013\times0.007+(0.007)^2},$ is:
  • A
    $0.006$
  • $0.02$
  • C
    $0.0091$
  • D
    $0.00185$
Answer
Correct option: B.
$0.02$
By using identity $a^3 + b^3 = (a + b)(a^2 + b^2 - ab),$ we have
$\frac{(0.013)^3+(0.007)^3}{(0.013)^2-0.013\times0.007+(0.007)^2}$
$=\frac{\{(0.013)+(0.007)\}(0.013)^2-(0.013)(0.007)+(0.007)^2}{(0.013)^2-(0.013)(0.007)+(0.007)^2}$
$=0.013+0.007$
$=0.020$
$=0.02$
Hence, correct option is $(b).$
View full question & answer
MCQ 951 Mark
If $x^{140}+2x^{151}+k$ divisible by $x + 1,$ then the value of $k$ is:
  • A
    $2$
  • B
    $-2$
  • $1$
  • D
    $-3$
Answer
Correct option: C.
$1$
Zero of $(x + 1) = -1.$
By Remainder theorem,
$P(x) = x^{140}+2x^{151}+k$
$p(1) = (-1)^{140}+2(-1)^{151}+k=0$
$1 + 2(-1) + k = 0$
$1 - 2 + k = 0$
$-1 + k = 0$
$k = 1.$
View full question & answer
MCQ 961 Mark
$\frac{(\text{a}^2-\text{b}^2)^3+(\text{b}^2-\text{c}^2)^3+(\text{c}^2-\text{a}^2)^3}{(\text{a}-\text{b})^3+(\text{b}-\text{c})^3+(\text{c}-\text{a})^3}=$
  • A
    $3(a + b)( b+ c)(c + a)$
  • B
    $3(a - b)(b - c)(c - a)$
  • C
    $(a - b)(b - c)(c - a)$
  • None of these.
Answer
Correct option: D.
None of these.
If $a+b+c=0$ then, $a^3+b^3+c^3=3 a b c$
$\text { Now, }\left(a^2-b^2\right)+\left(b^2-c^2\right)+\left(c^2-a^2\right)=a^2-b^2+b^2-c^2+c^2-a^2=0$
$\Rightarrow\left(a^2-b^2\right)^3+\left(b^2-c^2\right)^3+\left(c^2-a^2\right)^3=3\left(a^2-b^2\right)\left(b^2-c^2\right)\left(c^2-a^2\right)$
$\text { Again, }(a-b)+(b-c)+(c-a)=a-b+b-c+c-a=0$
$\Rightarrow(a-b)^3+(b-c)^3+(c-a)^3=3(a-b)(b-c)(c-a)$
Thus, we have
$\frac{(\text{a}^2-\text{b}^2)^3+(\text{b}^2-\text{c}^2)^3+(\text{c}^2-\text{a}^2)^3}{(\text{a}-\text{b})^3+(\text{b}-\text{c})^3+(\text{c}-\text{a})^3}$
$=\frac{3(\text{a}^2-\text{b}^2)(\text{b}^2-\text{c}^2)(\text{c}^2-\text{a}^2)}{3(\text{a}-\text{b})(\text{b}-\text{c})(\text{c}-\text{a})}$
$=\frac{(\text{a}-\text{b})(\text{a}+\text{b})(\text{b}-\text{c})(\text{b}+\text{c})(\text{c}-\text{a})(\text{c}+\text{a})}{(\text{a}-\text{b})(\text{b}-\text{c})(\text{c}-\text{a})}$
$=(\text{a}+\text{b})(\text{b}+\text{c})(\text{c}+\text{a})$
Hence, correct option is $(d).$
View full question & answer
MCQ 971 Mark
One of the factors of $\left(16 y^2-1\right)+(1-4 y)^2$ is:
  • A
    $(4 - y)$
  • B
    $(4 + y)$
  • $8y(4y - 1)$
  • D
    $(4y + 1)$
Answer
Correct option: C.
$8y(4y - 1)$
 $\left(16 y^2-1\right)+(1-4 y)^2$
$=\left[(4 y)^2-(1)^2+(-4 y-1)\right]^2$
$=\left[(4 y-1)(4 y+1)+(4 y-1)^2\right]$
$=(4 y-1)[4 y+1+4 y-1]$
$=8 y(4 y-1)$
View full question & answer
MCQ 981 Mark
The coefficient of $x$ in the expansion of $(x + 3)^3$ is:
  • A
    $1$
  • B
    $9$
  • C
    $18$
  • $27$
Answer
Correct option: D.
$27$

 $(x+3)^3$
$=x^3+3^3+9 x(x+3)$
$=x^3+27+9 x^2+27 x$
So, the coefficient of $x$ in $(x+3)^3$ is $27.$

View full question & answer
MCQ 991 Mark
The zeros of the polynomial $ p(x) = 2x^2 + 7x - 4 $ are:
  • A
    $4,\frac{-1}{2}$
  • B
    $4,\frac{1}{2}$
  • $-4,\frac{1}{2}$
  • D
    $-4,\frac{-1}{2}$
Answer
Correct option: C.
$-4,\frac{1}{2}$
$ p(x) = 2x^2 + 7x - 4$
Now, $p(x) = 0$
$⇒ 2x^2 + 7x - 4 = 0$
$⇒ 2x^2 + 8x - x - 4 = 0$
$⇒ 2x(x + 4) - 1(x + 4) = 0$
$⇒ (x + 4)(2x - 1) = 0$
$⇒ x + 4 = 0$ and $2x - 1 = 0$
$⇒ x = -4 $and $\text{x}=\frac{1}{2}$
View full question & answer
MCQ 1001 Mark
$6x^2 + 17x + 5 = ?$
  • A
    $(2x + 1)(3x + 5)$
  • $(2x + 5)(3x + 1)$
  • C
    $(6x + 5)(x + 1)$
  • D
    None of these
Answer
Correct option: B.
$(2x + 5)(3x + 1)$
$6x^2 + 17x + 5$
$= 6x^2 + 15x + 2x + 5$
$= 3x(2x + 5) + 1(2x + 5)$
$= (2x + 5)(3x + 1)$
View full question & answer