I am working on this question:
An assembly operation for a computer circuit board consists of four operations that can be performed in any order.
a) In how many ways can the assembly operation be performed?
b) One of the operations involves soldering wire to a microchip. If all possible assembly orderings are equally likely, what is the probability that the soldering comes first or second?
In part a, I just use $4! = 24$
In part b, I can't get it, I'm a little confused about "comes first or second". Should I get the individual probabilities and just add them?
My answer in part b is $\frac{6}{64} + \frac{6}{64}$. Is that correct?