Quote:
Originally Posted by Cinisajoy
Katsunami,
Here you go
9-3÷1/3+1
|
There 9, because you wrote it in a line. Bad habit to mix "%" and "/" at same time, but not illegal. If you wanted to have "1/3" meaning a fraction, then you must write it "(1/3)" because:
Code:
1 1
3 % - = 3 % ( - ) = 3 % ( 1 / 3 ) = 3 × ( 3 / 1 ) = 3 × 3 = 9
3 3
vs.
3 % 1 / 3 = 3 % 1 % 3 = ( 3 % 1 ) ÷ 3 = 1
Because left to right always on same hierachy.