Você está na página 1de 11

Exercise 1

A bank has two ATMs that process card payments and loan payments. In any given hour,
ATM 1 managed to process 2 card payments and 3 loan payments. And in that same hour,
teller 2 processed one card payment and 3 loan payments. The following table
summarizes the above.

cashier 1 cashier 2 TOTALS

Card 2 1 3

Loan 3 3 6

TOTAL 5 4 9

The bank manager believes that if he takes several random payments they will be from
teller 1 as he believes it is better than teller 2. If the manager takes three payments at
random, what is the probability that all three are from cashier 1? (3 points)

R/ (5/9)*(4/8)*(3/7) = 11.9%

What is the probability, taking a payment at random, that it will be from ATM 1 cards or
ATM 2 loan cards? (3 points)

R/ (2/9)+(3/9) = 56%

If you are the manager of the card department and want to compare the two cashiers in
terms of the amount of payments they process for your department. What is the
probability that taking a random card payment was processed by cashier 1? (3 points)

R/ (2/3) = 67%
Exercise 2

With respect to the following table, when calculating the probability of randomly selecting
an industrial engineer and the probability of selecting an engineer who is male, it is
concluded that the which events, being an industrial engineer and being male are:

Industrial Civil Electronics Other


Male 8 6 6 6
Female 7 2 4 1

1. Select one(1pt)
a. Not mutually exclusive
b. Dependents
c. Mutually exclusive
d. None of the above

2. Determine, if a student is taken at random, what is the probability that he/she is


interested in civil engineering or that he/she is male. (4pt)
R/
Sums (1pt)

Industrial Civil Electronics Other


Male 8 6 6 6 26
Female 7 2 4 1 14
15 8 10 7 40

26/40 + 8/40 - 6/40 = 70% (3pt)


Exercise 3

The following table shows for several patients the number of days they had to spend in
the hospital according to the service to which they belonged.

More
less than 1 Between 1 5 to 10 than 10
Service day and 5 days days days TOTALS
Cardiology 3 6 7 4 20
Rheumatolog 1
y 10 3 5 19
Pediatrics 4 2 9 0 15
Neurology 2 1 4 3 10
TOTALS 19 12 25 8 64

Based on the table above, calculate:

a) The probability of a cardiology patient spending more than 10 days in hospital. (3


points)

b) The probability of a patient spending between 1 and 5 days in hospital. (3 points)

c) The probability of a pediatric patient spending more than 10 days in hospital. (3


points)

d) The probability that a randomly selected patient is a cardiology or neurology


patient. (3 points)

R/

a) It is a conditional rule. P(>10 | Cardiology) = 4/20 = 20%.

b) P(1-5) = 12/64 = 18.75%

c) P(C or P) = 0/15 = 0%.

d) (20+10)/64 = 46,88%
Exercise 4

In software development, when programming a string of code, it is common to make


mistakes that lead to the code not working. A systems engineer involved in software
development has subdivided a long string of code into 4 sections, in order to review them
one by one because the software is not working as it should.

The errors that exist in the program are shown below.

Making use of the table and answer what is asked:

Division by Uninitialized Access


Code section Infinite cycle TOTAL
zero variable violation
Section 1 1 1 2 1 5
Section 2 1 2 2 1 6
Section 3 0 3 1 3 7
Section 4 1 3 4 2 10
TOTAL 3 9 9 7 28

a. What is the probability that if you only check for errors in uninitialized variables,
the first error you find will be one coming from section 1?(3pt)

R/ 2/ 9 = 22.22%

b. What is the probability that, in the same code, 3 consecutive errors occur, coming
from section 2? (3pt)

R/ (6/28)*(5/27)*(4/26) = 0.61%
Exercise 5

In software development, when programming a string of code, it is common to make


mistakes that lead to the code not working. A systems engineer involved in software
development has subdivided a long string of code into 4 sections, in order to review them
one by one because the software is not working as it should.

The errors that exist in the program are shown below.


Making use of the table and answer what is asked:

Division by Uninitialized Access


Code section Infinite cycle TOTAL
zero variable violation
Section 1 1 1 2 1 5
Section 2 1 2 2 1 6
Section 3 0 3 1 3 7
Section 4 1 3 4 2 10
TOTAL 3 9 9 7 28

What is the probability that if you only check section 1, the first error you find is an
uninitialized variable error? NOTE: FROM YOUR ANSWER WITH 2 DECIMALS(3pt.)
A/ It is known to work with section1, therefore it is conditional:

