| prev | next |
| File: | Content/ArithmeticAlgebraLogic/arithmetic_4.html | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) | |
| Description: | x(a / b + c) - 1 | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<minus/>
<apply>
<times/>
<ci>x</ci>
<apply>
<plus/>
<apply>
<divide/>
<ci>a</ci>
<ci>b</ci>
</apply>
<ci>c</ci>
</apply>
</apply>
<cn>1</cn>
</apply>
</math>