Open main menu

Changes

The equation that broke the Internet

333 bytes added, 17:45, 30 August 2020
no edit summary
6÷2(1+2) has one implicit operator and therefore has two terms.
<div style="width:100px; float:left;">
::::6
::-------
:::2(1+2)
</div>
<div style="clear:both;"></div>
If we introduce a second implicit operator 6÷2*(1+2) the equation now has three terms.
 
<div style="width:200px; float:left;">
:::6
::------- * (1+2)
:::2
</div>
<div style="clear:both;"></div>
==The equation is not ambiguous ==
===6÷2(1+2) is not equal to 6÷2*(1+2)===