Can you identify the errors in the diagram? |
For a group of 'n' people, which of the following might be suitable functions to use to model this behaviour. What assumptions would you need to make to justify your choice?
f(n): n
f(n): n-1
f(n): n+1
f(n): n-m
f(n): n^2
f(n): n^2/2
f(n): n(n-1)
f(n): n(n+1)
f(n): n(n^2)
f(n): n(n+1)/2
f(n): n(n-1)/2