Let's say i have 4/1/5. or 4 divided by 1 divided by 5. Are there any rules that i am allowed to use to stop any mistakes?, for example this has 2 solutions, 4/5 , and 20.
Edit: Thanks for your responses. It seems the rule of thumb is to start from the beginning and follow through the numbers, while any brackets should be dealt with beforehand.
In which case something like 1/2/3/4 is in fact 1/24.
Edit2: There's a small bounty for whoever can prove that there solution is always the case, and any misuse of it always fails
In the USA and Canada, perhaps other places too, we use the BEDMAS system for interpreting expressions. First, we calculate the result of bracketed sub-expressions. Then exponentiation. Then from left to right, resolving divisions or multiplications as they show up. Then from left to right, resolving additions and subtractions as they show up.
So in the BEDMAS convention, we would deal with your 4/1/5 by doing the divisions left-to-right. 4/5.
Edit:
As the comments point out, some use PEDMAS instead. P for parenthesis instead of brackets ;)