3 5 − 3 4 × 3 = 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.
Sorry for adding my solution here. I am amazed by your solution but I think something can be improved there.
Similarly, let
x 3 = 5
y 3 = 4
9 \strut x − y
= ( x 3 + y 3 ) \strut x − y
= ( x 2 − x y + y 2 ) \strut ( x − y ) ( x + y ) 2
= ( x 2 − x y + y 2 ) \strut x 3 + x 2 y − x y 2 − y 3
Now we can substitute the value already
= ( 3 \strut 2 5 − 3 \strut 2 0 + 3 \strut 1 6 ) \strut 5 + 3 \strut 1 0 0 − 3 \strut 8 0 − 4
= ( 3 \strut 2 5 − 3 \strut 2 0 + 3 \strut 1 6 ) \strut 3 \strut 1 0 2 − 2 3 \strut 1 0 + 1
= ( 3 \strut 2 5 − 3 \strut 2 0 + 3 \strut 1 6 ) \strut ( 3 \strut 1 0 − 1 ) 2
= ( 3 \strut 2 5 − 3 \strut 2 0 + 3 \strut 1 6 ) ( 3 \strut 1 0 − 1 )
= 3 \strut 2 5 0 − 3 \strut 2 0 0 + 3 \strut 1 6 0 − 3 \strut 2 5 + 3 \strut 2 0 − 3 \strut 1 6
= 5 3 \strut 2 − 2 3 \strut 2 5 + 2 3 \strut 2 0 − 3 \strut 2 5 + 3 \strut 2 0 − 2 3 \strut 2
= 3 3 \strut 2 − 3 3 \strut 2 5 + 3 3 \strut 2 0
Hence
3 \strut 3 \strut 5 − 3 \strut 4
= 3 \strut 2 − 3 \strut 2 5 + 3 \strut 2 0
Very elegant! Can you share an insight on how you thought of that?
Log in to reply
The letters x , y , v are just convenient for me to type in Latex. It's a bunch of numbers with cubic roots on my scratch paper. I am not sure I have any insight to share. It's mainly by trial and error. First of all, I suspected that the RHS is probably some multiple of x 2 − x y + y 2 . Since x 2 − x y + y 2 is a factor of x 3 + y 3 and I noticed that x 3 + y 3 = 3 2 , I started to play with ( x − y ) ( x + y ) . It turns out it has a nice form x v − 1 even though it wasn't I originally expected (I expected it is 3 z for some z ). The rest is just be brave to multiply out ( x v − 1 ) ( x 2 − x y + y 2 ) to see what's ahead, it turns out it's exactly the same form as the RHS. Hope this helps.
I'm very sorry George, but I don't seem to get how all of this you wrote leads us to a ∨ b = 2 ∨ 2 0 and c = 2 5 .
This problem is very similar to "3, 2, 1, liftoff", which has been featured some months ago during the old Brilliant form. I remember the user Mark H. wrote a very beautiful general analysis, for any two values (in this case they are 5 and 4 ) inside the radical, but I can't find the link.
Log in to reply
Plug in the values of x , y , v into the last expression v + x y − x 2 .
Can you please explain please that why you all used 9 at the place of 3, as it is given in question...🙄
Square both sides to get 9 3 5 − 9 3 4 = 3 a 2 + 3 b 2 + 3 c 2 + 2 3 a b − 2 3 a c − 2 3 b c . It's going to be difficult to have all the cube roots on the right side be integer multiples of 3 5 or 3 4 , so we'll want two of those terms to cancel. Let's make it the second and fifth. So b 2 = 8 a c . Then the right side becomes 3 a 2 + 4 a b 3 a b + 2 3 a b − a b 3 a 2 , which becomes ( 1 − a b ) 3 a 2 + ( 2 + 4 a b ) 3 a b .
At this point we can probably try harder to derive the values of a and b , but just trying a = 2 leads us to 1 − b / 2 = − 9 and b = 2 0 . It's easy to check that this works. So c = b 2 / 8 a = 2 5 , and the sum is 4 7 .
When you say "Let's make it the second and fifth.", how did you decide to make it those values?
Log in to reply
Well, we could also have made it the first and last, but it doesn't matter, since the expression is symmetric in a and b.
I dont know how to solve this analatically but a small bit of program can serve as a good tool for this one! this is how i did it in python 27. N1=1 n2=100 d=1.0503209282769135 #value for LHS of given equation eps=1.*10 (-6) def f(x): return x (1/3.) for i in range(N1,n2): for j in range(N1,n2): for k in range(N1,n2): p=f(i) q=f(j) r=f(k) if (d-eps)<abs(p+q-r) < (d+eps): print i,j,k
I don' know how to make you understand this analytically but a small bit of program can serve as a good tool for this one!
int main()
{cout<<"Stop posting programming answers in math section\n";
cout<<"It doesn't help anyone\n";
return 0;
}
Log in to reply
Although this is a bit harsh, I must admit that the "return 0" thing works out pretty well here.
Problem Loading...
Note Loading...
Set Loading...
Let x , y , v be positive real such that x 3 = 5 , y 3 = 4 , v 3 = 2 . So y = v 2 , y 2 = 2 v , v y = 2 . ( x − y ) ( x + y ) 2 = x 3 − y 3 + x 2 y − x y 2 = 1 + ( x v ) 2 − 2 x v = ( x v − 1 ) 2 Hence 9 ( x − y ) = ( x − y ) ( x 3 + y 3 ) = ( x − y ) ( x + y ) 2 ( x 2 − x y + y 2 ) = ( x v − 1 ) ( x 2 − x y + y 2 ) = x 3 v − x 2 v y + x v y 2 − x 2 + x y − y 2 = 3 v + 3 x y − 3 x 2 = 3 ( v + x y − x 2 ) . That is 3 5 − 3 4 × 3 = 3 2 + 3 2 0 − 3 2 5