Finding the remainder of an algebraic quotient

  • Level: High School 
  • Thread starter Thread starter snoopies622
  • Start date Start date
  • Tags Tags
    quotient Remainder
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 1K views
snoopies622
Messages
852
Reaction score
29
I'm tutoring a pupil for a CLEP exam and her book includes the following algebra problem:
What is the remainder when
[tex] 9x^{23} - 7x^{12} - 2x^{5} +1[/tex]
is divided by [itex]x+1[/itex]?
I know how to find the answer by computing the quotient of these two expressions, but in this case doing that is so tedious I assume there's a more direct way of finding the remainder. What is it?

Edit : I think this might be more appropriately placed in the "Homework and Coursework" section.
 
Last edited:
Mathematics news on Phys.org
Since the problem is only to find the remainder, even simpler is "The remainder when dividing polynomial function P(x) by x- r is P(r)".
That's easy to prove: let Q(x) be the quotient when P(x) is divided by x- r. The P(x)= Q(x)(x- r)+ remainder. Letting x= r give P(r)= Q(r)(0)+ remainder or "remainder= P(r)". To find the remainder when [itex]P(x)= 9x^{23}- 7x^{12}- 2x^5+ 1[/itex] is divided by x+1= x- (-1), just calculate
[tex]P(-1)= 9(-1)^{23}- 7(-1)^{12}- 2(-1)^5+ 1[/tex].
 
Last edited by a moderator:
  • Like
Likes   Reactions: snoopies622