Well what better time to get some practice in at deriving the energy eigenstates for the particle in a box problem
All we need to do is solve the energy eigenvalue equation;
H \psi = E \psi
With the Hamiltonian as
H_{inside} = -\frac{\hbar^2}{2m} \frac{d^2}{dx^2}
And we set \psi = 0 everywhere outside of the box, since the potential energy is taken to be infinite there, this gives us the boundary conditions which give us the quantisation of energy!
This gives us the simple second order ODE for \psi
- \frac{\hbar^2}{2m} \frac{d^2 \psi(x)}{dx^2} = E \psi (x)
Which can be rewritten as
\frac{d^2 \psi(x)}{dx^2} = -\frac{2\ m\ E}{\hbar^2} \psi (x)
The allowed solutions to this give you the energy eigenstates and eigenvalues.
You should then be able to rewrite your \Psi(x) as a sum of energy eigenstates \psi_n (x)
Once you've done this, do you know how you would go about finding out what the probabilities for measuring each energy eigenvalue are?