Answer:
B) c(h)=h/8
Explanation:
Each climber has 8 hooks when climbing the mountain. If there are c(h) climbers in the group, then the total number of hooks, h, from the group is: h=8c(h). We want our function to output the number of climbers, so we should solve our equation for c(h): h/8=c(h). The function that takes in the number the climber counted and outputs the number of climbers in the group is: c(h)=h/8