document.write( "Question 1087104: Let X be a continuous random variable with p.d.f
\n" );
document.write( "f(x) = 6x(1-x)
\n" );
document.write( " = 0, otherwise
\n" );
document.write( "Check that f(x) is a p.d.f \n" );
document.write( "
Algebra.Com's Answer #701384 by Boreal(15235) You can put this solution on YOUR website! Integrate 6x(1-x) between 0 and 1 \n" ); document.write( "integral of 6x-6x^2 \n" ); document.write( "That is 3x^2-2x3 \n" ); document.write( "evaluate at x=1 (1) \n" ); document.write( "and at x=0 (0) \n" ); document.write( "subtract, and x=1 \n" ); document.write( " |