Remainder theorem for polynomials (JUEE 1990) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Theorem for Dividing PolynomialsFinding two unknowns in two quadratic polynomials with only knowing the divisorsRemainder of the polynomialWhat is the remainder useful for when dividing a polynomial?A certain polynomial P(x) , $xin R$ when divided by $x-a, x-b,x-c$ leaves the remainders a,b,c respectively…Application of the Chinese Remainder Theorem for polynomialsConverse of Chinese Remainder TheoremLet $a in Bbb Z$ such that $gcd(9a^25+10:280)=35$. Find the remainder of $a$ when divided by 70.chinese remainder theorem for polynomialsRemainder of polynomial by product of 2 polynomials

Does the universe have a fixed centre of mass?

How to resize main filesystem

How does TikZ render an arc?

Short story about astronauts fertilizing soil with their own bodies

The Nth Gryphon Number

Find general formula for the terms

Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?

Can haste grant me and my beast master companion extra attacks?

How much damage would a cupful of neutron star matter do to the Earth?

Does the Rock Gnome trait Artificer's Lore apply when you aren't proficient in History?

One-one communication

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?

Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

When does a function NOT have an antiderivative?

Is there any significance to the prison numbers of the Beagle Boys starting with 176-?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

The bible of geometry: Is there a modern treatment of geometries from the most primitive to the most advanced?

Did any compiler fully use 80-bit floating point?

How to make triangles with rounded sides and corners? (squircle with 3 sides)

Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?

Releasing Patch File for BSD3 Licensed Project

Why do C and C++ allow the expression (int) + 4?



Remainder theorem for polynomials (JUEE 1990)



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Theorem for Dividing PolynomialsFinding two unknowns in two quadratic polynomials with only knowing the divisorsRemainder of the polynomialWhat is the remainder useful for when dividing a polynomial?A certain polynomial P(x) , $xin R$ when divided by $x-a, x-b,x-c$ leaves the remainders a,b,c respectively…Application of the Chinese Remainder Theorem for polynomialsConverse of Chinese Remainder TheoremLet $a in Bbb Z$ such that $gcd(9a^25+10:280)=35$. Find the remainder of $a$ when divided by 70.chinese remainder theorem for polynomialsRemainder of polynomial by product of 2 polynomials










7












$begingroup$



Suppose the polynomial $P(x)$ with integer coefficients satisfies the following conditions:

(A) If $P(x)$ is divided by $x^2 − 4x + 3$, the remainder is $65x − 68$.

(B) If $P(x)$ is divided by $x^2 + 6x − 7$, the remainder is $−5x + a$.

Then we know that $a =$?




I am struggling with this first question from the 1990 Japanese University Entrance Examination. Comments from the linked paper mention that this is a basic application of the "remainder theorem". I'm only familiar with the polynomial remainder theorem but I don't think that applies here since the remainders are polynomials. Do they mean the Chinese remainder theorem, applied to polynomials?



So for some $g(x)$ and $h(x)$ we have:
$$P(x) = g(x)(x^2-4x+3) + (65x-68),\
P(x) = h(x)(x^2+6x-7) + (-5x+a),$$

which looks to have more unknowns than equations. How should I proceed from here?










share|cite|improve this question









New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 1




    $begingroup$
    Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
    $endgroup$
    – Bill Dubuque
    Apr 17 at 18:16
















7












$begingroup$



Suppose the polynomial $P(x)$ with integer coefficients satisfies the following conditions:

(A) If $P(x)$ is divided by $x^2 − 4x + 3$, the remainder is $65x − 68$.

(B) If $P(x)$ is divided by $x^2 + 6x − 7$, the remainder is $−5x + a$.

Then we know that $a =$?




I am struggling with this first question from the 1990 Japanese University Entrance Examination. Comments from the linked paper mention that this is a basic application of the "remainder theorem". I'm only familiar with the polynomial remainder theorem but I don't think that applies here since the remainders are polynomials. Do they mean the Chinese remainder theorem, applied to polynomials?



