document.write( "Question 767505: Two coins are randomly selected from a pocket containing two quarters, one dime, and one nickel. A random variable is defined as the total value of the two coins selected. Find the expected value (in cents).
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #467646 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Two coins are randomly selected from a pocket containing two quarters, one dime, and one nickel. A random variable is defined as the total value of the two coins selected. Find the expected value (in cents).
\n" ); document.write( "
\r\n" );
document.write( "Q1 = first quarter\r\n" );
document.write( "Q2 = second quarter\r\n" );
document.write( " D = dime\r\n" );
document.write( " N = nickel\r\n" );
document.write( "\r\n" );
document.write( " Selection   x=Value   p=Probability     x·p\r\n" );
document.write( "---------------------------------------------------------------\r\n" );
document.write( "   Q1,Q2       50¢          \"1%2F6\"          \"8%261%2F3\"¢ = \"8%262%2F6\"¢\r\n" );
document.write( "   Q1,D        35¢          \"1%2F6\"          \"5%265%2F6\"¢ = \"5%265%2F6\"¢\r\n" );
document.write( "   Q1,N        30¢          \"1%2F6\"          \"5++++\" ¢ = \"5++++\" ¢\r\n" );
document.write( "   Q2,D        35¢          \"1%2F6\"          \"5%265%2F6\"¢ = \"5%265%2F6\"¢\r\n" );
document.write( "   Q2,N        30¢          \"1%2F6\"          \"5++++\" ¢ = \"5++++\" ¢\r\n" );
document.write( "    D,N        15¢          \"1%2F6\"          \"2%261%2F2\"¢ = \"2%263%2F6\"¢\r\n" );
document.write( "--------------------------------------------------------------- \r\n" );
document.write( "                               E(x) = ∑x·p = \"30%2615%2F6\"¢ = \"30%2B2%263%2F6\"¢ = \"32%261%2F2\"¢ \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );