document.write( "Question 894062: The left pocket has a penny, a nickle and a dime. The right pocket has a penny, a dime and a quarter. How do I do a table to determine all the possible amounts of money I might get ? \n" ); document.write( "
Algebra.Com's Answer #541748 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! I assume you mean choosing one coin from the left, one coin from the right? \n" ); document.write( "Look at all the possible out comes. \n" ); document.write( "I'll put them in Left Hand, Right Hand pairs.\r \n" ); document.write( "\n" ); document.write( "PP PD PQ \n" ); document.write( "NP ND NQ \n" ); document.write( "DP DD DQ\r \n" ); document.write( "\n" ); document.write( "Now you can go through each pair and get the totals. \n" ); document.write( " |