So for some $g(x)$ and $h(x)$ we have:
$$P(x) = g(x)(x^2-4x+3) + (65x-68),\
P(x) = h(x)(x^2+6x-7) + (-5x+a),$$

which looks to have more unknowns than equations. How should I proceed from here?










share|cite|improve this question









New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 1




    $begingroup$
    Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
    $endgroup$
    – Bill Dubuque
    Apr 17 at 18:16














7












7








7


1



$begingroup$



Suppose the polynomial $P(x)$ with integer coefficients satisfies the following conditions:

(A) If $P(x)$ is divided by $x^2 − 4x + 3$, the remainder is $65x − 68$.

(B) If $P(x)$ is divided by $x^2 + 6x − 7$, the remainder is $−5x + a$.

Then we know that $a =$?




I am struggling with this first question from the 1990 Japanese University Entrance Examination. Comments from the linked paper mention that this is a basic application of the "remainder theorem". I'm only familiar with the polynomial remainder theorem but I don't think that applies here since the remainders are polynomials. Do they mean the Chinese remainder theorem, applied to polynomials?



So for some $g(x)$ and $h(x)$ we have:
$$P(x) = g(x)(x^2-4x+3) + (65x-68),\
P(x) = h(x)(x^2+6x-7) + (-5x+a),$$

which looks to have more unknowns than equations. How should I proceed from here?










share|cite|improve this question









New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$





Suppose the polynomial $P(x)$ with integer coefficients satisfies the following conditions:

(A) If $P(x)$ is divided by $x^2 − 4x + 3$, the remainder is $65x − 68$.

(B) If $P(x)$ is divided by $x^2 + 6x − 7$, the remainder is $−5x + a$.

Then we know that $a =$?




I am struggling with this first question from the 1990 Japanese University Entrance Examination. Comments from the linked paper mention that this is a basic application of the "remainder theorem". I'm only familiar with the polynomial remainder theorem but I don't think that applies here since the remainders are polynomials. Do they mean the Chinese remainder theorem, applied to polynomials?



So for some $g(x)$ and $h(x)$ we have:
$$P(x) = g(x)(x^2-4x+3) + (65x-68),\
P(x) = h(x)(x^2+6x-7) + (-5x+a),$$

which looks to have more unknowns than equations. How should I proceed from here?







polynomials chinese-remainder-theorem






share|cite|improve this question









New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited Apr 17 at 8:00









Saad

20.8k92452




20.8k92452






New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 17 at 7:52









peekaypeekay

1383




1383




New contributor




peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






peekay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    $begingroup$
    Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
    $endgroup$
    – Bill Dubuque
    Apr 17 at 18:16













  • 1




    $begingroup$
    Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
    $endgroup$
    – Bill Dubuque
    Apr 17 at 18:16








1




1




$begingroup$
Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
$endgroup$
– Bill Dubuque
Apr 17 at 18:16





$begingroup$
Hint: $x-1$ divides both moduli so evaluating both equations at $x = 1$ yields $, -3 = P(1) = -5 + a.$ $ $
$endgroup$
– Bill Dubuque
Apr 17 at 18:16











5 Answers
5






active

oldest

votes


















5












$begingroup$

Hint:



If you know that the remainder of the division of some polynomial $Q$ by, say, $x^2-5x+4$ is $7x-8$ you can find some values of $Q$ by substituting $x$ by the zeros of the divisor.



Indeed, the zeros of $x^2-5x+4$ are $x=1$ and $x=4$. So you can find what is $Q(4)$.



$$Q(x)=h(x)(x^2-5x+4)+7x-8$$
$$Q(4)=h(4)(4^2-5cdot 4+4)+7cdot 4-8=h(4)cdot 0+28-8=20$$






share|cite|improve this answer











