Suppose there is an operation such that
What is the value of
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.
Answer is 5
a ⊕ b ⊕ c = keep adding the sum of the digits in a × c and b × c till it reduces to a single digit number.
5 ⊕ 6 ⊕ 7 = 5 × 7 , 6 × 7 = 3 5 , 4 2 = 8 , 6 = 1 4 = 5