AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

Statistics

Forum reference: 
Book page: 
http://course-notes.org/Statistics

TI-82: Generating Random Numbers

Subject: 
Rating: 
0
No votes yet
SocialTags: 
IP
Tags: 
You can generate random numbers on the TI-82 calculator using the following sequence. N is the number of different values which could be and S is the minimum number. int (N*rand+S) INT is found under the MATH menu (math num 4). RAND is also found under the MATH menu (math prb 1). Simulate the rolling of a die (1-6): int (6*rand+1) Simulate the flipping of a coin (0-1): int (2*rand) This works because the rand function returns a random number between 0 and 1 (including 0 but not including 1). When it is multiplied by N, it becomes between 0 and N, and then S is added, so it becomes between S and S+N. If you have two values (A and B) that you need random numbers between, then you can generate them using the following formulas. N=B-A+1 int (N*rand+A)

AP Statistics Practice Test

Subject: 
Rating: 
0
No votes yet
Tags: 


Text automatically extracted from attachment below. Please download attachment to view properly formatted document.
---Extracted text from past/1959apstatisticsunit01practicetestexploringunderstandingandanalyzingdata.pdf---

ap stat notes 2

Subject: 
Rating: 
0
No votes yet
Stem and Leaf Plot of Women’s Scores on the Survey of Study Habits and Attitudes Five Number Summary 101— Minimum 126— Q1 138.5— Median 154— Q3 178— Maximum In order to test for outliers, we must multiply the IQR (Interquartile Range—This is the difference between Q1 and Q3) by 1.5. Any outliers will lie outside of Q3+IQR or Q1−IQR. By using this test, we can see that the IQR is 28. 28*1.5=42. 42+154= 196. The maximum lies above this value, making 200 an outlier in this set of data. 126-42= 84. The minimum is 101, so there aren’t any lower outliers. 4. Side by Side Stem and Leaf Plot of the Male and Female Scores on the Survey of Study Habits and Attitudes Women’s Scores Stem Boy’s Scores 7 0 5 8 8 9 1 2 9 3 1 10 4 8 9 5 11 3 4 5 5 9 6 6 12 6 7 7 13 2

Pages

Subscribe to RSS - Statistics

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!