Trying to get some human opinion on this problem. Very simple equation, but it is eliciting quite the controversy. I have executed it in Ruby, Java, C#, Javascript, Python, Perl and Excel with the same result, however this is being refuted as to the change of the divisor sign. Keep in mind, these are not tech-saavy folk.
The equation: $$6^2 \div 2(3) + 4 = x $$
Two answers so far are "58" and "10"
Please help :)
Copied this from an interactive ruby shell `irb(main):001:0> 6*2/23+4
=> 58
irb(main):002:0>`
Also this wolfram alpha solution: http://www.wolframalpha.com/input/?i=6%5E2%2F2%283%29%2B4
– rcurts Jul 19 '15 at 06:02