LCM of functions

Algebra Level 3

f ( x ) = x 2 + 6 x + a g ( x ) = x 2 + 4 x + b h ( x ) = x 2 + 14 x + c \begin{aligned} f(x)& = x^2 + 6x + a \\ g(x) & = x^2 + 4x + b \\ h(x) & = x^2 + 14x + c \end{aligned}

If the lowest common multiple of the three functions is ( x + 8 ) ( x 2 ) ( x + 6 ) (x +8)(x - 2)(x + 6) , find a + b + c a + b +c .


The answer is 20.

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.

4 solutions

Chew-Seong Cheong
Nov 12, 2020

Since the lowest common multiple are three factors and has a degree of 3 3 , while f ( x ) f(x) , g ( x ) g(x) , and h ( x ) h(x) each has a degree of 2 2 . We can assume that each of the three function is composed of two factors. By observation:

f ( x ) = ( x + 8 ) ( x 2 ) = x 2 + 6 x 16 a = 16 g ( x ) = ( x + 6 ) ( x 2 ) = x 2 + 4 x 12 b = 12 h ( x ) = ( x + 8 ) ( x + 6 ) = x 2 + 14 x + 48 c = 48 \begin{aligned} f(x) & = (x+8)(x-2) = x^2 + 6x - 16 & \implies a = - 16 \\ g(x) & = (x+6)(x-2) = x^2 + 4x - 12 & \implies b = -12 \\ h(x) & = (x+8)(x+6) = x^2 + 14x + 48 & \implies c = 48 \end{aligned}

Then the lowest common multiple of f ( x ) f(x) , g ( x ) g(x) , and h ( x ) h(x) is ( x + 8 ) ( x 2 ) ( x + 6 ) (x+8)(x-2)(x+6) ; and a + b + c = 16 12 + 48 = 20 a+b+c = -16-12+48 = \boxed{20} .

Chris Lewis
Nov 11, 2020

The three quadratic functions correspond to the three ways of choosing two factors from the cubic; so for example ( x + 8 ) ( x 2 ) = x 2 + 6 x 16 (x+8)(x-2)=x^2+6x-16 and we find a = 16 a=-16 .

Similarly, b = 12 b=-12 and c = 48 c=48 so a + b + c = 20 a+b+c=\boxed{20} .


Alternatively, note that we must have f ( x ) g ( x ) h ( x ) = ( ( x + 8 ) ( x 2 ) ( x + 6 ) ) 2 f(x)\cdot g(x)\cdot h(x)=\left((x+8)(x-2)(x+6)\right)^2

The coefficient of x 4 x^4 on the left-hand side is a + b + c + 164 a+b+c+164 ; so we just need to find that coefficient on the right.

Since ( x + 8 ) ( x 2 ) ( x + 6 ) = x 3 + 12 x 2 + 20 x 96 (x+8)(x-2)(x+6)=x^3+12x^2+20x-96 , this coefficient will be 1 2 2 + 2 20 = 184 12^2+2\cdot 20=184 ; so again a + b + c = 20 a+b+c=20 .

How do you find the coefficient of x⁴? Did you use Vieta's formula?

Shubhrajit Sadhukhan - 7 months ago

Log in to reply

