The number of ordered pairs of integers ( m , n ) such that m n ≥ 0 and m 3 + n 3 + 9 9 m n = 3 3 3 is
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.
Well i approached the next part of getting a ( − 3 3 , − 3 3 ) in a different way. Hows this? If m , n ≥ 0 we have 34 solutions. Now suppose m = − k , n = − l So u have, k 3 + l 3 + 9 9 k l = 3 3 3 and
− k 3 − l 3 − 3 k l ( k + l ) = − ( k + l ) 3 .
Now subtract the second from the first and assuming k + l = − 3 3 and after some simplification we get
k 2 + l 2 − k l − 3 3 k − 3 3 l + 3 3 2 = 0
⟹ k 2 − ( l + 3 3 ) k + ( l 2 − 3 3 l + 3 3 2 ) = 0 .
So k = 2 l + 3 3 ± ( l + 3 3 ) 2 − 4 ( l 2 − 3 3 l + 3 3 2 )
k is positive and so we have
( l + 3 3 ) 2 ≥ 4 ( l 2 − 3 3 l + 3 3 2 ) ⟹ 6 6 l ≥ l 2 + 3 3 2 .
As l and 3 3 are positive, we have l 2 + 3 3 2 ≥ 6 6 l . So it implies the inequality turns into an equality and we have l = − 3 3 and plugging it into the equation gives k = 3 3 and so the only solution when m , n ≤ 0 is ( m , n ) = ( − 3 3 , − 3 3 )
Perfect!! Very well explained.
Log in to reply
Dinesh Chavan, this is Problem 30 from ASHME 1999. Please don't blatantly copy problems from another competition.
Log in to reply
I liked the format of this question. Also many people don's know about this exams.So to make the people aware of such questions I posted this.I meant no genuine possession of this problem.Many people solved it like a mere challenge.Yet I will take your advice and take care of it next time.Thanks for your advice
Log in to reply
@Dinesh Chavan – Yeah,that thing needs to be mentioned in the problem always, you must say it is taken from which contest... Agreed!!!
I encountered this problem in the book 101 algebra problems...
Nicely done.
m 3 + n 3 + 9 9 m n = 3 3 3 ⇒ m 3 + n 3 − 3 3 3 + 9 9 m n = 0 ⇒ ( m + n − 3 3 ) ( m 2 + n 2 + 3 3 2 − m n + 3 3 m + 3 3 n ) = 0 ⇒ 2 1 ( m + n − 3 3 ) [ ( m − n ) 2 + ( m − 3 3 ) 2 + ( n − 3 3 ) 2 ] = 0 ⇒ m + n − 3 3 = 0 ∪ m = n = 3 3 This gives us 34 and 1 possibilities, respectively, for a total of 3 5
a 3 + b 3 + c 3 − 3 a b c = ( a + b + c ) ( a 2 + b 2 + c 2 − a b − a c − b c )
The step before last would be (m-n)^2+(m+33)^2+(n+33)^2=0 so we get (-33,-33) instead of (33,33)
there is an easier way...
(x+y)^{3}=x^{3}+3x^{2}y+3y^{2}x+y^{3}
x^{3}+3xy(x+y)+y^{3}
so for 3xy(x+y)=99, (x+y) needs to be 33 ,
and (x+y)^{3} will be 33^{3}
How did you possibly know to factor it like that?
We are given that
m^3 + n^3 + 99mn = 33^3
This implies that
m^3 + n^3 + (-33)^3 = 3(-33)mn,
i.e. a^3 + b^3 + c^3 = 3abc
where a=m, b=n, c= -33.
Now, a^3 + b^3 + c^3 - 3abc = 1/2 (a+b+c) [(a-b)^2 + (b-c)^2 + (c-a)^2]
So, a^3 + b^3 + c^3 = 3abc if and only if either a+b+c=0 (i.e. m + n = 33)
or a = b = c (i.e. m = n = -33)
Now, m + n = 33 has 34 solutions which are (0,33), (1,32),...(32,1),(33,0).
Also, m = n = -33 is a solution.
So, in all we have 35 solutions i.e. 35 ordered pairs with the required property.
Note that (m + n)^3 = m^3 + n^3 + 3 m n(m+n) If m + n = 33 , then 33^2 = (m+n)^3 = m^3 +n^3 + 3 m n (m+n) = m^3 + n^3 + 99 m n Hence , m+n-33 is a factor of m^3 + n^3 + 99 m n -33^2. we have m^3 + n^3 + 99 m n -33^2 = (m+n-33)(m^2 + n^2 -m n +33 m + 33 n + 33^2) = (m+n-33)[(m-n)^2 + (m+33)^2 + (n+33)^2]/2 Hence there are 35 solutions altogether.
Problem Loading...
Note Loading...
Set Loading...
I see two variables, third powers, and coefficients related to 3 , so I immediately think of
( m + n ) 3 = m 3 + 3 m 2 n + 3 m n 2 + n 3
So, we need terms of 3 m 2 n and 3 m n 2 . Well, if we let m + n = 3 3 , then we get
m 3 + 3 ( m + n ) ( m n ) + n 3 = ( m + n ) 3 , which fits our identity. So we get a family of 3 4 integer solutions in m + n = 3 3 .
Well, so now we know that m + n − 3 3 divides m 3 + n 3 + 9 9 m n − 3 3 3 evenly. Doing multi-variable polynomial long division, we get a neat factorization of m 3 + n 3 + 9 9 m n − 3 3 3 = ( m + n − 3 3 ) ( m 2 + n 2 − m n + 3 3 m + 3 3 n + 3 3 2 ) . Now, I see squares, the term m n , and related coefficients. So I think of ( a + b ) 2 = a 2 + 2 a b + b 2 and factorize the second term into 2 1 ( ( m − n ) 2 + ( m + 3 3 ) 2 + ( n + 3 3 ) 2 ) . This is set equal to 0 , and since all terms are squared then they all must equal zero. This gives a solution of ( − 3 3 , − 3 3 ) , giving us a total of 3 5 solutions, and we are done.