Referenced from lesson Order of Operations

For each Circle of Evaluation on the left-hand side, write the code for the Circle on the right-hand side

Circle of Evaluation Code

1

​-
​*
17
​*
55
4
(​- (​* 17 (​* 5 5)) 4)

2

/
8
​*
76
(/ 8 (​* 7 6))

3

​*
+
8
​-
01
/
255
(​* (+ 8 (​- 0 1)) (/ 25 5))

4

/
+
04
​-
013
(/ (+ 0 4) (​- 0 13))

5

​*
9
​-
349
(​* 9 (​- 34 9))

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap:Integrated Oklahoma by Jen Poole is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.