View Single Post
Old 05-18-2016, 04:05 PM   #141
Cinisajoy
Just a Yellow Smiley.
Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.
 
Cinisajoy's Avatar
 
Posts: 19,161
Karma: 83862859
Join Date: Jul 2015
Location: Texas
Device: K4, K5, fire, kobo, galaxy
Quote:
Originally Posted by DuckieTigger View Post
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.
That was exactly how that question was written on a test.
Why I thought I would put it here since we have been discussing both reading and math here.

I do agree badly written.
I would have liked 9-3÷.33+1
Oh wait that doesn't work because of the first division sign.
Cinisajoy is offline   Reply With Quote