User Guide –
Statistics and Probability Made Easy
Topic |
Description |
Correct |
Incorrect |
|||||||||||||||
|
||||||||||||||||||
1)
General usage of the TI89/Voyage200 |
a)
Multiplication of variables b)
Enter .5 instead of ˝ to obtain decimal answers. c)
Roots: i.e. 3√x d)
Denominators e) Squaring sin(x) f)
Attention to parentheses: g)
Euler Number h)
Parentheses |
x*y^2, x*cos(x) use ˝*x or .5*x x^(1/3) 1/(x-2) sin(x)^2 I.e. ln(sin(5x))/(x^2-1) (x^2-9)/(3+x^2) |
xy^2, xcos(x) 3√x 1/x-2 sin(x^2)
(x^2-9)/3+x^2 |
|||||||||||||||
|
||||||||||||||||||
2)
General usage of SPME |
a) Use ESC
to exit the current module or SPME altogether. b)
Incorrect Entries – see above - yield the error message: “Invalid Entry”.
Press ENTER and correct expression. c) To
force decimal answers, use decimal input (see also 1b) d)
Provide 140,000 of RAM and 180,000 of Flash ROM (to check:2nd
6). Deleting or archiving files may be necessary: use 2nd “–“ (VAR-LINK), F4 to select files, then F1 to delete or
archive. Archiving might be a good way to manage programs, variables, etc as
a loss of battery power may delete any unarchived files. e)
Emptying the MAIN folder when starting SPME will prevent any file
reoccurrences (and thus loading error). f)
Should SPME not start (anymore) or act strange, reset ALL memory (2nd
6, then F1) as memory may be corrupted.
g) Use
the latest Operating System (OS) using TI Connect. |
|||||||||||||||||
|
||||||||||||||||||
5) |
|
Correct: 1) L1= {1,2,3} Note: Assure to use { } and , to separate numbers. |
Incorrect: 1) L1= (1,2,3) |
|||||||||||||||
|
||||||||||||||||||
6) |
|
Correct: 1) L1= {1,2,3} Note: Assure that list lengths match. (Exception: Non-Parametric Tests.) Assure to use { } and , to separate numbers. |
Incorrect: 1) L1= {1,2,3} |
|||||||||||||||
|
||||||||||||||||||
|
|
|
|
Below find sample solutions
to Normal Distribution problems:
Find the z-score for which the area under the standard normal
curve to its left is 0.40 SELECT P(X<b) mean=0 sigma=1 b= -.25 VOILA. |
|||||||||||||||||||||
|
|||||||||||||||||||||
|
|||||||||||||||||||||
Score: |
10/10 |
Find the specified area under the standard normal curve. SELECT P(a<X<b) mean=0 sigma=1 a=0 b=3.01 |
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Score: |
10/10 |
||||||||||||||||||||||
Find the indicated probability or percentage for the normally
distributed variable. standard deviation 0.070 g.
A vending machine will only accept coins weighing between 5.48 g and 5.82 g. What percentage
of legal quarters will be rejected? SELECT P(a<X<b) mean=5.67 sigma=0.07 a=5.48 b=5.82 subtract that from 100% because rejected! |
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Score: |
10/10 |
||||||||||||||||||||||
|
|||||||||||||||||||||||
The lifetimes of lightbulbs of a
particular type are normally distributed with a mean of 266 hours and a
standard deviation of 9 hours. Find the first quartile, Q1. SELECT P(X<b) mean=266 sigma=9 b=259.97 |
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Score: |
10/10 |
||||||||||||||||||||||
|
|||||||||||||||||||||||
Find the specified percentile, quartile, or decile. of
6.7. Find the 41st percentile. |
|||||||||||||||||||||||
SELECT P(X<b) mean=34.9 sigma=6.7 b=33.4 |
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Score: |
10/10 |
||||||||||||||||||||||
Find the indicated probability or percentage for the sampling
error. a standard deviation of $350. What is the
probability that the sampling error made in estimating the mean weekly salary for all employees of the company by the
mean of a random sample of weekly salaries of 50 employees will be at
most $50? |
||||||||||||||||||||
SELECT P(a<X<b) mean=1000 sigma=350/sqrt(50) using the sampling
distribution a=950 b=1050 ENTER. |
||||||||||||||||||||
|