P(VNI | Section1) = 2/5 = 40%.

The probability that you will encounter an uninitialized variable error, knowing that you
are working with section 1 of the code is 40%.

a. What is the probability that, reviewing your code in no particular order, you will
first find an Infinite Cycle error? NOTE: FROM YOUR ANSWER WITH TWO
DECIMALS(3pt.)
If you work in no particular order, you may encounter any of the 3 infinite-cycle errors
throughout the program.

P(CI) = 3/28 = 10.71%.

The probability of encountering an infinite cycle error of first, if working at random is


10.71%.
Exercise 6
A study has been conducted on the relationship between anxiety and weight developed
by children between 6 and 8 years old in a school located in San Rafael Abajo de
Desamparados, through a test and field work it was determined if the children suffered
from anxiety. The details can be seen in Table 1:

Based on the information in the table:


a. If a child is randomly selected,
a) what is the probability of choosing one with normal weight? (2 points)
b) what is the probability of choosing a child with anxiety? (2 points)
c) what is the probability of choosing a child with anxiety and overweight? (2 points)
d) what is the probability of choosing a child with anxiety or overweight? (4 points)
b. If two children are randomly selected (without replacement),
e) what is the probability that both are overweight? (4 points)
Exercise 7
The School of Psychology in Quilmes, Argentina, determined that the influx of patients to
the psychology clinic is 3 patients in any given hour.
a) What is the probability that no patient arrives in any given hour? (2 points)
b) What is the probability that at least two patients have come for consultation? (4 points)
c) What is the probability of 5 patients arriving in any given hour? (2 points)
d) What is the probability that 3 patients will arrive in the next half hour? (4 points)
Exercise 8
In a general survey to measure the degree of knowledge of the population about the term
"mania", it was determined that 23% of the population does know the terminology in
detail and can provide an adequate response, while the rest of the population does not
know the real scope of the term and provides a relative meaning. A group of psychology
students are conducting a research study, for which they take a random sample of 15
subjects.
a) What is the probability that five subjects know the term and thus give a satisfactory
answer? (2 points)
b) What is the probability that at least two know the term "mania"? (4 points)
c) What is the probability that at most three know the term and thus give a satisfactory
answer? (4 points)
Exercise 9
Assume that the blood glucose level of a population is normally distributed with mean of
101 mg/gl with standard deviation of 29 mg/dl, then, calculate the probability that by
selecting one of those people at random, he/she has a blood glucose level:
(a) Lower than 90 mg/dl. (4 points)
(b) Higher than 108 mg/dl. (4 points)
(c) Between 95 and 120 mg/dl. (4 points)
Exercise 10
Carlos Jiménez is in charge of the electronics section of a large department store. You
have realized that the probability that a customer who is just browsing around will buy
something is 0.30. Suppose 12 customers visit the electronics section. What is the
probability that:

a) at least nine of the people who browse buy something? (3 points)


b) no more than two people browsing buy something during a given hour? (3
points)
c) exactly two people who are browsing do not buy anything? (3 points)

Suppose the vehicular safety of a dangerous intersection is being investigated. Police


records indicate an average of 3 accidents per month at this intersection. The General
Directorate of Traffic wishes to calculate the probability that:

a) Less than 1 accident in a month? (3 points)


b) Between 4 and 6 accidents (inclusive) in a month? (3 points)
c) More than 10 accidents in three months? (3 points)

1) The scores of a group of students in the statistics exam are normally distributed,
whose average is 71 with a standard deviation of 5 points. determine the
probability that a student will obtain:
a) More than 80? (3 points)
b) Less than 55? (3 points)
c) Between 66 and 82? (3 points)
Exercise 11
A survey was applied to a sample of 250 customers who visited the "ABC" Cinema during
the month of November 2014. Among the questions was the following: Which film genre
do you prefer? The answers are presented in the following table:

Comedia Terror Drama Ficción


Niños 20 32 23 12
Jóvenes 16 12 20 10
Adultos 10 16 14 6
Adultos Mayores 23 20 13 3

Calculate the probability that a randomly selected customer (28 points):

a) Be a child (3 points)

b) Be young and love horror (3 points)

c) Given that he/she likes drama, that he/she is a senior (3 points)

d) Likes comedy and drama (3 points)

e) Dislikes comedy (5 points)

f) Not a child (5 points)

g) Likes comedy or horror (3 points)

h) Since you are an adult, who likes Fiction (3 points).

Você também pode gostar