No, just squaring the cubic form and focussing on the x 4 x^4 term. If you write out the full multiplication, ( x 3 + 12 x 2 + 20 x 96 ) ( x 3 + 12 x 2 + 20 x 96 ) \left({\color{#D61F06} x^3} + {\color{#20A900} 12x^2} + {\color{#3D99F6} 20x} - 96\right)\left({\color{#3D99F6} x^3} + {\color{#20A900} 12x^2} + {\color{#D61F06} 20x} - 96\right)

only the highlighted terms contribute to the final x 4 x^4 term.

Chris Lewis - 7 months ago
Callie Ferguson
Nov 11, 2020

Here's what we know:

{ f ( x ) = ( x + a 1 ) ( x + a 2 ) , where a 1 + a 2 = 6 g ( x ) = ( x + b 1 ) ( x + b 2 ) , where b 1 + b 2 = 4 h ( x ) = ( x + c 1 ) ( x + c 2 ) , where c 1 + c 2 = 14 \begin{cases} f(x)=(x+a_1)(x+a_2) & \quad \text{, where } a_1 + a_2 = 6 \\ g(x)=(x+b_1)(x+b_2) & \quad \text{, where } b_1 + b_2 = 4 \\ h(x)=(x+c_1)(x+c_2) & \quad \text{, where } c_1 + c_2 = 14 \end{cases}

The common multiples are ( x + 8 ) , ( x 2 ) , ( x + 6 ) (x \color{#3D99F6} +8 \color{#333333} ),(x\color{#D61F06} -2 \color{#333333}),(x\color{#20A900} +6 \color{#333333})

STEP 1 \large{ \text{STEP 1}} : Find which combinations of the above multiples match each function.

f ( x ) : \large {f(x)}: ( + 8 ) + ( 2 ) = 6 (\color{#3D99F6} +8 \color{#333333}) + (\color{#D61F06} -2 \color{#333333}) = 6 .

a 1 = 8 and a 2 = 2 \rightarrow \small{\mathbf{a_1}=8 \text{ and } \mathbf{a_2}=-2}

g ( x ) : \large {g(x)}: ( 2 ) + ( + 6 ) = 4 (\color{#D61F06} -2 \color{#333333}) + (\color{#20A900} +6 \color{#333333}) = 4

b 1 = 2 and b 2 = 6 \rightarrow \small{\mathbf{b_1}=-2 \text{ and } \mathbf{b_2}=6}

h ( x ) : \large {h(x)}: ( + 8 ) + ( + 6 ) = 14 (\color{#3D99F6} +8 \color{#333333}) + (\color{#20A900} +6 \color{#333333}) = 14

c 1 = 8 and c 2 = 6 \rightarrow \small{\mathbf{c_1}=8 \text{ and } \mathbf{c_2}=6}

STEP 2 \large{ \text{STEP 2}} : Find a , b , a, b, and c c by multiplying the factors of each function.

f ( x ) : \large {f(x)}: ( 8 ) ( 2 ) = 16 a = 16 (8)(-2)=-16 \Rightarrow \boxed{a=-16}

g ( x ) : \large {g(x)}: ( 6 ) ( 2 ) = 12 b = 12 (6)(-2)=-12 \Rightarrow \boxed{b=-12}

h ( x ) : \large {h(x)}: ( 8 ) ( 6 ) = 48 c = 48 (8)(6)=48 \Rightarrow \boxed{c=48}

STEP 3 \large{ \text{STEP 3}} : Find a + b + c a+b+c .

( 16 ) + ( 12 ) + ( 48 ) = 20 (-16)+(-12)+(48)=\boxed{\mathbf{20}}

When divided by f ( x ) , g ( x ) f(x), g(x) and h ( x ) h(x) , the remainder LCM gives is zero. The three functions are of the form x ² + m x + h x²+mx+h .

x ² + m x + h ) x ³ + 12 x ² + 20 x 96 ( x + ( 12 m ) Quotient x ³ + m x + h x ( 12 m ) x ² + ( 20 h ) x 96 ( 12 m ) x ² + ( 12 m ) m x + ( 12 m ) h ( ( 20 h ) ( 12 m m ² ) ) x ( 96 + ( 12 m ) h ) Remainder \begin{array}{cc} x²+mx+h)&x³+12x²+20x-96&(x+(12-m)\rightarrow \text{Quotient}\\&- x³+mx+hx& \\ \hline \\&(12-m)x²+(20-h)x-96\\ &-(12-m)x²+(12-m)mx+(12-m)h\\ \hline \\ &((20-h)-(12m-m²))x-(96+(12-m)h)&\rightarrow\text{Remainder}\end{array}

For f ( x ) = x ² + 6 x + a f(x)= x²+6x+a , the quotient x + ( 12 m ) x+(12-m) is x + 6 x+6 , for g ( x ) = x ² + 4 x + b g(x)= x²+4x+b , it is x + 8 x+8 , for h ( x ) = x ² + 14 x + c h(x)= x²+14x+c , it is x 2 x-2 .

Thus, if the LCM L ( x ) L(x) is divided by x + 6 x+6 , we'd find f ( x ) f(x) , dividing L ( x ) L(x) by x + 8 x+8 we'd have g ( x ) g(x) , dividing L ( x ) L(x) by x 2 x-2 we'd have h ( x ) h(x) .

This way f ( x ) = ( x + 8 ) ( x 2 ) a = 16 f(x)= (x+8)(x-2)\rightarrow a= -16 g ( x ) = ( x 2 ) ( x + 6 ) b = 12 g(x)= (x-2)(x+6)\rightarrow b=-12 h ( x ) = ( x + 8 ) ( x + 6 ) c = 48 h(x)= (x+8)(x+6)\rightarrow c=48

Hence a + b + c = 16 12 + 48 = 20 a+b+c= -16-12+48=\boxed{20} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...