- #1
Dank2
- 213
- 4
Homework Statement
A has n elements.
B={0,1,2,3}
{1,2,3}⊆range(f)
Homework Equations
The Attempt at a Solution
So in each function we must choose those 3 numbers in the range.
So let's first choose all the diffrent possiblites to choose those 3:
n*(n-1)*(n-2)
now for the remaining elemnts, we should have 4n-3
So totally we should have n*(n-1)*(n-2) * 4n-3 diffrent functions.