Given natural numbers x , y , z that satisfy x + y + z + x y + y z + z x + x y z = 1 0 0 0 ,
evaluate x 2 + y 2 + z 2 .
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.
Yes, adding 1 to both sides of the equation makes the whole problem trivial.
For completeness. You should explain why you only considered 1 + x = 7 , 1 + y = 1 1 , 1 + z = 1 3 . Why can't it be 1 + x = 1 1 , 1 + y = 1 3 , 1 + z = 7 ?
Hint : Without the loss of generality, we can assume x ≤ y ≤ z .
I did the same ^_^
Just for completeness, you should explain why x + 1 , y + 1 and z + 1 must greater than 1 ( x , y , z are natural numbers of course :D). Otherwise, your solution is fabulous ^_^
Log in to reply
Thank you for your kind complement. I would bring out necessary changes in the solution very soon.😊
very nice....
Log in to reply
Thank you Sir.
Log in to reply
no sir..... please
are you on fb?
Log in to reply
@Dev Sharma – No, but I am in G+.
Log in to reply
@Swapnil Das – ok bro .....
Log in to reply
@Dev Sharma – Well, why did you ask this question? Do you want to talk to me? I would love to talk to.
Log in to reply
@Swapnil Das – yes, i want to ask you something
Log in to reply
@Dev Sharma – Feel free to do so.
Log in to reply
@Swapnil Das – are you preparing for olympiad?
Log in to reply
@Dev Sharma – Yeah, I am. Only Mathematics Olympiads. I hate to do for science as I am not good at Chem and Bio.
Log in to reply
@Swapnil Das – Which books do you use?
Log in to reply
@Dev Sharma – I use 11 class RD Sharma for concepts, RMO and Inmo by Rajeev Manocha and also Hall and knight Algebra.
Log in to reply
@Swapnil Das – and Brilliant too.
Log in to reply
@Dev Sharma – Ya, its the thing which changed my life and made me learn Calculus.
Good Job! Since x , y , z are symmetric, without loss of generality, you can assume from the start that x ≤ y ≤ z , to complete the solution.
Log in to reply
Can we say that x>y>z , Could you please add some more explanation for beginners as I am thinking different combination.
Log in to reply
Yes, you can also assume without loss of generality that x ≥ y ≥ z or you can also assume y ≥ x ≥ z , any combination, doesn't matter, but once you assumed something, you have to solve the problem with that particular assumption only.
Since the expression in the problem statement, and the value of expression asked, both are symmetric in nature, any of the assumptions doesn't change the final answer, thereby.
Log in to reply
@Satyajit Mohanty – Satyajit Bhai, Can you please come to Slack? I want to ask you many things :P
Log in to reply
@Swapnil Das – For information to non-Indians, the term "Bhai" in India means "Brother" :D
@Swapnil Das Sure!
@Swapnil Das – sorry to disturb, but whats slack?
Log in to reply
@Dev Sharma – It's a platform for Brilliant Users to chat with each other on various topics, mostly used for developing Brilliant and its community standards.
Link to Brilliant Lounge on Slack
@Dev Sharma – A place where we Brilliantians talk. You may also join.
Log in to reply
@Swapnil Das – How to join?
Log in to reply
@Dev Sharma – Link to Brilliant Lounge on Slack
Visit this link. You'll automatically know what to do next to join.
@Satyajit Mohanty – very nice explanation, thank you
Can you add some more lines how the second line is transformed to third line:
Because I am thinking like this and I am stuck ,
x(1+y) + y(1+z) + z(1+x) + xyz + 1 = 1001
Log in to reply
x + y + z + x ⋅ y + y ⋅ z + z ⋅ x + x ⋅ y ⋅ z + 1
= ( z + 1 ) + x + y + x ⋅ y + y ⋅ z + z ⋅ x + x ⋅ y ⋅ z
= ( z + 1 ) + x ⋅ ( y + 1 ) + y + y ⋅ z + z ⋅ x + x ⋅ y ⋅ z
= ( z + 1 ) + x ⋅ ( y + 1 ) + y ⋅ ( z + 1 ) + z ⋅ x + x ⋅ y ⋅ z
= ( z + 1 ) + x ⋅ ( y + 1 ) + y ⋅ ( z + 1 ) + z ⋅ x ⋅ ( y + 1 )
= ( z + 1 ) ⋅ ( y + 1 ) + x ⋅ ( y + 1 ) + z ⋅ x ⋅ ( y + 1 )
= ( y + 1 ) ⋅ ( ( z + 1 ) + x + z ⋅ x )
= ( y + 1 ) ⋅ ( ( z + 1 ) + x ⋅ ( z + 1 ) )
= ( y + 1 ) ⋅ ( ( z + 1 ) ⋅ ( x + 1 ) )
= ( y + 1 ) ⋅ ( z + 1 ) ⋅ ( x + 1 )
Hope this helps kuprie ;)
Add 1 and question is yours
I see that you always post these kinds of comments in the solutions section. I think it'll be good if you post these comments in the comments section of any solution. If you want to post any solution, post the complete one.
Problem Loading...
Note Loading...
Set Loading...
Given,
x + y + z + x y + y z + z x + x y z = 1 0 0 0
x + y + z + x y + y z + z x + x y z + 1 = 1 0 0 1
( 1 + x ) ( 1 + y ) ( 1 + z ) = 1 0 0 1
Factorizing, 1 0 0 1 = 7 × 1 1 × 1 3
Let 1 + x = 7 , 1 + y = 1 1 , 1 + z = 1 3
x = 6 , y = 1 0 , z = 1 2
Evaluating the expression gives 6 2 + 1 0 2 + 1 2 2 = 2 8 0
Note :
It is very correct if one takes values of x as 1 0 and 1 2 , and so on for other variables. It won't affect the answer.
Though 1 is a factor of 1 0 0 1 , this value can't be assigned to any other variables as the variables are asked to be natural in the question.