document.write( "Question 1070231: A large jar contains Tshs coins.In this jar, there are 350 pennies(Tshs 0.01),300 Nickels(Tshs 0.05),250
\n" ); document.write( "dimes(Tshs 0.10) and 300 quarters(Tshs 0.25) each type of coin is evenly distributed throughout the jar.
\n" ); document.write( "What is the expected value of the coins?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #807683 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
Total value = 350(0.01) + 300(0.05) + 250(0.10) + 300(0.25) = 118.50
\n" ); document.write( "Total number of coins = 350 + 300 + 250 + 300 = 1200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "expected value = (total value)/(# coins) = 118.50/1200 = 9.875 cents
\n" ); document.write( "
\n" );