Quote (Waterwalks @ Apr 29 2011 03:38pm)
Using the standardized order of operations...
6 / 2 ( 1 + 2 )
6 / 2 ( 3 ) or 6 / 2 * 3
Answer = 9
Using parenthetical implications via multiplication by juxtaposition and the distributive property...
6 / 2 ( 1 + 2 )
6 / [ ( 2 * 1 ) + ( 2 * 2 ) ]
6 / 6
Answer = 1
derp, you don't do [()], it's just parenthesis then left to right..
it's not 6 / 2 + 4 ~~