- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is remainder theorem?
Remainder theorem:
The remainder theorem states that when a polynomial, $p(x)$ is divided by a linear polynomial, $x - a$ the remainder of that division will be equivalent to $p(a)$.
For example,
$f(x) = x^3 + x^2 + x+1$
$g(x) = x -\frac{1}{2}$
So, the remainder will be $f(\frac{1}{2})$.
$f(\frac{1}{2}) = (\frac{1}{2})^3+(\frac{1}{2})^2+(\frac{1}{2}) + 1$
$= \frac{1}{8} + \frac{1}{4} + \frac{1}{2}+1$
$=\frac{1+1\times2+1\times4+1\times8}{8}$ (LCM of 1, 2, 4 and 8 is 8)
$=\frac{1+2+4+8}{8}$
$=\frac{15}{8}$
- Related Articles
- Use remainder theorem to find remainder when p(x) is divided by q(x) in the following question:\n\np(x)=x^9-5x^4+1; q(x)=x+1
- What is an equation $4=5(p-2)-4=5(p-2)$
- Difference between ++*p, *p++ and *++p in c++
- Difference between ++*p, *p++ and *++p in C
- Subtract \( 4 p^{2} q-3 p q+5 p q^{2}-8 p+7 q-10 \) from \( 18-3 p-11 q+5 p q-2 p q^{2}+5 p^{2} q \).
- What is the use of Chinese Remainder Theorem to generate random numbers for information security?
- Given that \( \frac{4 p+9 q}{p}=\frac{5 q}{p-q} \) and \( p \) and \( q \) are both positive. The value of $\frac{p}{q}$ is
- If $ p=-10$ find the value of $p^{2}-2 p-100 $
- Find the remainder using remainder theorem find the remainder when $x^3-6x^2+2x-4$ is divided by $1-\frac{3x}{2}$.
- Solve \( 2 p^{2} q^{2}-3 p q+4,5+7 p q-3 p^{2} q^{2} \).
- Simplify: \( (-9 \p 3)-(-49 \p 7) \)
- Answer the following and justify:If on division of a non-zero polynomial \( p(x) \) by a polynomial \( g(x) \), the remainder is zero, what is the relation between the degrees of \( p(x) \) and \( g(x) \) ?
- Simplify and verify the result for $p=1$.$4 p^{3} \times 3 p^{4} \times( -p^{5})$"\n
- What is the $\frac{p}{q}$ form of 0.35?
- If $p,\ q,\ r$ are in A.P., then show that $p^2( p+r),\ q^2( r+p),\ r^2( p+q)$ are also in A.P.

Advertisements