Find the remainder when x4+ x3- 2x2+x+ 1 is divided by x-1
Answers
Answered by
1
<!DOCTYPE html>
<html>
<head>
<style>
#grad1 {
height: 200px;
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */
}
</style>
</head>
<body>
<div id="grad1" style="text-align:center;margin:auto;color:White;font-size:30px;font-weight:bold">
<br>
</br> I AM SO COOL ♥️
</div>
</body>
</html>
Answered by
1
Answer:
The answer is 2.
Step-by-step explanation:
put x- 1 =0
x=1
put the value of x in p(x)
p( x)=x4+x3-2x2+x+1
= 1× power4 + 1 × power 3-2×1×power2 + 1
=1+1-2+1+1
=2-2+2
=2
Similar questions