Polynomial Division (Mathathon Problem 5)

Algebra Level 2

f ( x ) = p x 3 + 7 x 2 + 14 x + q f(x) = px^{3} + 7x^{2} + 14x + q

g ( x ) = x 2 + 3 x + 2 g(x) = x^{2} + 3x + 2

f ( x ) g ( x ) = x + 4 \dfrac{f(x)}{g(x)} = x + 4

Find the value of p x 3 + 5 x 2 2 x q px^3 + 5x^2 -2x - q when x = 1 x = 1


The answer is -4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

18 solutions

Let's solve it without calculating p p or q q

f ( x ) = g ( x ) ( x + 4 ) = ( x 2 + 3 x + 2 ) ( x + 4 ) f ( 1 ) = 0 p + 7 14 + q = 0 p q = 7 Let k ( x ) = p x 3 + 5 x 2 2 x q k ( 1 ) = p + 5 2 q = ( p q ) + 3 = 7 + 3 = 4 \begin{aligned} &f(x) = g(x) (x+4) = (x^2+3x+2)(x+4) \\ \implies &f(-1) =0 \\ \implies &-p+7-14+q=0 \\ \implies &\boxed{p-q=-7} \\ \\ \text{Let } &k(x)=px^3+5x^2-2x-q \\ \implies &k(1)=p+5-2-q=(p-q)+3=-7+3=\boxed{-4} \\ \end{aligned}

Accuracy 5/5 Everything is correct except the method
Readability 5/5 Proper latex and well structured answer
Ingenuity 5/5 Doesn't require values of p and q
Total 15/15 Perfect! Keep it up @Vinayak Srivastava !

A Former Brilliant Member - 2 months, 2 weeks ago

Log in to reply

Thanks! But I am still waiting for a problem where there can be multiple approaches, it will have a lot of ingenious solutions!

Vinayak Srivastava - 2 months, 2 weeks ago

Log in to reply

This problem actually does have multiple approaches. I based it on algebraic long division. Some people just multiply g(x) with (x+4) to get p and q, then substitute. There are many ways.

A Former Brilliant Member - 2 months, 2 weeks ago

PURE GENIUS!!!!!!!!!

Newton KAYODE - 2 months, 2 weeks ago

Log in to reply

Hmm actually I don't think this is "genius", tbh. This word is reserved for the greats(at least I think so).

Vinayak Srivastava - 2 months, 2 weeks ago

Great solution! But I think you needed to write x2 + 3x + 2 instead of 4, in line 1.

Atin Gupta - 2 months, 2 weeks ago

Log in to reply

Done. Thanks!

Vinayak Srivastava - 2 months, 2 weeks ago

Log in to reply

You're welcome :)

Atin Gupta - 2 months, 2 weeks ago
Julie Éthier
Mar 28, 2021

Kevin Long
Mar 28, 2021

Multiplying f ( x ) g ( x ) \frac{f(x)}{g(x)} by g ( x ) g(x) , we have f ( x ) = ( x + 4 ) ( x 2 + 3 x + 2 ) f(x)=(x+4)(x^2+3x+2) . Because the degree of x + 4 x+4 is 1 1 , x 2 + 3 x + 2 x^2+3x+2 is 2 2 , and the degree of f ( x ) f(x) is three, since 1 + 2 = 3 1+2=3 , then p p is the multiple of the coefficients of the leading terms of f ( x ) g ( x ) \frac{f(x)}{g(x)} and g ( x ) g(x) , which is 1 × 1 1\times1 , which is equal to 1 1 . Since q q has degree 0 0 , q q is the multiple of the terms that have degree 0 0 in both g ( x ) g(x) and f ( x ) g ( x ) \frac{f(x)}{g(x)} , which is 4 × 2 = 8 4\times2=8 , so q q is 8 8 . Because the output of a function a ( x ) a(x) when x x is 1 1 is just the sum of of all the coefficients of the terms of the polynomial (because all the x n x^n terms are just reduced to 1 1 ), we have 1 + 5 2 8 = 4 1+5-2-8=-4 , so the value of p x 3 + 5 x 2 2 x q px^3+5x^2-2x-q when x x is one is 4 \boxed{-4}

