Question

The library records the number of books checked out by each person over the course of...

The library records the number of books checked out by each person over the course of one day, with the following result:

Number of books checked out

Probabilities

0

20%

1

45%

2

20%

3

10%

4

5%

State the random variable

Draw a histogram of the number of booked checked out by each patron over the course of one day

Find the mean, variance, and standard deviation

What is the probability that a patron will check out at least one book?

What is the probability will take out no more than three books?

Is it unusual for a patron to check out more than three books? Why?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Let X is a random variable shows the number of booked checked out by each patron over the course of one day. Following table shows the probability distribution of X:

Number of books checked out, X Probabilities, P(X=x)
0 0.2
1 0.45
2 0.2
3 0.1
4 0.05
Total 1

Following is the histogram:

4 3 2 1 0 55453525150 2 2 0 0 0 2

Following table shows the calculations:

Number of books checked out, X Probabilities, P(X=x) xP(X=x) x^2*P(X=x)
0 0.2 0 0
1 0.45 0.45 0.45
2 0.2 0.4 0.8
3 0.1 0.3 0.9
4 0.05 0.2 0.8
Total 1 1.35 2.95

So,

E(X)=\sum xP(X=x)=1.35
Var(X)=\sum x^{2}P(X=x)-\left [ \sum xP(X=x) \right ]^{2}=2.95-1.35^{2}=1.1275

\sigma=\sqrt{\sum x^{2}P(X=x)-\left [ \sum xP(X=x) \right ]^{2}}=1.0618

------------------

The probability that a patron will check out at least one book is

P(X\geq 1)=1-P(X=0)=1-0.20=0.80

The probability will take out no more than three books is

P(X\leq 3)=P(X=0)+P(X=1)+P(X=2)+P(X=3)=0.20+0.45+0.20+0.10= 0.95

The probability will take out more than three books is

P(X >3) = P(X=4) = 0.05

Since above probability is not less than 0.05 so it is not unusual for a patron to check out more than three books.

Add a comment
Know the answer?
Add Answer to:
The library records the number of books checked out by each person over the course of...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In this project, you will construct an Object-Oriented framework for a library system. The library must...

    In this project, you will construct an Object-Oriented framework for a library system. The library must have books, and it must have patrons. The patrons can check books out and check them back in. Patrons can have at most 3 books checked out at any given time, and can only check out at most one copy of a given book. Books are due to be checked back in by the fourth day after checking them out. For every 5 days...

  • Draw a activity diagram for Use Case: Check Out Books Primary Actor: Worker Stakeholders and Interests:...

    Draw a activity diagram for Use Case: Check Out Books Primary Actor: Worker Stakeholders and Interests: Worker: wants fast, and easy check out to books. Patron: wants fast checkout, and does not want to be charged for books they did not checkout. Library: wants fast checkout of books, and wants to make sure that all books that leave the library have been checked out. Wants to allocate books fairly. Government: wants to protect investment in books and keep costs down....

  • The CIS Department at Tiny College maintains the Free Access to Current Technology (FACT) library of...

    The CIS Department at Tiny College maintains the Free Access to Current Technology (FACT) library of e- books. FACT is a collection of current technology e-books for use by faculty and students. Agreements with the publishers allow patrons to electronically check out a book, which gives them exclusive access to the book online through the FACT website, but only one patron at a time can have access to a book. A book must have at least one author but can...

  • Subject: Java Program You are writing a simple library checkout system to be used by a...

    Subject: Java Program You are writing a simple library checkout system to be used by a librarian. You will need the following classes: Patron - A patron has a first and last name, can borrow a book, return a book, and keeps track of the books they currently have checked out (an array or ArrayList of books). The first and last names can be updated and retrieved. However, a patron can only have up to 3 books checked out at...

  • ERD Diagram Based solely on the description of library operations below (without making up any additional...

    ERD Diagram Based solely on the description of library operations below (without making up any additional facts/requirements) design a data model that avoids update anomalies. You can use text to describe your model if you want. If so be clear as to what columns have primary and foreign keys, as well as what table a FK refers to. You can sketch it out on paper and scan it. You can use Visio. You can use some other tool if you...

  • ) Suppose that you want to estimate the total number of library books checked out by students on ...

    ) Suppose that you want to estimate the total number of library books checked out by students on campus. Propose a method of sampling that might reasonably (and feasibly) accomplish this goal. Explain the pros and cons of your method.  

  • Case Study:UniversityLibrarySystem This case is a simplified (initial draft) of a new system for the University...

    Case Study:UniversityLibrarySystem This case is a simplified (initial draft) of a new system for the University Library. Of course, the library system must keep track of books. Information is maintained about both book titles and the individual book copies. Book titles maintain information about title, author, publisher, and catalog number. Individual copies maintain copy number, edition, publication year, ISBN, book status (whether it is on the shelf or loaned out), and date due back in. The library also keeps track...

  • You will be writing a Library simulator involving multiple classes. You will write the LibraryItem, Patron,...

    You will be writing a Library simulator involving multiple classes. You will write the LibraryItem, Patron, and Library classes and the three classes that inherit from LibraryItem (Book, Album and Movie). All data members of each class should be marked as private and the classes should have any get or set methods that will be needed to access them. **USE PYTHON 3 ONLY!!! Here are descriptions of the three classes: LibraryItem: id_code - a unique identifier for a LibraryItem -...

  • Part I. Create a library check-out database using Microsoft SQL Server that stores data about books,...

    Part I. Create a library check-out database using Microsoft SQL Server that stores data about books, patrons, and the check-out process. Books (BookID, BookName, Author, YearPublished) Patrons (PatronsID, PatronsName, PatronsAddress, PatronsBirthday) CheckInOut (TransactionID, PatronID, BookID, CheckOutDate, NumDay, ReturnDate, Late, Fees, Paid) - the NumDay field contains the number of days patrons can keep the book, if the return date is over the number of day, then the Late field will have a Y value and a fee of $1.00 per...

  • Programming Assignment This is a database course using Open Office Database. Assume that you have been...

    Programming Assignment This is a database course using Open Office Database. Assume that you have been given the task of creating a system for a library to keep track of their books, the borrowers of the books, and the books that are currently lent out. Your first step will be to create the relations necessary for this system. Book will need information such as a unique identifier for each book, title, author, ISBN number, date of publication, cost. Borrower will...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT