⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ 3 x + { y } + ⌊ z ⌋ = 2 3 . 3 ⌊ x ⌋ + 2 y + { z } = 9 . 5 2 { x } + 3 ⌊ y ⌋ + z = 1 4 . 1
Let x , y and z be real numbers , whose decimal part is formed by only one digit, satisfying the system of equations above. Find x + y + z .
Notations :
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.
Another possible solution is x = 5 . 0 2 5 , y = 2 . 2 2 5 , and z = 8 . 0 5 . Then x + y + z = 1 5 . 3 .
Log in to reply
That is true.
Right, now I correct thanks
You cannot conclude the fractional part just by "looking" at it.
k = [ k ] + { k } < = > { k } = k − [ k ] ∀ k ∈ R . Here, you only consider the case where { k } = m . 1 0 − 1 for a positive integer m , which isn't the definition of { k }.
Problem Loading...
Note Loading...
Set Loading...
Analysing the possible values of the fractional parts, we obtain two choices:
1 ) x = ⌊ x ⌋ + 0 . 4 ; y = ⌊ y ⌋ + 0 . 1 ; z = ⌊ z ⌋ + 0 . 3 2 ) x = ⌊ x ⌋ + 0 . 9 ; y = ⌊ y ⌋ + 0 . 6 ; z = ⌊ z ⌋ + 0 . 3
Trying to solve the system with the two different triplets, we find that only the first is possible, so we solve it and find the values x = 5 . 4 ; y = 2 . 1 ; z = 7 . 3 x + y + z = 1 4 . 8