General Discussion
In reply to the discussion: A lot of people are having trouble with this math problem that requires some basic algebra [View all]Donald Ian Rankin
(13,598 posts)In the form in the video, it's easy.
But as you've written it in ASCII, it's horribly ambiguous. Brackets Over Divide Multiply Add Subtract, but does a / with a thing on the left and a thing on the right count as an "over" or a "divide"?
If I had to, I would have plumped for the interpretation that matches the video, taken it as an "over", and evaluated the / before the ÷, but I don't think a mathematician would ever write the formula that way - they'd either actually put the 1 over the 3, or put brackets round it for clarity.
The people who *do* regularly write formulae looking like that are computer programmers. In programming languages you typically don't have a ÷, so / is explicitly used as "divide", and you evaluate left-to-right, so 3 ÷ 1/3 would come out to 1, not 9.