I am sorry if I offended you in any way. It was not my intent. Generally, I like to write, and sometimes it gets me into trouble. Anyway, I did not think you were criticizing me, I appreciate any help, thank you.
About showing my work, I'd be happy to. Actually I am the one writing the question, not solving it. If you wish to know, the question goes as follows:
"CookieMonster has a jar filled with 10 cookies. N of these cookies are chocolate cookies, the other are healthy cookies.
CookieMonster pulls a cookie from the jar, if it's chocolate he eats it. Otherwise he puts it back in the jar, shuffles and pulls again.
How many cookies would he pull until he eats all the chocolate cookies".
The number of cookies until each pull of chocolate cookie has a Geometric distribution:
Xi~G(p). Where p is (N-i+1)/(11-i).
For example: X1, the first pull has p=N/10. The second pull X2 has p=(N-1)/9... and so on. The total number of cookies pulled is the sum I gave above (where A is 11).
I am able to solve this easily using a computer, but I want the students to be able to solve this in class using a clue.
Thank you, and again sorry for the not-so-witty comment I made before. Didn't mean to offend anyone (not even Gauss, but I truly don't know much about him).
Yoni