document.write( "Question 251685: how many samples of size 3 can be drawn from s={2,4,8,10,12,}, (a) with replacement, (b) without replacement \n" ); document.write( "
Algebra.Com's Answer #183358 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how many samples of size 3 can be drawn from s={2,4,8,10,12,}, \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a) with replacement: 5^3 = 125 \n" ); document.write( "------------------ \r \n" ); document.write( "\n" ); document.write( "(b) without replacement: 5P3 = 5*4*3 = 60 \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |