Question

I'm working on probability HW and working on word problems. Do you have any tips as...

I'm working on probability HW and working on word problems. Do you have any tips as to how to differentiate between Binomials, Geometric and Negative Binomials when doing word problems .

Homework Answers

Answer #1

Binomial is simplest one in this we have number of trials given 'n' and probability of success 'p' and they ask for probability of getting success 'r' times.

For example: When we toss a coin 3 times what's probability of getting 2 heads. Here n = 3, p = 0.5 (because success is getting head, and that is 0.5)

Geometric: Geometric is extended form of Binomial distribution almost same just in this it ask for probability of first success in 'r' th trial.

For example: When we toss a coin 3 times what's the probability of getting 1st head on 2nd toss.

Negative binomial: This is one more step ahead it's same as Geometric it ask for 'k' th success in 'r' th trial.

For example: When we toss a coin 3 times what's the probability of getting 2nd head in 3rd toss.

I took same experiment to explain how it change from one distribution to another. I hope this will help.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
I'm doing homework for macroeconomics and I need to know how to do algebra problems using...
I'm doing homework for macroeconomics and I need to know how to do algebra problems using the multiplier. How does a change in autonomous spending or a change in planned investment affect production (Y). Here is the equation I was instructed to use. Y= (1/1-mpc) (A + Iplanned)
When you are confronted with an ethical dilemma, how do you begin? What problems, if any,...
When you are confronted with an ethical dilemma, how do you begin? What problems, if any, do you usually experience? How do you solve them?
I'm just stuck on what to do my research topic question on. I'm interested in the...
I'm just stuck on what to do my research topic question on. I'm interested in the field of the relationship between facial symmetry and the perception of health, I just can't focus in on a example question to carry out a research plan. Any suggestions or ideas is much appreciated. I'm doing this for my undergrad in psych so resources and sampling is limited. Something that can be easily carried out. Thank you
I'm new to statistics and I'm working on a project where I'm basically trying to rig...
I'm new to statistics and I'm working on a project where I'm basically trying to rig a coin toss. I have three groups and n = 50 tosses for each group: Control (24/50 success) vs treatment 1 (28/50 success) vs treatment 2 (30/50 success). Success = 1 and is for Heads, failure = 0 and is for tails. My problem is that I don't know how to analyze this data. Can you analyze this data completely and show me how...
I'm just stuck on what to do my research topic question on. I'm interested in the...
I'm just stuck on what to do my research topic question on. I'm interested in the field of the relationship between facial symmetry and perception, or maybe attraction/facial symmetry. I just can't focus in on a example question to carry out a research plan. Any suggestions or ideas is much appreciated. I'm doing this for my undergrad in psych so resources and sampling is limited. Something that can be easily carried out. Thank you
I'm having problems with this question: You plan on simultaneously throwing seven fair coins. If you...
I'm having problems with this question: You plan on simultaneously throwing seven fair coins. If you get at least twice as many heads as tails, you’ll stop; otherwise, you’ll throw all seven coins again. How many throws do you expect it will take to stop? I know I'm supposed to use the complement of something but I'm unsure how to start.
In chemistry I'm having problems solving equilibrium problems because I don't know how to rearrange the...
In chemistry I'm having problems solving equilibrium problems because I don't know how to rearrange the equation: how do you reaarange this: given: kp = 0.997 0.997= [3.00]^2 [O2] / [0.520]^2 you need to find [O2]. I don't need you to actually solve this, just provide me with examples of how to set this up so I can solve for [O2] or if you have: k=[0.1-x]^2 [0.5-2x]^3 / [2.3-3x]^2
I'm working on my gen chem 2's review guide and im completely unsure of how to...
I'm working on my gen chem 2's review guide and im completely unsure of how to do both of these problems. Please, help with set by set answers with some explainations would be great too! 1. A complex was formed by adding 0.15 M Ni(NO3)2 to 2.5 M NH3 (aq). How much Ni2+ remains in the solution? Show the chemical equation and the expression for any K that you use. 2. Predict the molar solubility of silver iodide in 2.2...
If you are working as a professional graphic designer, it almost goes without saying that you...
If you are working as a professional graphic designer, it almost goes without saying that you will be working with clients. How should you conduct yourself when you are working for someone else? What are some tips and tricks that you can do to show your client that you are professional and up for the job?
I'm working with doubly linked lists in c++, I have written my classes and constructors. I...
I'm working with doubly linked lists in c++, I have written my classes and constructors. I need help with a randomizing method, any guidance or sample code would be appreciated, I'm pretty lost. For the method: void DLL::Random(); I want to basically shuffle/randomize my list. My list is a list of strings (names) if that's important to know. I'm mainly struggling with how to use pointers to prev and next to apply to each node and then move them throughout...