Probability - Random Variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
tjackson
Messages
4
Reaction score
0

Homework Statement



1. A test consists of 10 true-false questions.
(a) In how many ways can it be completed? (HINT: The task of completing the test consists
of 10 stages. Use the Product Rule.)

(b) A student answers the questions by
flipping a coin. Let X denote the number of correctly
answered questions.
(i) The distribution of X is:

binomial
hypergeometric
negative binomial
Poisson

(ii) Find the probability he/she will answer correctly at most 5 of the questions.





Homework Equations

/ Attempt at a solution

a) i believe this is just 210?

b.) i.) is this binomial??

ii.) [itex]\stackrel{n}{k}[/itex] * pk * (1-p)(n-k)

p = 1/2
k = 5
n = 10

[itex]\stackrel{n}{k}[/itex]
is n choose k
 
on Phys.org
a)correct
b)binomial
binomcdf(10,.5,5)

It's been awhile since I took statistics. There is a chance I'm wrong.
 
So these statements are correct?

p = 1/2
k = 5
n = 10

I apologize, I am not familiar with the 'binomcdf(10,.5,5)' format