$endgroup$




















    7












    $begingroup$

    You need only $P(1)$, since




    • $x^2-4x+3 = (x-1)(x-3)$ and

    • $x^2+6x-7 = (x-1)(x+7)$

    Hence,



    • $P(1) = 65-68 = -3$

    • $P(1) = -5+a Rightarrow a=2$





    share|cite|improve this answer









    $endgroup$




















      1












      $begingroup$

      We notied that: $x^2-4x+3=(x-1)(x-3)$ and $x^2+6x-7=(x-1)(x+7)$.




      So, we have: $P(1)=65*1-68=-5*(1)+a$.
      $implies -3=-5+aiff a=2$.







      share|cite|improve this answer








      New contributor




      know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$




















        1












        $begingroup$

        Since $P(x)=g(x)(x^2-4x+3)+(65x-68)$, for $x=1$ you get $P(1)=-3$. This imply that
        $P(1)=h(1)cdot 0+(-5+a)$, i.e. $a=2$.






        share|cite|improve this answer








        New contributor




        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        $endgroup$




















          1












          $begingroup$

          You could use Polynomial Remainder Theorem here, it's just impractical. It states P(x) mod (x-b) is congruent to P(b). It never says: let b, be a number. $x^2-4x+3=x-(-x^2+5x-3)$.



          Easier to note the second divisor is $10x-10$ more than the first so $(10x-10)y-5x+a= 65x-68$ so y = 7 produces $70x-70-5x+a=65x-(70-a)$ so $a=2$ works.






          share|cite|improve this answer









          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "69"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            peekay is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3190781%2fremainder-theorem-for-polynomials-juee-1990%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5












            $begingroup$

            Hint:



            If you know that the remainder of the division of some polynomial $Q$ by, say, $x^2-5x+4$ is $7x-8$ you can find some values of $Q$ by substituting $x$ by the zeros of the divisor.



            Indeed, the zeros of $x^2-5x+4$ are $x=1$ and $x=4$. So you can find what is $Q(4)$.



            $$Q(x)=h(x)(x^2-5x+4)+7x-8$$
            $$Q(4)=h(4)(4^2-5cdot 4+4)+7cdot 4-8=h(4)cdot 0+28-8=20$$






            share|cite|improve this answer











            $endgroup$

















              5












              $begingroup$

              Hint:



              If you know that the remainder of the division of some polynomial $Q$ by, say, $x^2-5x+4$ is $7x-8$ you can find some values of $Q$ by substituting $x$ by the zeros of the divisor.



              Indeed, the zeros of $x^2-5x+4$ are $x=1$ and $x=4$. So you can find what is $Q(4)$.



              $$Q(x)=h(x)(x^2-5x+4)+7x-8$$
              $$Q(4)=h(4)(4^2-5cdot 4+4)+7cdot 4-8=h(4)cdot 0+28-8=20$$






              share|cite|improve this answer











              $endgroup$















                5












                5








                5





                $begingroup$

                Hint:



                If you know that the remainder of the division of some polynomial $Q$ by, say, $x^2-5x+4$ is $7x-8$ you can find some values of $Q$ by substituting $x$ by the zeros of the divisor.



                Indeed, the zeros of $x^2-5x+4$ are $x=1$ and $x=4$. So you can find what is $Q(4)$.



                $$Q(x)=h(x)(x^2-5x+4)+7x-8$$
                $$Q(4)=h(4)(4^2-5cdot 4+4)+7cdot 4-8=h(4)cdot 0+28-8=20$$






                share|cite|improve this answer











                $endgroup$



                Hint:



                If you know that the remainder of the division of some polynomial $Q$ by, say, $x^2-5x+4$ is $7x-8$ you can find some values of $Q$ by substituting $x$ by the zeros of the divisor.



                Indeed, the zeros of $x^2-5x+4$ are $x=1$ and $x=4$. So you can find what is $Q(4)$.



                $$Q(x)=h(x)(x^2-5x+4)+7x-8$$
                $$Q(4)=h(4)(4^2-5cdot 4+4)+7cdot 4-8=h(4)cdot 0+28-8=20$$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Apr 17 at 8:00

























                answered Apr 17 at 7:55









                ajotatxeajotatxe

                54.3k24090




                54.3k24090





















                    7












                    $begingroup$

                    You need only $P(1)$, since




                    • $x^2-4x+3 = (x-1)(x-3)$ and

                    • $x^2+6x-7 = (x-1)(x+7)$

                    Hence,



                    • $P(1) = 65-68 = -3$

                    • $P(1) = -5+a Rightarrow a=2$





                    share|cite|improve this answer









                    $endgroup$

















                      7












                      $begingroup$

                      You need only $P(1)$, since




                      • $x^2-4x+3 = (x-1)(x-3)$ and

                      • $x^2+6x-7 = (x-1)(x+7)$

                      Hence,



                      • $P(1) = 65-68 = -3$

                      • $P(1) = -5+a Rightarrow a=2$





                      share|cite|improve this answer









                      $endgroup$















                        7












                        7








                        7





                        $begingroup$

                        You need only $P(1)$, since




                        • $x^2-4x+3 = (x-1)(x-3)$ and

                        • $x^2+6x-7 = (x-1)(x+7)$

                        Hence,



                        • $P(1) = 65-68 = -3$

                        • $P(1) = -5+a Rightarrow a=2$





                        share|cite|improve this answer









                        $endgroup$



                        You need only $P(1)$, since




                        • $x^2-4x+3 = (x-1)(x-3)$ and

                        • $x^2+6x-7 = (x-1)(x+7)$

                        Hence,



                        • $P(1) = 65-68 = -3$

                        • $P(1) = -5+a Rightarrow a=2$






                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered Apr 17 at 7:58









                        trancelocationtrancelocation

                        14.5k1929




                        14.5k1929





















                            1












                            $begingroup$

                            We notied that: $x^2-4x+3=(x-1)(x-3)$ and $x^2+6x-7=(x-1)(x+7)$.




                            So, we have: $P(1)=65*1-68=-5*(1)+a$.
                            $implies -3=-5+aiff a=2$.







                            share|cite|improve this answer








                            New contributor




                            know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            $endgroup$

















                              1












                              $begingroup$

                              We notied that: $x^2-4x+3=(x-1)(x-3)$ and $x^2+6x-7=(x-1)(x+7)$.




                              So, we have: $P(1)=65*1-68=-5*(1)+a$.
                              $implies -3=-5+aiff a=2$.







                              share|cite|improve this answer








                              New contributor




                              know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






                              $endgroup$















                                1












                                1








                                1





                                $begingroup$

                                We notied that: $x^2-4x+3=(x-1)(x-3)$ and $x^2+6x-7=(x-1)(x+7)$.




                                So, we have: $P(1)=65*1-68=-5*(1)+a$.
                                $implies -3=-5+aiff a=2$.







                                share|cite|improve this answer








                                New contributor




                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.






                                $endgroup$



                                We notied that: $x^2-4x+3=(x-1)(x-3)$ and $x^2+6x-7=(x-1)(x+7)$.




                                So, we have: $P(1)=65*1-68=-5*(1)+a$.
                                $implies -3=-5+aiff a=2$.








                                share|cite|improve this answer








                                New contributor




                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.









                                share|cite|improve this answer



                                share|cite|improve this answer






                                New contributor




                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.









                                answered Apr 17 at 8:00









                                know dontknow dont

                                517




                                517




                                New contributor




                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.





                                New contributor





                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.






                                know dont is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.





















                                    1












                                    $begingroup$

                                    Since $P(x)=g(x)(x^2-4x+3)+(65x-68)$, for $x=1$ you get $P(1)=-3$. This imply that
                                    $P(1)=h(1)cdot 0+(-5+a)$, i.e. $a=2$.






                                    share|cite|improve this answer








                                    New contributor




                                    Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






                                    $endgroup$

















                                      1












                                      $begingroup$

                                      Since $P(x)=g(x)(x^2-4x+3)+(65x-68)$, for $x=1$ you get $P(1)=-3$. This imply that
                                      $P(1)=h(1)cdot 0+(-5+a)$, i.e. $a=2$.






                                      share|cite|improve this answer








                                      New contributor




                                      Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.






                                      $endgroup$















                                        1












                                        1








                                        1





                                        $begingroup$

                                        Since $P(x)=g(x)(x^2-4x+3)+(65x-68)$, for $x=1$ you get $P(1)=-3$. This imply that
                                        $P(1)=h(1)cdot 0+(-5+a)$, i.e. $a=2$.






                                        share|cite|improve this answer








                                        New contributor




                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.






                                        $endgroup$



                                        Since $P(x)=g(x)(x^2-4x+3)+(65x-68)$, for $x=1$ you get $P(1)=-3$. This imply that
                                        $P(1)=h(1)cdot 0+(-5+a)$, i.e. $a=2$.







                                        share|cite|improve this answer








                                        New contributor




                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.









                                        share|cite|improve this answer



                                        share|cite|improve this answer






                                        New contributor




                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.









                                        answered Apr 17 at 8:00









                                        Viki 183Viki 183

                                        563




                                        563




                                        New contributor




                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.





                                        New contributor





                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.






                                        Viki 183 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.





















                                            1












                                            $begingroup$

                                            You could use Polynomial Remainder Theorem here, it's just impractical. It states P(x) mod (x-b) is congruent to P(b). It never says: let b, be a number. $x^2-4x+3=x-(-x^2+5x-3)$.



                                            Easier to note the second divisor is $10x-10$ more than the first so $(10x-10)y-5x+a= 65x-68$ so y = 7 produces $70x-70-5x+a=65x-(70-a)$ so $a=2$ works.






                                            share|cite|improve this answer









                                            $endgroup$

















                                              1












                                              $begingroup$

                                              You could use Polynomial Remainder Theorem here, it's just impractical. It states P(x) mod (x-b) is congruent to P(b). It never says: let b, be a number. $x^2-4x+3=x-(-x^2+5x-3)$.



                                              Easier to note the second divisor is $10x-10$ more than the first so $(10x-10)y-5x+a= 65x-68$ so y = 7 produces $70x-70-5x+a=65x-(70-a)$ so $a=2$ works.






                                              share|cite|improve this answer









                                              $endgroup$















                                                1












                                                1








                                                1





                                                $begingroup$

                                                You could use Polynomial Remainder Theorem here, it's just impractical. It states P(x) mod (x-b) is congruent to P(b). It never says: let b, be a number. $x^2-4x+3=x-(-x^2+5x-3)$.



                                                Easier to note the second divisor is $10x-10$ more than the first so $(10x-10)y-5x+a= 65x-68$ so y = 7 produces $70x-70-5x+a=65x-(70-a)$ so $a=2$ works.






                                                share|cite|improve this answer









                                                $endgroup$



                                                You could use Polynomial Remainder Theorem here, it's just impractical. It states P(x) mod (x-b) is congruent to P(b). It never says: let b, be a number. $x^2-4x+3=x-(-x^2+5x-3)$.



                                                Easier to note the second divisor is $10x-10$ more than the first so $(10x-10)y-5x+a= 65x-68$ so y = 7 produces $70x-70-5x+a=65x-(70-a)$ so $a=2$ works.







                                                share|cite|improve this answer












                                                share|cite|improve this answer



                                                share|cite|improve this answer










                                                answered Apr 17 at 16:27









                                                Roddy MacPheeRoddy MacPhee

                                                993118




                                                993118




















                                                    peekay is a new contributor. Be nice, and check out our Code of Conduct.









                                                    draft saved

                                                    draft discarded


















                                                    peekay is a new contributor. Be nice, and check out our Code of Conduct.












                                                    peekay is a new contributor. Be nice, and check out our Code of Conduct.











                                                    peekay is a new contributor. Be nice, and check out our Code of Conduct.














                                                    Thanks for contributing an answer to Mathematics Stack Exchange!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid


                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.

                                                    Use MathJax to format equations. MathJax reference.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function ()
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3190781%2fremainder-theorem-for-polynomials-juee-1990%23new-answer', 'question_page');

                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

                                                    БиармияSxpst500bh2ntaf! 3h2r