Let $X\sim \operatorname{Gamma}(\alpha = 7, \beta)$, then $P(X > E(X))$ is:
A) 0.35
B) 0.45
C) 0.55
D) 0.65
The answer is 0.45.
This is what I have so far:
$E(X)=\alpha\beta$
so I want $P(X > \alpha \beta)$, $\alpha=7$ so I can use the table for this if I divide by beta, but I don't have beta's original value. From the table I'm deducting that $X=7$..
My main question is, when I divide by $\beta$, am I also dividing the mean and variance by Beta? if that's the actual case I'm guessing $$P(X > E(X))= P(X > 7)$$ which then would make sense since $\alpha$ and $x$ are both 7. So is this the general rule when dividing by beta to make it equal to 1 to use the tables?
Thank you!!! sorry for the rather lengthy question
You are headed in the right direction. Let's use R statistical software to try this for forty different values of $\beta:$
From @BGM's Comment, what is the answer when $\beta = 1?$ (Second of 40 results.) Get the idea?