m :: Number -> Number
Consumes a number, divides by 2 to produce the result
r :: Number -> Number
Consumes a number, subtracts 5 to produce the result
w :: Number -> Number
Consumes a number, adds 4 to produce the result

๐‘˜(๐‘›) = ๐‘› รท 2

๐‘Ÿ(๐‘›) = ๐‘› โˆ’ 5

๐‘(๐‘›) = ๐‘› + 4

For each function composition diagrammed below, translate it into the equivalent Circle of Evaluation for Order of Operations. Then write expressions for both versions of the Circles of Evaluation, and evaluate them for ๐‘› = 7.

Function Composition Order of Operations Translate & Evaluate

1

(r (k (c n)))

Composition:

Operations:

Evaluate for n = 7

2

(c (r (k n)))

Composition:

Operations:

Evaluate for n = 7

3

(c (k (r n)))

Composition:

Operations:

Evaluate for n = 7

4

(k (r (c n)))

Composition:

Operations:

Evaluate for n = 7

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.