Not Duplicate. I know a question with similar data has been used here, but I am looking for something else.
Two tire-quality experts examine stacks of tires and assign a quality rating to each tire on a 3-point scale. Let X denote the rating given by expert A and Y denote the rating given by B.
The following table gives the joint probability distribution for X and Y :

Calculate the Variance(X + Y + 1)
What I am confused about: is what to do with the 1 inside the variance. I know it is a random variable itself, but not sure how to apply the expected value formula on it: E(X) = sum(x * P(X)) for all x
I have found the formula for the Variance(X + Y), but that "1" is throwing me off.
Thanks
$\newcommand{\Var}{\operatorname{Var}}$Recall the property $\Var(Z+c)=\Var(Z)$ for any constant $c$ and random variable $Z$ (i.e. adding a constant does not affect the variance). Hence $$\Var(X+Y+1)= \Var(X+Y).$$