Skip to content

Commit

Permalink
Merge pull request #63 from rikedyp/fix-62
Browse files Browse the repository at this point in the history
fix #62
  • Loading branch information
rikedyp authored Jun 1, 2023
2 parents 13d31be + b60b800 commit 5c77559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-syntax-and-arithmetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ A `VALUE ERROR` means that there is nothing associated with the name provided. W

???Example "Answers"
<ol type="a">
<li>Multiplication is commutative, so we can write `b×÷a`</li>
<li>Multiplication is commutative, which means that the order of arguments does not matter, so we can write `b×÷a`. Even more simply, it is `b÷a` because multiplication by a reciprocal is the same as division.</li>
<li>${{{1}\over{a}}\div{b}} = {{1}\over{a\times{b}}}$ so we can write `÷a×b`</li>
<li>Use a literal negative five:`¯5+a+b`</li>
<li>No parentheses needed: `a+b+5`</li>
Expand Down

0 comments on commit 5c77559

Please sign in to comment.