g :: Number -> Number
Consumes a number, multiplies by 6 to produce the result
h :: Number -> Number
Consumes a number, subtracts 6 to produce the result
j :: Number -> Number
Consumes a number, adds 6 to produce the result
k :: Number -> Number
Consumes a number, divides by 6 to produce the result

๐‘”(๐‘›) = ๐‘› ร— 6

โ„Ž(๐‘›) = ๐‘› โˆ’ 6

๐‘—(๐‘›) = ๐‘› + 6

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

Draw a line from each expression on the left to the corresponding Circle of Evaluation on the right.

Function Notation Circle of Evaluation

๐‘”(โ„Ž(๐‘—(๐‘›)))

1

A

(​- (+ (/ n 6) 6) 6)

โ„Ž(๐‘—(๐‘˜(๐‘›)))

2

B

(/ (​- (​* n 6) 6) 6)

๐‘”(๐‘˜(โ„Ž(๐‘›)))

3

C

(​* (/ (​- n 6) 6) 6)

๐‘˜(โ„Ž(๐‘”(๐‘›)))

4

D

(+ (​* (/ n 6) 6) 6)

๐‘—(๐‘”(๐‘˜(๐‘›)))

5

E

(​* (​- (+ n 6) 6) 6)

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.