A graduate program has full-time and part-time students. The number of full-time students who join the program each year is a Poisson random variable with a mean of $30$. The number of part-time students who join the program each year is a Poisson random variable with a mean of $20$. $20\%$ of full-time students graduate in $1.5$ years and $80\%$ graduate in $2$ years. $40\%$ of part-time students graduate in $3$ years and $60\%$ graduate in $4$ years. On average, at a given moment in time, what fraction of enrolled students are full-time and what fraction are part-time?
My thought: First, the average number of years a full-time student graduate $= 0.2*1.5+0.8*2 = 1.9$ years, and average number of years a part-time student graduate $ = 0.4*3+0.6*4 = 3.6$ years. By Little's Law, if we define $L =$ average number of students enrolled, $\lambda =$ average number of students who join the program each year, and $W = $ average number of years in school till graduate (so either $1.9$ years for full-time and $3.6$ years for part-time). So $L = 30*1.9 + 20*3.6 = 129$ students.
But I'm stuck on how to proceed further using this $L$ to find the fraction of enrolled students on average that are full-time. Could anyone please give some help here? I would really appreciate it.