To determine the event of getting at least one blue marble we need to construct all the possibilities where one blue marble is picked, we can find this using a tree diagram:
From it we can construct the following possibilities:
• Red-Blue
,
• Blue-Red
,
• Blue-Blue
,
• Blue-Yellow
,
• Blue-Green
This can be written as:
{R,B}; {B,R}; {B,B}; {B,Y}; {B,G}
Therefore, the answer is the first option.