I was given this exercise:
If a standard die has twice the probability of rolling an odd number than an even number. Find the probability of rolling a non-prime number with this die.
My attempt:
P(even) = 1/3
P(odd) = 2/3
P(non-prime) = P(1)+P(4)+P(6)
= (1/6)(2/3) + (1/6)(1/3) + (1/6)(1/3)
= (4/18) = (2/9)
I interpret your problem statement to say that you have a standard (6-sided) die, but it's non-standard in that the probability of rolling an odd number is twice the probability of rolling an even number.
$P($non-prime$)=P($rolling a 1, 4, or 6$)$
$P($rolling $1)=P($odd$)\cdot P($that odd number is 1$)=(2/3)(1/3)=2/9$
$P($rolling $4)=P($even$)\cdot P($that even number is 4$)=(1/3)(1/3)=1/9$
$P($rolling $6)=P($even$)\cdot P($that even number is 6$)=(1/3)(1/3)=1/9$
Thus, $P($non-prime$)=(2/9)+(1/9)+(1/9)=4/9$.