Loading [MathJax]/jax/output/SVG/jax.js
 

NotThatSmart

avatar
UsernameNotThatSmart
Score1946
Membership
Stats
Questions 18
Answers 999

 #2
avatar+1946 
+1

Now, let's me explain my tactic. Hang with me, it's quite tedious. 

Now first off, let's set a multivariable function to deal with this question, 

First, let's let f(a,b,c)=(ab+ac+bc)3a3b3a3c3b3c3. (This will come into handy later)

 

This following step is not necessary, as you can just easily follow through, but expanding everything, which is quite tedious, we get

3a3b2c+3a2b3c+3a3bc2+3a2bc3+3ab3c2+3ab2c3+6a2b2c2

 

Now, let's note that every term is divisble by 3abc. Factoring this out, we get

f(a,b,c,)=3abc(b2c+a2c+a2b+ab2+2abc+bc2+ac2)

 

The following steps are complicated, but I do believe this was explained in an AOPS course, which is where this problem came from.

(I know because I had the same problem while taking the course myself, it was a writing problem)

 

Let's note the following ideas. 

If we let c=a, we find that f(a,b,a)=0, meaning that a+c is a factor of f(a,b,c) 

If we let a=b, we also find that f(a,a,c)=0. This also means that a+b is a factor. 

If we let b=c,  f(a,c,c)=0. This also means that b+c is a factor. 

 

This also means that (a+b)(b+c)(c+a) should be in the final factorization. 

Wait a sec! Notice something really quickly!

(a+b)(b+c)(c+a)=b2c+a2c+a2b+ab2+2abc+bc2+ac2, which means that we can replace what we had in parethensis in the original facorization with (a+b)(b+c)(c+a)

 

Thus, our final factorization is 3abc(a+b)(b+c)(c+a)

 

Thus, our final answer is 3abc(a+b)(b+c)(c+a)

 

Thanks! :)

Nov 18, 2024
 #2
avatar+1946 
+1

Let's see. The roots of a polynomial means that when we plug in x, we essentially get p(x) = 0. 

Thus, setting the polynomial to 0, we get the equation 4x311x2+2x+3=0

 

Now, we have to find factors. We could do this in two ways. We could first have

4x3+3x2+8x22x3=04x3+3x2+8x26x+4x3=0x2(4x3)+8x26x+4x3=0x2(4x3)+2x(4x3)+4x3=0x2(4x3)+2x(4x3)+1(4x3)=0(4x3)(x22x1)=0(4x3)(x22x1)=0

 

We could also test for factors. If we plug in 1, we get that P(1)=2 and plugging in 0 gets p(0)=3

Thus, the number must be in between 0 and 1. Testing 1/2, we get P(1/2)=1.75 so it must be in between 1/2 and 1. That's how we get 3/4. 

 

We can split these into two equations to find x. We have

4x3=0x22x1=0

 

Now, the second quadratic is now factorable over whole numbers, so we must use the quadratic equation. 

Using it, we get that 

x=1+2x=12

 

From the first equation, we know x = 3/4 as well. 

 

Thus, our final 3 answers are

x=34x=1+2x=12

 

 

Thanks! :)

Oct 28, 2024