Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.
The angular velocity for this problem is given by:
Angular speed = 200 rev / min
The first thing you should keep in mind is the following conversion:
1 rev = 2π radians
Applying the conversion we have:
Angular speed = 200 * (2π)
Rewriting:
Angular speed = 200 * (2 * 3.14)
Angular speed = 1256 radians / minutes
Answer:
the angular speed is:
Angular speed = 1256 radians / minutes
Answer:
0.58333333333 Or 0.58333333333/100000000000
Step-by-step explanation:
1.) x = -3...this is a vertical line with an undefined slope. A parallel line to a vertical line is also a vertical line. A vertical line is represented by x = a number....that number being the x coordinate of ur point(4,2).
so ur parallel line is : x = 4 <==
=================
2.) y = -3/2x + 6....slope here is -3/2. A parallel line will have the same slope.
y = mx + b
slope(m) = -3/2
(2,-1)...x = 2 and y = -1
now we sub into the formula and find b, the y int
-1 = -3/2(2) + b
-1 = -3 + b
-1 + 3 = b
2 = b
so ur parallel line is : y = -3/2x + 2 <==
===================
y = -x - 2....the slope here is -1. A parallel line will have the same slope
y = mx + b
slope(m) = -1
(2,-2)...x = 2 and y = -2
now we sub into the formula and find b, the y int
-2 = -1(2) + b
-2 = -2 + b
-2 + 2 = b
0 = b
so ur parallel equation is : y = -x + 0 which can be written as : y = -x <=
Using conditional probability, it is found that there is a 0.1165 = 11.65% probability that a person with the flu is a person who received a flu shot.
Conditional Probability
In which
- P(B|A) is the probability of event B happening, given that A happened.
is the probability of both A and B happening.
- P(A) is the probability of A happening.
In this problem:
- Event A: Person has the flu.
- Event B: Person got the flu shot.
The percentages associated with getting the flu are:
- 20% of 30%(got the shot).
- 65% of 70%(did not get the shot).
Hence:

The probability of both having the flu and getting the shot is:

Hence, the conditional probability is:

0.1165 = 11.65% probability that a person with the flu is a person who received a flu shot.
To learn more about conditional probability, you can take a look at brainly.com/question/14398287