document.write( "Question 1002449: Diana has 4 coins in her pocket;a quarter,nickel,dime and a penny.Make a list of all the possible combinations of pulling 2 coins out. (There are 7 possibilities)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619365 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them q,n,d,p. \n" ); document.write( "The possibilities are \n" ); document.write( "qn \n" ); document.write( "qd \n" ); document.write( "qp \n" ); document.write( "nd \n" ); document.write( "np \n" ); document.write( "dp \n" ); document.write( "There are only six. \n" ); document.write( " |