Question 440036
{{{f(x) = 1/8}}}  for x in [2,10], the probability density function.

{{{F(x) = int(1/8, dx, 2,x) = (x-2)/8}}}, for {{{2 <= x <= 10}}}, the cumulative density function.

P([a,b]) = {{{int(1/8, dx, a,b) = (b-a)/8}}}