| prev | next |
| File: | Content/ArithmeticAlgebraLogic/times/times2.html | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) | |
| Description: | x * (y + z) * z | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<times/>
<ci>x</ci>
<apply>
<plus/>
<ci>y</ci>
<ci>z</ci>
</apply>
<ci>z</ci>
</apply>
</math>