document.write( "Question 1135522: Assume that the drawer contains 15 coins: 4 quarters, 6 dimes, and 5 nickels. One coin is randomly selected.
\n" );
document.write( "What is the expected value of the coin selected (in cents)? \n" );
document.write( "
Algebra.Com's Answer #753138 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Probability of choosing a quarter = 4/15 \n" ); document.write( "Probability of choosing a dime = 6/15 \n" ); document.write( "Probability of choosing a nickel = 5/15 \n" ); document.write( "Multiply the probability of a coin by its value: \n" ); document.write( "4/15 * 25 cents = 6.6667 cents \n" ); document.write( "6/15 * 10 cents = 4.0000 cents \n" ); document.write( "5/15 * 5 cents = 1.6667 cents \n" ); document.write( "Add all these together to find the expected value: \n" ); document.write( "6.6667 + 4.0000 + 1.6667 = 12.3334 \n" ); document.write( "So, the expected value is 12-1/3 cents. \n" ); document.write( " \n" ); document.write( " |