⎩ ⎪ ⎨ ⎪ ⎧ x + y = a x 2 + y 2 = b x 3 + y 3 = c
If a , b , and c are real numbers in an arithmetic progression, then the one value of a that can never make the above system of equations consistent is q p , where p and q are both positive integers.
Find p + q .
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.
I edited the problem to say that a , b , and c are real numbers. However, x and y could be complex.
Let x + y = S , x y = P . Then a = S , b = S 2 − 2 P , c = S 3 − 3 S P . If they are in an arithmetic progression then 2 b = a + c , which gives S 3 − 3 S P + S = 2 S 2 − 4 P . Solving gives us P = 4 − 3 S 2 S 2 − S − S 3 , so S = 4 3 which gives the answer of 7.
Great solution!
I just spent ages proving that a = 4 3 can give a consistent set of equations (it can!). Your last line should be S = 3 4 .
Log in to reply
Yes, I agree. I missed that the first time I read the solution.
We can find the value of x y using the first and second equation. x y = 2 a 2 − b . Also using the first and third equation we find x y again, x y = 3 a a 3 − c = 3 a a 3 − 2 b + a .
Equating these two values of x y we will get, b = 3 a − 4 a 3 − 2 a , but we don't want any solution of x and y to satisfy the given three equations, so this solution of b should not exist, which is only possible if a = 3 4 .
Great solution!
Amazingly, the same mistake as the other posted solution - your last line should be a = 3 4 .
Log in to reply
Yes, I agree. I missed that the first time I read the solution.
Ah, yeah, my bad. Sorry!
Since a , b , and c are in an arithmetic progression, let b = a + d and c = a + 2 d . From the first two equations, it can be found that x , y , and z are roots of the equation 2 u 2 − 2 a u + ( a 2 − a − d ) = 0 , which after multiplying by u can be rearranged to u 3 = 2 1 ( 2 a u 2 − ( a 2 − a − d ) u ) . Therefore,
x 3 = 2 1 ( 2 a x 2 − ( a 2 − a − d ) x )
y 3 = 2 1 ( 2 a y 2 − ( a 2 − a − d ) y )
z 3 = 2 1 ( 2 a z 2 − ( a 2 − a − d ) z )
which combines to
x 3 + y 3 + z 3 = 2 1 ( 2 a ( x 2 + y 2 + z 2 ) − ( a 2 − a − d ) ( x + y + z ) )
and after substituting the given equations gives
a + 2 d = 2 1 ( 2 a ( a + d ) − ( a 2 − a − d ) a )
which rearranges to
d = 3 a − 4 a ( a − 1 ) ( a − 2 )
For d to have a real value, a = 3 4 , and 4 + 3 = 7 .
Problem Loading...
Note Loading...
Set Loading...
A nice and original problem!
From the arithmetic progression it follows that a + c − 2 b = 0 , so that x + y + x 3 + y 3 − 2 x 2 − 2 y 2 = 0 .
Using y = a − x gives a quadratic polynomial in x ( 3 a − 4 ) x 2 + ( 4 a − 3 a 2 ) x + a + a 3 − 2 a 2 = 0 with solution
x = 2 ( 3 a − 4 ) 3 a 2 − 4 a ± ( 3 a 2 − 4 a ) 2 − 4 ( 3 a − 4 ) ( a + a 3 − 2 a 2 ) .
We see that the denominator is 0 when a = 3 4 , but this in itself just means that we do not have a quadratic polynomial. Substituting this value for a back into the polynomial shows that also the linear term vanishes and we are left with the equation 3 4 + 2 7 6 4 − 9 3 2 = 0 , which is inconsistent indeed because 2 7 4 = 0 . So a = 3 4 indeed makes it inconsistent.
I still have a question: are x and y to be real numbers? If so, my concern is the discriminant, which has no real solutions when it is negative. It evaluates to − 3 a 4 + 1 6 a 3 − 2 8 a 2 + 1 6 a , so that for example negative values for a would lead to complex values for x and y . It may be best to always explicitly specify the domain in problems.