x + [ y ] + { z } y + [ z ] + { x } z + [ x ] + { y } = = = 4 . 3 5 . 5 6 . 4
Given that x , y , z satisfy the equations above.
What is the value of ( z 2 0 x y ) 2 ?
Details and Assumptions
[ A ] denote the greatest integer function of A
{ A } deonte the fractional part of A
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.
I too used the same method sir :)
Same method!!
Note, to get { } to display in Latex, you need to type it in as { }, otherwise it will simply be interpreted as you're trying to define a term.
I've edited your solution. Can you confirm that I've got all of the instances?
Log in to reply
It appears okay to me. I thought I keyed in correctly earlier. As shown here { } .
Problem Loading...
Note Loading...
Set Loading...
It is given that:
⎩ ⎪ ⎨ ⎪ ⎧ x + ⌊ y ⌋ + { z } = 4 . 3 y + ⌊ z ⌋ + { x } = 5 . 5 z + ⌊ x ⌋ + { y } = 6 . 4 . . . ( 1 ) . . . ( 2 ) . . . ( 3 )
E q . 1 + E q . 2 + E q . 3 ⇒ 2 ( x + y + z ) = 1 6 . 2 ⇒ x + y + z = 8 . 1 . . . ( 4 )
⎩ ⎪ ⎨ ⎪ ⎧ E q . 4 − E q . 1 ⇒ { y } + ⌊ z ⌋ = 3 . 8 E q . 4 − E q . 2 ⇒ { z } + ⌊ x ⌋ = 2 . 6 E q . 4 − E q . 3 ⇒ { x } + ⌊ y ⌋ = 1 . 7 ⇒ ⌊ z ⌋ = 3 , { y } = 0 . 8 ⇒ ⌊ x ⌋ = 2 , { z } = 0 . 6 ⇒ ⌊ y ⌋ = 1 , { x } = 0 . 7
⇒ ⎩ ⎪ ⎨ ⎪ ⎧ x = 2 . 7 y = 1 . 8 z = 3 . 6 ⇒ ( z 2 0 x y ) 2 = 2 7 2 = 7 2 9