Combination of 2 group of objects in a particular way.

129 Views Asked by At

I'm a newbie. So the question is to arrange a objects and b such that it stays in order a and then b.

So what I think the answer is (a! * b!)/((a+b)!).

If that is right how can I simplify it further to a small formula to compute with computer ?

If I'm wrong please guide me.