The presence of harmful insects in farm fields is detected by erecting boards covered with a sticky material and then examining the insects trapped on the board. To investigate which colors are most attractive to cereal leaf beetles, researchers placed six boards of each of four colors in a field of oats in July. The table below gives data on the number of cereal leaf beetles trapped. Color Insects trapped
Lemon yellow 45 59 48 46 38 47
White 21 12 14 17 13 17
Green 37 32 15 25 39 41
Blue 16 11 20 21 14 7
a. Is there a significant difference in the average numbers of leaf beetles trapped among the 4 colors? The level of significance is set at 5%. Please carry out the hypothesis testing by setting up null and alternate hypothesis. _0: _1=_2=3= . . . = _: At least one mean is different from the others
F^stat > F^critical= Reject H_0 30.55 > 3.10 = Reject H_0
b. If the null hypothesis is rejected in part (a), what can you further conclude as to which group(s) has different averages than others? However, it the null hypothesis is not rejected in part (a), what does it mean in the context of the problem.
Above is the question that I'm trying to solve. I came up with the hypothesis and concluded rejecting H_0, however now I'm stuck here and not sure what to do now. I'm thinking that I need to do a pooled T-test but don't know the formula for a One-way ANOVA pooled T-test. Also, whenever I get my number from the pooled T-test how will this help me to tell if the means are different?
If anyone can help I'd really appreciate it. I'm not just looking for the answer I want to be able to better understand how to solve these types of questions and I've looked into tutoring but my college doesn't have anyone to help tutor for stats so now I'm looking for any help, thanks again.

Here is a one-factor ANOVA based on your data, according to Minitab.
The P-value given as 0.000 (meaning < 0.0005) shows that there are highly significant differences among the means. So your null hypothesis in (a) is rejected.
There are various methods of 'ad hoc' analysis to see which colors differ from which other ones. One method is Tukey's HSD method. Because there are ${4 \choose 2} = 6$ pairs of colors to consider, we need to be careful about the 'family error rate'. If we tested each of the six pairs at the 5% level, it is possible that error probabilities would accumulate as we looked at all six. Tukey's method keeps the family error rate below a fixed value, here 5%.
Minitab's first display shows confidence intervals (CIs) for each color separately. Because the CI for Y does not overlap the CI for W, we might speculate that Y and W differ significantly. Making a few such comparisons might be a good way to get an intuitive idea what is going on. But this comparison of individual CIs does not have the 'family rate' protection offered by Tukey's HSD procedure.
One method of showing Tukey comparisons is shown below. Letters A, B, C are shared by colors that are not significantly different. So we can conclude that colors Y, G, and W are all different from each other. The same is true of colors Y, G, and B. However, colors W and B did not show statistically significant results according to Tukey's HSD method.
There are dozens of different multiple comparison methods. I don't know which one(s) are covered in your course. Tukey's HSD method is one of the most popular, so I included it, hoping you could find it in your text.