3 x + 3 y + 3 z = 5 9 1 2 1 9
Find all unordered triplets of integers ( x , y , z ) such that the equation above is fulfilled, and find the sum of all such x , y , z .
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.
@Vaibhav Prasad Its proved that the answer to this problem is c o r r e c t ! .
Nice and simple.
Nice one @Nihar Mahajan
I have one small doubt that how can we confirm that there are no other triplet ?
This is similar to when we want to write 591219 in base 3, so there must be one triple satisfying this condition because we cannot write one number in base 10 in two different numbers in another base.
Therefore, 5 9 1 2 1 9 = 1 0 1 0 0 0 1 0 0 0 0 0 0 3 ( x , y , z ) = ( 1 2 , 1 0 , 6 )
The sum is 28
dint get it .kindly elaborate!
It is real a nice approach. Congratulation.
Problem Loading...
Note Loading...
Set Loading...
Without loss of generality , let x > y > z .
3 x + 3 y + 3 z = 5 9 1 2 1 9 ⇒ 3 z ( 3 x − z + 3 y − z + 1 ) = 3 6 × 8 1 1
Since ( 3 x − z + 3 y − z + 1 ) is not divisible by 3 , no power of 3 must be assigned to it. Hence by comparing L . H . S , R . H . S , we get :
3 z = 3 6 ⇒ z = 6 ; 3 x − z + 3 y − z + 1 = 8 1 1 ⇒ 3 x − 6 + 3 y − 6 = 8 1 0 ⇒ 3 y − 6 ( 3 x − y + 1 ) = 3 4 × 1 0
Since ( 3 x − y + 1 ) is not divisible by 3 , no power of 3 must be assigned to it. Hence by comparing L . H . S , R . H . S , we get :
3 y − 6 = 3 4 ⇒ y − 6 = 4 ⇒ y = 1 0 A l s o , ( 3 x − y + 1 ) = 1 0 ⇒ 3 x − 1 0 = 9 ⇒ 3 x − 1 0 = 3 2 ⇒ x − 1 0 = 2 ⇒ x = 1 2
Thus , finally , x + y + z = 6 + 1 0 + 1 2 = 2 8 .