Statistics: TI-83/84 Guide
Statistics: TI-83/84 Guide
Frequency (f)
x^2 f*x
f*x^2
Chapter 4 Probability
Combination:
r at a time; order doesnt matter)
nCr
(n objects taken
Combinations Rule
1. n different items available.
2. Select r items without replacement
3. Same items rearranged are considered the same
sequence
Permutation:
r at a time; order does matter)
Factorial:
! (n objects arranged in
2. Fixed # of trials
q = probability of failure
n = number of trials
p = probability of success
To find P(x = #)
P(X = x
exactly)
Or...
binompdf (n, p, x) =
AT most
Or
binomcdf
(n, p, x) =
<
binomcdf(n,p,x)
binomcdf(n,p,x-1)
1 minus binomcdf(n,p,x-1)
>
1 minus binomcdf(n,p,x)
Or
normalcdf(x-.5,1E99,,)
normalcdf(x+.5,1E99,,)
P(x or fewer)
normalcdf(-1E99,x+.5,,)
P(less than x)
normalcdf(-1E99,x-.5,,)
Problems: Enter data in L1 & L2 and find out if there is any correlation between X &
Y.
You can create a scatterplot w/ the data to visually see any +/- correlation.
With correlation, you might be asked to make a prediction of Y when given
X.
X= Explanatory Variable Y= Response Variable
Enter raw data into a list:
LinReg (ax + b) L1 for x, L2 for yEnter
LinRegTTest (Xlist: L1 & Ylist: L2 Freq: 1, 0) *Answer = r
LinReg:
y = ax + b
Where
a = 11.8244078 a
Slope
b = 35.30117105 b
y-intercept
r2 = .9404868083
r2=coefficient
determination
r = .9697869912 r= correlation
coefficient