Let values from 0 to 9 with equal probability of 0.1 make up the elements of a discrete random variable , and let discrete random variable be a mod 3 of random as . Calculate . Round your answer to 1 decimal figure.
Tip:
The modulus or "mod" operator gives the remainder after dividing one number by another.
Example: Dividing 7 by 3 gives remainder 1, and it is written as: 7 mod 3 = 1.
In the example you should apply a mod 3 for all values in the random variable in order to associate values for the random variable .