Open main menu

Changes

The equation that broke the Internet

3 bytes removed, 03:52, 29 August 2020
==Processing rules==
In the majority of incorrect proofs, the respondent will cite PEMDAS or BODMAS, however these solvers incorrectly resolve the [P]arentheses or [B]rackets of PEMDAS - BODMAS, ignoring the Distributive Law. For some reason, they believe that they can solve within the parentheses, but ignore the adjacent and dependent coefficient.
 
''Wolfram Mathworld'' confirms that this is the way we handle parenthetical expressions:
<blockquote>
:: 1. ''Parentheses are used in mathematical expressions to denote modifications to normal order of operations (precedence rules)...''
::[...]
::3. ''Parentheses are used to enclose the variables of a function in the form f(x), which means that values of the function f are dependent upon the values of x.''
::&ndash;[http://mathworld.wolfram.com/Parenthesis.html Parenthesis]
</blockquote>
 
<blockquote>
::'''''Distributive law''''', ''in mathematics, the law relating the operations of multiplication and addition, stated symbolically, a(b + c) = ab + ac; that is, the monomial factor a is distributed, or separately applied, to each term of the binomial factor b + c, resulting in the product ab + ac.''
::'''6÷6=1'''
''Wolfram Mathworld'' also confirms that this is the way we handle parenthetical expressions:
<blockquote>
:: 1. ''Parentheses are used in mathematical expressions to denote modifications to normal order of operations (precedence rules)...''
::[...]
::3. ''Parentheses are used to enclose the variables of a function in the form f(x), which means that values of the function f are dependent upon the values of x.''
::&ndash;[http://mathworld.wolfram.com/Parenthesis.html Parenthesis]
</blockquote>
So the fatal error with solvers who emphasize the left to right rule, is in incorrectly handling the Parentheses step, disregarding the Distributive Law.