Agent T
Mar 27, 2021

At x=1

f ( x ) g ( x ) = p ( 1 ) + 5 ( 1 ) + 2 ( 1 ) + 14 ( 1 ) + q ( 1 ) + 3 ( 1 ) + 2 ( 1 ) = ( 1 ) + 4 \textcolor{crimson}{\frac{f(x)}{g(x)}=\frac{p(1)+5(1)+2(1)+14(1)+q}{(1)+3(1)+2(1)} =(1)+4 }

This gives us ,

p + q = 9 \textcolor{#0C6AC7}{p+q=9} -----(✪)

Now we'll take the functions again and play with 'em a lil,

~~~~~~~~~~~~~~~~~~~~~

p x 3 + 7 x 2 + 14 x + q = x 3 + 7 x 2 + 14 x + 8 \textcolor{#BA33D6}{p*x^{3}+7*x^{2}+14x+q = x^{3}+7x^{2}+14x+8}

~~~~~~~~~~~~~~~~~~~~~

Comparing the coefficients of x 3 x^{3} and constants,we got to know that

p = 1 \textcolor{#0C6AC7}{p=1} and q = 8 \textcolor{#0C6AC7}{q=8}

We can adjust the LHS according to our requirements by doing the following

~~~~~~~~~~~~~~~~~~~~~

p x 3 + 5 x 2 + 2 x 2 2 x + 16 x q + 2 q = x 3 + 7 x 2 + 14 x + 8 \textcolor{#456461}{p*x^{3}+5*x^{2}+2*x^{2}-2x+16x-q+2q=x^{3}+7x^{2}+14x+8}

~~~~~~~~~~~~~~~~~~~~~

Shifting the unwanted part to RHS we get,

~~~~~~~~~~~~~~~~~~~~~

p x 3 + 5 x 2 2 x q = x 3 + 7 x 2 2 x 2 + 14 x 16 x + 8 2 q \textcolor{#BA33D6}{p*x^{3}+5*x^{2}-2x-q=x^{3}+7x^{2}-2x^{2}+14x-16x+8-2q}

~~~~~~~~~~~~~~~~~~~~~

Substituting x=1 in the modified version of the equations we get,

~~~~~~~~~~~~~~~~~~~~~

p x 3 + 5 x 2 2 x q = 1 + 5 2 + 8 2 ( 8 ) = 4 \textcolor{#E81990}{p*x^{3}+5*x^{2}-2x-q=1+5-2+8-2(8)=-4}

~~~~~~~~~~~~~~~~~~~~~

Hence 4 \textcolor{#D61F06}{-4} is the correct answer!

FYI:U can also use turquoise,cyan,forest green,crimson,lime,Persian blue,violet in ur latex code!

Agent T - 2 months, 2 weeks ago
Jeff Giff
Mar 26, 2021

Perhaps this is the best shortcut:

Credits to Vinayak Srivastava

Why didn’t I post this earlier?

When x = 1 x=-1 , we have f ( 1 ) = p + 7 14 + q = p + q 7 f(-1)=-p+7-14+q=-p+q-7 and f ( 1 ) = g ( 1 ) × f ( 1 ) g ( 1 ) = ( 1 3 + 2 ) × ( 1 + 4 ) = 0. f(-1)=g(-1)\times \frac{f(-1)}{g(-1)}=(1-3+2)\times (-1+4)=0. p + q 7 = 0 \therefore -p+q-7=0 .
Solve to get p q = 7 p-q=-7 .
When x = 1 , p x 3 + 5 x 2 2 x q = p + 5 2 q = ( p q ) + ( 5 2 ) = 7 + 3 = 4. \color{#D61F06} \therefore \text{When }x=1,~px^3+5x^2-2x-q=p+5-2-q=(p-q)+(5-2)=-7+3=-4.

Atin Gupta
Mar 26, 2021

Method 1: Shortcut:

p x 3 + 5 x 2 2 x q = f ( x ) 2 x 2 16 x 2 q = f ( x ) g ( x ) g ( x ) 2 x 2 16 x px^3 + 5x^2 - 2x - q = f(x) - 2x^2 - 16x -2q = \dfrac{f(x)}{g(x)} \cdot g(x) - 2x^2 - 16x

When x = 1: g ( x ) = ( 1 ) 2 + 3 ( 1 ) + 2 = 1 + 3 + 2 = 6 g(x) = (1)^2 + 3(1) + 2 = 1 + 3 + 2 = 6

f ( x ) g ( x ) = 1 + 4 = 5 \dfrac{f(x)}{g(x)} = 1 + 4 = 5

2 x 2 = 2 ( 1 ) 2 = 2 ( 1 ) = 2 2x^2 = 2(1)^2 = 2(1) = 2

16 x = 16 ( 1 ) = 16 16x = 16(1) = 16

Also, since q is a constant, it will be the product of the constants in g ( x ) , and f ( x ) g ( x ) (Also because there is no term with the power of x 1 or lower ) . \text{Also, since q is a constant, it will be the product of the constants in } g(x), \text{ and } \dfrac{f(x)}{g(x)} \text{(Also because there is no term with the power of } x^{-1} \text{or lower}).

q = 2 4 = 8 , 2 q = 16 \therefore q = 2 \cdot 4 = 8, 2q = 16

p x 3 + 5 x 2 2 x q = ( 5 6 ) 2 16 16 = 30 34 = 4 px^3 + 5x^2 - 2x - q = (5 \cdot 6) - 2 - 16 - 16 = 30 - 34 = \boxed{-4}

Method 2: Proper method:

f ( x ) = f ( x ) g ( x ) g ( x ) = ( x 2 + 3 x + 2 ) ( x + 4 ) f(x) = \dfrac{f(x)}{g(x)} \cdot g(x) = (x^2+3x+2)(x+4)

= ( x 2 ) ( x ) + ( x 2 ) ( 4 ) + ( 3 x ) ( x ) + ( 3 x ) ( 4 ) + ( 2 ) ( x ) + ( 2 ) ( 4 ) = x 3 + 4 x 2 + 3 x 2 + 12 x + 2 x + 8 = x 3 + 7 x 2 + 14 x + 8 =(x^2)(x)+(x^2)(4)+(3x)(x)+(3x)(4)+(2)(x)+(2)(4) = x^3+4x^2+3x^2+12x+2x+8 =x^3+7x^2+14x+8

p = 1 , q = 8 \therefore p = 1, q = 8

p x 3 + 5 x 2 2 x q = x 3 + 5 x 2 2 x 8 = ( 1 ) 3 + 5 ( 1 ) 2 2 ( 1 ) 8 = 1 + 5 2 8 = 6 10 = 4 px^3 + 5x^2 - 2x - q = x^3 + 5x^2 - 2x - 8 = (1)^3 + 5(1)^2 - 2(1) - 8 = 1 + 5 - 2 - 8 = 6 - 10 = \boxed{-4}

Sundar R
Mar 26, 2021

f(x) = g(x) * (x + 4) = (x^2+3x+2) * (x+4) = x^3 + 7x^2 + 14x + 8. Comparing with the given expression for f(x), we find p = 1 and q = 8. Then , px^3 + 5x^2 -2x - q = (1)(1)^3 + 5(1)^2 - 2(1) - 8 = 6 - 10 = -4

Morris Pearl
Mar 25, 2021
  • f ( x ) = g ( x ) ( x + 4 ) = x 3 + 3 x 2 + 2 x + 4 x 2 + 12 x + 8 f(x) = g(x) * (x+4) = x^3 + 3x^2 + 2x + 4x^2 + 12x + 8
  • p x 3 + 7 x 2 + 14 x + q = x 3 + 7 x 2 + 14 x + 8 p x^3 + 7 x^2 + 14 x + q = x^3 + 7 x^2 + 14 x + 8
  • p = 1 , q = 8 p = 1, q = 8
  • 1 1 3 + 5 1 2 2 1 8 = 4 1 \cdot 1^3 + 5 \cdot 1^2 - 2 \cdot 1 - 8 = -4
  • QED
Elijah Frank
Mar 25, 2021

Oskar Dobroczek
Mar 25, 2021

The third equation implies that f ( x ) = g ( x ) ( x + 4 ) = ( x 2 + 3 x + 2 ) ( x + 4 ) = x 3 + 7 x 2 + 14 x + 8 f ( x ) = p x 3 + 7 x 2 + 14 x + q = x 3 + 7 x 2 + 14 x + 8 7 x ² 14 x 1 x 3 + 8 = p x 2 + q p = 1 , q = 8 \begin{aligned} f(x) = g(x)(x+4) = (x^2+3x+2)(x+4) &= x^3+7x^2+14x+8\\ f(x) = px^3 +7x^2+14x+q &= x^3+7x^2+14x+8 \quad\mid -7x²-14x\\[10pt] 1\cdot x^3 + 8 &= p\cdot x^2 + q\iff\; p=1\quad , q=8 \end{aligned} Plugging x = p = 1 x=p=1 and q = 8 q=8 in the equation, we get 1 + 5 2 8 = 6 10 = 4. \begin{aligned} 1 + 5 -2 -8 = 6-10 = -4. \end{aligned}

PS: Shoutout to Vinayak Srivastava, your approach is killer!

Omek K
Mar 25, 2021

g ( x ) = x ² + 3 x + 2 = x ² + x + 2 x + 2 = x ( x + 1 ) + 2 ( x + 1 ) = ( x + 1 ) ( x + 2 ) \begin{aligned} g(x)&= x²+3x+2\\ &= x²+x+2x+2\\ &= x(x+1)+2(x+1)\\ &= (x+1)(x+2) \end{aligned}

Given
p ( x ) g ( x ) = x + 4 p ( x ) = g ( x ) ( x + 4 ) p ( x ) = ( x + 1 ) ( x + 2 ) ( x + 4 ) \begin{aligned} \frac{p(x)}{g(x)}&= x+4\\ p(x)&= g(x)(x+4)\\ p(x)&= (x+1)(x+2)(x+4) \end{aligned}

Now the coefficient of x³ is the product of coefficient of each x in p(x)'s factorization, therefore p = 1×1×1 = 1
And q = product of constants in p(x)'s factorization = 1×2×4 = 8

Then we get, px³+5x²-2x-q = x³+5x²-2x-8

Now substitute x = 1, The value becomes 1+5-2-8 = -4

Avner Lim
Mar 24, 2021

First, we need to find the value of p p and q q . f ( x ) = g ( x ) × ( x + 4 ) = ( x 2 + 3 x + 2 ) ( x + 4 ) = x 3 + 7 x 2 + 14 x = 8 p = 1 , q = 8 f(x)=g(x)\times(x+4)=(x^{2}+3x+2)(x+4)=x^{3}+7x^{2}+14x=8 \rightarrow p=1, q=8 . Now that we have got the values of p p and q q , p x 3 + 5 x 2 2 x q = 1 × 1 3 + 5 × 1 2 2 × 1 8 = 1 + 5 2 8 = 4 px^{3}+5x^2-2x-q=1\times1^{3}+5\times1^{2}-2\times1-8=1+5-2-8=\boxed{-4}

Newton Kayode
Mar 24, 2021

Since we know that f ( x ) g ( x ) \frac{f(x)}{g(x)} = x + 4 x+4 and f ( x ) f(x) = p x 3 + 7 x 2 + 14 x + q px^{3}+7x^{2}+14x+q and g ( x ) g(x) = x 2 + 3 x + 2 =x^{2}+3x+2 , f ( x ) g ( x ) \frac{f(x)}{g(x)} = p x 3 + 7 x 2 + 14 x + q x 2 + 3 x + 2 \frac{px^{3}+7x^{2}+14x+q}{x^{2}+3x+2} = x + 4 x+4 . We then multiply to get p x 3 + 7 x 2 + 14 x + q px^{3}+7x^{2}+14x+q = x 3 + 7 x 2 + 14 x + 8 x^{3}+7x^2+14x+8 with p = 1 \boxed{p=1} and q = 8 \boxed{q=8} . Now we plug in the values of p and q to get 1 ( 1 3 ) + 5 ( 1 2 ) 2 ( 1 ) 8 1(1^{3})+5(1^{2})-2(1)-8 = 1 + 5 2 8 1+5-2-8 = 6 2 8 6-2-8 = 4 8 4-8 = 4 \boxed{-4}

Devbrat Dandotiya
Mar 24, 2021

The general form of a cubic polynomial is a x 3 + b x 2 + c x + d ax^3+bx^2+cx+d , we also know that multiplying a quadratic polynomial (one of degree 2 2 ) with a linear polynomial (one of degree 1 1 ) provides us with a cubic polynomial, i.e,

( a 1 x 2 + b 1 x + c 1 ) ( a 2 x + b 2 ) = a x 3 + b x 2 + c x + d (a_1x^2+b_1x+c_1)(a_2x+b_2)= ax^3+bx^2+cx+d

( a 1 a 2 ) x 3 + ( a 1 b 2 + b 1 a 2 ) x 2 + ( c 1 a 2 + b 1 b 2 ) x + ( c 1 b 2 ) = a x 3 + b x 2 + c x + d (a_1a_2)x^3+ (a_1b_2+b_1a_2)x^2+ (c_1a_2+b_1b_2)x+(c_1b_2)= ax^3+bx^2+cx+d

Where a = a 1 a 2 a= a_1a_2 , b = a 1 b 2 + b 1 a 2 b=a_1b_2+b_1a_2 , c = c 1 a 2 + b 1 b 2 c=c_1a_2+b_1b_2 and d = c 1 b 2 d=c_1b_2 by observation of coefficients.

We're here given a cubic polynomial f ( x ) = p x 3 + 7 x 2 + 14 x + q f(x)=px^3+7x^2+14x+q , which when divided by a quadratic polynomial g ( x ) = x 2 + 3 x + 2 g(x)=x^2+3x+2 , gets divided totally and gives the quotient, a linear polynomial, x + 4 x+4 , now

f ( x ) g ( x ) = ( x + 4 ) f ( x ) = g ( x ) ( x + 4 ) \dfrac{f(x)}{g(x)}= (x+4) \Rightarrow f(x)= g(x)(x+4)

Thus f ( x ) f(x) is the product of g ( x ) g(x) , a quadratic polynomial, and ( x + 4 ) (x+4) , a linear polynomial, it follows by our above discussion that p = 1 × 1 = 1 p= 1×1=1 and q = 4 × 2 = 8 q= 4×2=8 , which gives the third polynomial with no name, p x 3 + 5 x 2 2 x q px^3+5x^2-2x-q as,

N ( x ) = 1 x 3 + 5 x 2 2 x 8 N(x)= 1x^3+5x^2-2x-8

We're assigned to find the value of N ( x ) N(x) at x = 1 x=1 , i.e, N ( 1 ) N(1) , which gives us,

N ( 1 ) = 1 ( 1 ) 3 + 5 ( 1 ) 2 2 ( 1 ) 8 = 4 N(1)= 1(1)^3+5(1)^2-2(1)-8= \boxed{-4}

Jason Gomez
Mar 24, 2021

Hey Percy, not gonna put down the common solution? (I broke the unwanted streak completely)

I will...once I post all the problems...

A Former Brilliant Member - 2 months, 2 weeks ago
Aditya Mittal
Mar 24, 2021

Let p ( x ) p(x) be p x 3 + 5 x 2 2 x q px^3+5x^2 - 2x -q

f ( x ) = p x 3 + 7 x 2 + 14 x + q ( 1 ) f(x) = px^3 + 7x^2 + 14x +q \hspace{3 in} \ldots(1)

g ( x ) = x 2 + 3 x + 2 ( 2 ) g(x) = x^2 + 3x + 2 \hspace{3.53 in} \ldots (2)

f ( x ) g ( x ) = x + 4 \dfrac{f(x)}{g(x)} = x+4

f ( x ) = ( x + 4 ) ( g ( x ) ) \Rightarrow f(x) = (x+4)(g(x))

= ( x + 4 ) ( x 2 + 3 x + 2 ) = (x+4)(x^2 + 3x + 2) \hspace{3 in} [ [ Using ( 2 ) ] (2)]

= x 3 + 7 x 2 + 14 x + 8 ( 3 ) = x^3 + 7x^2 + 14x+ 8\hspace{3.35 in} \ldots(3)

We get eq.(1) = eq.(3)

p x 3 + 7 x 2 + 14 x + q = x 3 + 7 x 2 + 14 x + 8 px^3 + 7x^2 + 14x +q = x^3 + 7x^2 + 14x+ 8

By comparing them we get, p = 1 and q = 8

Putting p = 1 p = 1 and q = 8 q = 8 in p ( 1 ) p(1) we get

p ( 1 ) = 1 ( 1 ) 3 + 5 ( 1 ) 2 2 ( 1 ) 8 p(1) = 1(1)^3 + 5(1)^2 - 2(1) - 8 p ( 1 ) = 1 + 5 2 8 \rightarrow p(1) = 1+5-2-8 p ( 1 ) = 4 \rightarrow p(1) = -4

The answer is 4 \boxed{-4}

Siddhesh Umarjee
Mar 24, 2021

Simplifying what we have to find as much as we can:

Substitute x = 1 x=1

p x 3 + 5 x 2 2 x q = p + 5 2 q = p q + 3 px^3+5x^2-2x-q = p+5-2-q = p-q + 3 .....(eqn1)

So the unknown part is p q p - q . Consider f ( x ) = p x 3 + 7 x 2 + 14 x + q f(x) = px^3 + 7x^2 + 14x + q We have to find the value of p q ( ( p + q ) p-q((-p+q) will also work ). In f ( x ) f(x) we cannot change the sign of q q . Since any value of x x will satisfy given conditions, we have to choose it wisely so that the value of p x 3 px^3 in f(x) will be p -p . Simply Logic tells us that the necessary value of x = 1 x = -1 . Also from given it is obvious that f ( x ) = g ( x ) ( x + 4 ) f(x) = g(x) * (x+4)

Substituting x = 1 x = -1 in f ( x ) = g ( x ) ( x + 4 ) f(x) = g(x) * (x+4)

p + 7 14 + q = ( 1 3 + 2 ) ( 1 + 4 ) -p+7-14+q = (1-3+2)(-1+4)

p q = 7 p-q = -7

Substituting in eqn1:

-7+3 = -4 \fbox {-4}

Alternative (lengthy) method

Though this is Lengthy it is easier to spot (if you know what I mean) and also gives you the values of p p and q q (which is not necessary but anyways)

f ( x ) g ( x ) = p x 3 + 7 x 2 + 14 x + q x 2 + 3 x + 2 = x + 4 \dfrac{f(x)}{g(x)} = \dfrac{px^3 + 7x^2 + 14x + q }{x^2 + 3x + 2} = x + 4 .....(eqn1)

Now, this is true for every value of x x .

So, let's just put x = 0 x = 0 in (eqn1). (In other words lets just forget the terms with x x )

q 2 = 4 \frac{q}{2}= 4

q = 8 q = 8

Substitute q = 8 q = 8 and this time x = 1 x = 1 in (eqn1)

p + 7 + 14 + 8 1 + 3 + 2 = 1 + 4 \dfrac{p + 7 + 14 + 8 }{1 + 3 + 2} = 1 + 4

p + 29 6 = 5 \dfrac{p +29 }{6} = 5

p = 30 29 p = 30-29

p = 1 p = 1

p = 1 a n d q = 8 \fbox {p = 1} and \fbox{q = 8}

Simple calculations show: p x 3 + 5 x 2 2 x q px^3 + 5x^2 - 2x - q when x = 1 ; p = 1 ; q = 8 x=1; p=1; q=8 is -4 \fbox{-4}

@Percy Jackson , I just saw that @Siddhesh Umarjee has also shown the same method, and he posted it before me, so I think the ingenuity points should go to him rather than me.

Vinayak Srivastava - 2 months, 2 weeks ago

Log in to reply

The common solution is multiplying g(x) by (x+4), then finding values of p and q and substituting. Since due to timezones and stuff not everyone can post early, everyone who gave this solution will get ingenuity points, because I think all three solutions have been explained well and show your knowledge of the concept. That is what ingenuity is about :)

A Former Brilliant Member - 2 months, 2 weeks ago

@Zakir Husain also used the same method and posted before me but I believe everyone who used that method should get ingenuity points taking into consideration the time zones and the fact the the Questions were not posted at a predetermined time( @Percy Jackson and @Jason Gomez no offence... you guys are doing a fantastic job) but it is the judge's decision...

Siddhesh Umarjee - 2 months, 2 weeks ago

Log in to reply

Oh yeah, I see. But 3 people used same method so it is common solution lol

Vinayak Srivastava - 2 months, 2 weeks ago

Yea, you're right. No offense taken, I know how disorganized I can be :P

A Former Brilliant Member - 2 months, 2 weeks ago
Zakir Husain
Mar 24, 2021

f ( x ) g ( x ) = x + 4 f ( x ) = ( x + 4 ) g ( x ) = ( x + 4 ) ( x 2 + 3 x + 2 ) \because \dfrac{f(x)}{g(x)}=x+4\therefore f(x)=(x+4)g(x)=(x+4)(x^2+3x+2) M e t h o d 1 \Large{Method\space 1} i f x = 1 f ( 1 ) = ( 1 + 4 ) ( ( 1 ) 2 3 + 2 ) = 0 if\space x=-1\Rightarrow f(-1)=(-1+4)((-1)^2-3+2)=0 p + 7 14 + q = 0 \Rightarrow -p+7-14+q=0 p q = 7 14 = 7 \Rightarrow p-q=7-14=-7 p × ( 1 ) 3 + 5 × ( 1 ) 2 2 × ( 1 ) q = p + 5 2 q p\times (1)^3+5\times (1)^2-2\times (1)-q=p+5-2-q p q + 3 = 7 + 3 = 4 \red{p-q}+3=\red{-7}+3=-4 M e t h o d 2 \Large{Method\space 2} f ( x ) = ( x + 4 ) g ( x ) f ( 4 ) = 0 f(x)=(x+4)g(x)\Rightarrow f(-4)=0 64 p + 112 56 + q = 0 \Rightarrow -64p+112-56+q=0 64 p q = 56.......... [ 1 ] \Rightarrow 64p-q=56..........[1] g ( 2 ) = 0 J u s t p u t a n d f i n d , y o u w i l l g e t 0 \because g(-2)=0 \space\blue{Just\space put\space and\space find,\space you\space will \space get \space 0} f ( 2 ) = 0 \Rightarrow f(-2)=0 8 p + 28 28 + q = 0 \Rightarrow -8p+\cancel{28-28}+q=0 8 p = q . . . . . . . . . . [ 2 ] \Rightarrow 8p=q..........[2] [ 1 ] a n d [ 2 ] 64 p 8 p = 56 [1]\space and\space [2]\Rightarrow 64p-8p=56 p = 1 , q = 8 \Rightarrow p=1,q=8 p × ( 1 ) 3 + 5 × ( 1 ) 2 2 × ( 1 ) q = 1 + 5 2 8 = 6 10 = 4 \Rightarrow p\times (1)^3+5\times (1)^2-2\times (1)-q=1+5-2-8=6-10=-4

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...