Question 281377
We have to pick 1 item from each to make different combination.
So total combinations will be

=C(4,1)*C(5,1)*C(2,1)
=4*5*2
=40

So there are 40 combinations to have 1 item of each type.