Open main menu

Changes

The equation that broke the Internet

421 bytes added, 00:49, 28 December 2021
==Spreadsheets==
Entering the equation as =6/2(1+2) into a cell in a LibreOffice Calc spreadsheet will result in Err:509 (Missing operator), Google Sheets also returns an error (Formula parse error). This forces the user to format the equation using explicit multiplication. To avoid the left to right problem, the compiler must be instructed in advance to prepare for the function with an extra pair of parenthesis =6/(2*(1+2)).
 
==See also==
* [https://www.nytimes.com/2019/08/05/science/math-equation-pemdas-bodmas.html "That Vexing Math Equation? Here’s an Addition"]
* [https://www.youtube.com/watch?v=hsZCtgFcL40 "How to Solve 8÷2(2+2) Using Implied Multiplication"]
* [https://slate.com/technology/2013/03/facebook-math-problem-why-pemdas-doesnt-always-give-a-clear-answer.html "What Is the Answer to That Stupid Math Problem on Facebook?"]