We have the identity
3 3 3 2 − 1 = 3 a + 3 b − 3 c ,
where a , b and c are positive integers. What is the value of a + b + c ?
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.
Nice solution! It is very similar to the Shreyansh C.'s one.
No more solutions exist?
Ok I will try to write my solution as neat as possible.
Aim:
In this problem, we should try to do something on the LHS and not the RHS or both. The reason is because we are not solving an equation, how can we possible solve for three variables with one equation? Hence, we should try to arrange LHS into the form of RHS . For example
3 + 4 7 = a + b 7 , solve for a and b
Immediately we can see a = 3 and b = 4 . This is because we analyse the form or pattern of both expression. So, solving this kind of problems need lots of creativity!
Firstly, we set some variables to see the connection between 3 , 2 , 1 . Let
x 3 = 2 , x = 3 2
y 3 = 1 , y = 1
Now, we substitute it to the expression
3 3 \strut 3 2 − 1
= ( x 3 + y 3 ) 3 \strut x − y
= ( x + y ) ( x 2 − x y + y 2 ) 3 \strut x − y
= ( x 2 − x y + y 2 ) 3 \strut ( x − y ) ( x + y ) 3
= ( x 2 − x y + y 2 ) 3 \strut x 4 + 2 x 3 y − 2 x y 3 − y 4
Now, we substitute all the numbers back into the expression we have
( 3 4 − 3 2 + 1 ) 3 \strut 2 3 2 + 4 − 2 3 2 − 1
= ( 3 4 − 3 2 + 1 ) 3 3
= 3 1 2 − 3 6 + 3 3
Let's arrange it to the form same as the problem
3 1 2 + 3 3 − 3 6
Hence, we can see a = 1 2 , b = 3 , c = 6 and a + b + c = 2 1
This method is so long.i hv solved it in few steps
Great solution, Christopher. But this intuition won't work in all problems of this type. Can you tell me a foolproof solution, which will definitely get us to the answer?
Log in to reply
Well, there are other problems in this type, which is Cube Roots Escape . I think there is another one but I can't find it.
That problem can also be solved by this method, only need a slightly changes. I will add my solution in the comment section.
a great solution
If α = 2 3 1 , then 1 = α 3 − 1 = ( α − 1 ) ( α 2 + α + 1 ) and 3 = α 3 + 1 = ( α + 1 ) ( α 2 − α + 1 ) . Thus α − 1 3 = 3 ( α 2 + α + 1 ) = α 3 + 3 α 2 + 3 α + 1 = ( α + 1 ) 3 and so 3 ( α − 1 ) 3 1 = α + 1 3 3 4 = 3 3 1 ( α 2 − α + 1 ) From this we can readily spot the solution a = 1 2 , b = 3 , c = 6 , and hence a + b + c = 2 1 .
How to show that this is the only solution is more of a challenge. It would seem likely that we need to show that a , b , c are all multiples of 3 and that ( a / 3 ) 3 1 , ( b / 3 ) 3 1 , ( c / 3 ) 3 1 all belong to Z ( α ) , but I have not managed that yet. A computer search determines that there are no other solutions within the range of Brilliant solutions!
use your calculator and consider 1.9^3 as 7 therefore 7+7-7=21 and therefore a,b,c are 7,7,7 hence A+B+C=21
As highlighted below, this solution is incorrect.
It is not true that
3 3 3 2 − 1 = 3 7 + 3 7 − 3 7
If you use your calculator, they will differ in the third decimal place.
i mean 7+7-7=7
Where do the 7's came from?
Can you say more, Daniel? It's hard to tell whether it's just a coincidence that this gave you the correct answer.
Log in to reply
P.S. On second thought, after re-reading your solution, I think I can say with certainty that it's just a coincidence.
And using calculator isn't really fair. After all, all Math problems in Brilliant are supposed to be done with a pencil and paper, or at least I suppose that it's true.
Log in to reply
And using calculator isn't really fair. After all, all Math problems in Brilliant are supposed to be done with a pencil and paper, or at least I suppose that it's true.
I don't think that's necessarily true: sometimes using a calculator is appropriate. (But that doesn't change the fact that the above solution is incorrect.)
Problem Loading...
Note Loading...
Set Loading...
3 3 3 2 − 1 = 3 3 3 2 2 + 3 2 × 1 + 3 1 ( 3 2 − 1 ) ( 3 2 2 + 3 2 × 1 + 3 1 ) = 3 3 4 + 3 2 + 1 3 = 3 2 + 3 3 4 + 3 3 2 + 1 3 3 3 = 3 2 + 1 3 3 3 = ( 3 2 + 1 ) ( 3 2 2 − 3 2 × 1 + 3 1 ) 3 3 3 ( 3 2 2 − 3 2 × 1 + 3 1 ) = 3 3 3 3 ( 3 4 − 3 2 + 3 1 ) = 3 1 2 + 3 3 − 3 6 Hence a + b + c = 1 2 + 3 + 6 = 2 1