Hello everyone,

Trying to figure out a way to predict next value in the following example.

I have a weighted (non random) six sided dice that has colors instead of numbers. After 10 tosses of the dice, I have collected the following information.

A=Tosses, B=Colors
Toss1, Red
Toss2, Yellow
Toss3, Green
Toss4, Red
Toss5, Blue
Toss6, Black
Toss7, Red
Toss8, White
Toss9, Red
Toss10, White
Toss11, ???

Obviously with this small sample it would be difficult to predict, but hopefully after 1000 rolls of the die, there should be an ability to predict next with some level of certainty. Is this possible?

Thanks in advance!