document.write( "Question 294594: A bag contains 3 quarters and 5 dimes. Another bag contains 12 pennies and 8 nickels. One coin is chosen from each bag without looking. Find P [dime and penny]. \n" ); document.write( "
Algebra.Com's Answer #212509 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! P (dine) = 5/8 \n" ); document.write( "P(penny) = 12/20 = 3/5 \n" ); document.write( "P(penny and dime)= (5x3)/(5x8) = 3/8 \n" ); document.write( " |