document.write( "Question 710462: Jenny has a bunch of socks. None match. If there are 3570 different combinations she can make, how many socks does she have?\r
\n" );
document.write( "\n" );
document.write( "I tried 8x7x6x5x4x3x2 which equals 40320. then I tried 7x6x5x4x3x2 which equals 5040. \n" );
document.write( "
Algebra.Com's Answer #437081 by vheroli(126)![]() ![]() You can put this solution on YOUR website! You are working with combinations so you must use nCr. \n" ); document.write( "r=2 because there are 2 socks for every pair. \n" ); document.write( "and then i did trial and error on calculator and got \n" ); document.write( "85C2 = 3570 \n" ); document.write( "Answer: 85 socks \n" ); document.write( " |