Search posts, tags, users, and pages
Caleb H.
Co-founder of High/Low
So apparently this "equation" has been floating around the internet recently, and people seem unclear as to what the answer is. I thought the programmers on here might be interested, so here's my take: To me, it seemed extremely clear what the techni...
Sarath KCM
Hmm. What's 8 ÷ 2x when x = 4?
8 ÷ 2 * 4 = 4 * 4 = 16
Same thing; the psychological effect.
Not a psychological effect. 2x is a single term. You can write it as 2 * x but then you should wrap it in paranthesis if you are replacing it in an expression. When you expanded the expression by adding just a *, you actually changed the expression.
Sarath KCM
Hmm. What's 8 ÷ 2x when x = 4?