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 |
(+ 4 5)
|
|||||||||||||||||
2 |
(* 7 6)
|
|||||||||||||||||
3 |
(- (* 2 3) (+ 1 0))
|
|||||||||||||||||
4 |
(- (+ 5 8) 12)
|
|||||||||||||||||
5 |
(/ (* 7 8) 4)
|
|||||||||||||||||
6 |
(* (/ 6 -2) 12)
|
|||||||||||||||||
7 |
(- (* -2 3) (+ (/ 10 2) -3))
|
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). 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.