Talk:Combinations with repetitions: Difference between revisions

Content added Content deleted
(Grammar cleanup still needed, and a couple more solutions would be a plus.)
mNo edit summary
Line 20: Line 20:


::n=(1,2,3), k=1 would have the same result as n=(1,1,2,3), k=1. Similarly, (1,1,2,3), k=2 would be the same result as (1,1,1,2,3), k=2. One way of expressing the result would be: calculate all the possibilities and then eliminate the duplicate results. --[[User:Rdm|Rdm]] 15:18, 17 November 2010 (UTC)
::n=(1,2,3), k=1 would have the same result as n=(1,1,2,3), k=1. Similarly, (1,1,2,3), k=2 would be the same result as (1,1,1,2,3), k=2. One way of expressing the result would be: calculate all the possibilities and then eliminate the duplicate results. --[[User:Rdm|Rdm]] 15:18, 17 November 2010 (UTC)

I wrote an example about the task! [[User:Pelci|Pelci]] 19:44, 18 November 2010 (UTC)