A nationwide survey of seniors by the University of Michigan reveals that almost 18.0% disapprove of daily pot smoking. If 8 seniors are selected at random, what is the probability that at least 2 disapprove of daily pot smoking.

Answers

Answer 1

Answer:

\( P(X\geq 2)=1- P(X<2)= 1-[P(X=0) +P(X=1)]\)

And using the probability mass function we can find the individual probabilities:

\(P(X=0)=(8C0)(0.18)^0 (1-0.18)^{8-0}=0.2044\)

\(P(X=1)=(8C1)(0.18)^1 (1-0.18)^{0-1}=0.3590\)

And replacing we got:

\( P(X\geq 2)=1 -[0.2044 +0.3590]= 0.4366\)

Then the probability that at least 2 disapprove of daily pot smoking is 0.4366

Step-by-step explanation:

Let X the random variable of interest "number of seniors who disapprove of daily smoking ", on this case we now that:

\(X \sim Binom(n=8, p=0.18)\)

The probability mass function for the Binomial distribution is given as:

\(P(X)=(nCx)(p)^x (1-p)^{n-x}\)

Where (nCx) means combinatory and it's given by this formula:

\(nCx=\frac{n!}{(n-x)! x!}\)

And we want to find this probability:

\( P(X\geq 2)=1- P(X<2)= 1-[P(X=0) +P(X=1)]\)

And using the probability mass function we can find the individual probabilities:

\(P(X=0)=(8C0)(0.18)^0 (1-0.18)^{8-0}=0.2044\)

\(P(X=1)=(8C1)(0.18)^1 (1-0.18)^{0-1}=0.3590\)

And replacing we got:

\( P(X\geq 2)=1 -[0.2044 +0.3590]= 0.4366\)

Then the probability that at least 2 disapprove of daily pot smoking is 0.4366


Related Questions

what is the value of 10 to the power of -16 written as a fraction

Answers

Answer: 1e-16

Step-by-step explanation:

Steps

(x)n =  (10)-16

=  

1

10 x 10 x .... x 10

=  

1

10000000000000000

=  1e-16

The perimeter of a rectangle is represented by the expression 2 (3x + 1) + 22.

Answers

6x + 2 + 22 = 6x + 24 which is 4
4 !!!!!!!!!!!!!!!你!你!



Which is the graph of
y-3 = - 2/3 (x + 6)?

Which is the graph of y-3 = - 2/3 (x + 6)?

Answers

Answer:

the first graph

y=-2/3x-1

Step-by-step explanation:

y-3=-2/3(x+6) .        

y-3=-2/3x+4

y=-2/3x-4+3

y=-2/3x-1

A tune-up automotive facility marks up its
parts by 45%. Suppose that the facility
charges its customers $2.03 for each spark
plug it sells. What is the facility's cost for each
spark plug?

Answers

Answer:  $1.40

Work Shown:

x = cost before markup

1.45x = cost after the 45% markup

1.45x = 2.03

x = (2.03)/(1.45)

x = 1.40

How can I find the perimeter of rectangle

How can I find the perimeter of rectangle

Answers

Answer:

19

Step-by-step explanation:

top = bottom so 4x-4y = 3x+5y so x = 9y

left = right so 2-2y = x-3y so x= y+2

so 9y = y+2

8y = 2

y= 0.25

x=2.25

so just add them all up

2*(4x-4y) + 2*(2-2y )

= 8*(x-y)+4*(1-y)

=16+4*0.75

=19

What is the area of the trapezoid ?
Write your answer as a fraction or as a whole or mixed number.
1 1/5 height
1 base (a)
1 3/5 base (b)

Answers

The area of the trapezoid is 1.56 square units

How to find the area of the trapezoid

The area of trapezoid is calculated using the formula

= 1/2 (sum of bases) * height

= 1/2 (a + b) * height

In the problem the dimensions made available are

height =

base (a) = 1

base (b) = 1 3/5

substituting the values into the formula

= 0.5 (1 + 1 3/5) * 1 1/5

= 0.5 * 13/5 * 1 1/5

= 1.56 square units

The area of the trapezoid is 1.56 square units

Learn more about area of trapezoids at:

https://brainly.com/question/1463152

#SPJ1

Q. 2 Transmission Trials In a wireless automatic meter reading system, a base station sends out a wake up signal to nearby electric meters. Upon receiving the wake up signal, a meter transmits a message indicating the electric usage. This message is repeated 4 times. A single transmission of the message is error-free with probability
p=0.9
, independent of the other transmissions. 1. Let
N
be a random variable that denotes the number of error-free transmissions for a single meter upon receiving the wake-up call. Find the PMF of
N
2. In practice, the system does not know which messages are error-free. It uses an error correction scheme which is able to decode the correct message if at least 3 out of 4 transmissions are error-free. What is the probability that the system is able to decode the correct message?

Answers

The probability that the system can decode the correct message is approximately 0.9477.

The random variable N denotes the number of error-free transmissions for a single meter upon receiving the wake-up call.

Since each transmission is error-free with probability p=0.9 and the transmissions are independent, the number of error-free transmissions follows a binomial distribution with parameters n=4 (number of trials) and p=0.9 (probability of success in each trial).

The probability mass function (PMF) of N is given by:

P(N=k) = (4 choose k) × \(0.9^k\) × \(0.1^{(4-k)}\), for k = 0, 1, 2, 3, 4

where (4 choose k) is the binomial coefficient, which represents the number of ways to choose k successes out of 4 trials.

The error correction scheme can decode the correct message if at least 3 out of 4 transmissions are error-free. Let X be the number of error-free transmissions for a single meter.

Then the probability that the system can decode the correct message is:

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

To find these probabilities, we use the PMF of N from part 1:

P(X = 3) = P(N = 3) + P(N = 4) = (4 choose 3) × \(0.9^3\) × 0.1 + (4 choose 4) × \(0.9^4\) × \(0.1^0\) = 0.2916

P(X = 4) = P(N = 4) = (4 choose 4) × \(0.9^4\) × \(0.1^0\) = 0.6561

Therefore, the probability that the system can decode the correct message is:

P(X >= 3) = P(X = 3) + P(X = 4) = 0.2916 + 0.6561 = 0.9477.

So the probability that the system can decode the correct message is approximately 0.9477.

Learn more about probability at

https://brainly.com/question/30034780

#SPJ4

The integrated curriculm mode, sometimes referred to as integrative teaching, is both a method of teaching and a way of organising the teaching programme so that many subject areas and skills provided in the curriculum can be linked to one another. Provide an example of how you, as the teacher, could use the content in Social Sciences as a vehicle for mathematical skills development.​

Answers

The teacher can thus use social sciences as a vehicle to develop mathematical skills by facilitating the development of skills such as data interpretation and analysis.

As an instructor, I would use social sciences to develop mathematical skills in the following manner:Consider a social science topic like demography. In this case, a teacher could use mathematics to assist students in interpreting population statistics.

Teachers might guide students to gather information about population size, growth rate, and geographical distribution from various countries and then use statistics to analyze the data.

For example, a teacher could give students graphs or charts to help them understand population growth rates. They can be asked to make comparisons and identify trends.

In this way, students' understanding of the population is improved, as is their mathematical reasoning.Aside from using mathematics to interpret population statistics,

the teacher can also incorporate mathematical skills development in social sciences by using methods that involve understanding and analysis of data. In other words, students learn how to use data to reach conclusions and make decisions.

They learn how to interpret data and how to extract information from it.This method of teaching creates opportunities for the use of the same skills in different contexts and areas of learning.

It enables students to see connections between subjects and fosters an integrated approach to learning.

To learn more about : development

https://brainly.com/question/28324913

#SPJ8

Solve the following inequality for x X - 9. 2 (9-×)

Answers

Xx-9.2(9-x)
-x 9.2 (9-x)
-X x 9.2 x 9x9.2 (-x)
-Xx9.2 + x 9.2 x
-82.8x + 9.2 x2 is exponent

Dan has put his coins into 2 stacks, Each stack has the same number of coins. There are 12 coins total, How many coins are in each stack?​

Answers

Answer: 6

Step-by-step explanation: Division use a calculator 12/2

Answer:

6

Step-by-step explanation:

From question:

Dan has put his coins into 2 stacks

2 stacks in total

Each stack has the same number of coins

Number of coins in stack 1 = number of coins in stack 2

x = x

There are 12 coins total

Total number of coins in 2 stacks = 12

2x = 12

x = 6

There are six coins in one stack.

36.31 as a mixed number

Answers

Answer:The solution is in the attached file

Step-by-step explanation:

36.31 as a mixed number

answer the following questions in the picture

answer the following questions in the picture

Answers

a. The chart is prepared below.

b. At the end of 4 years, Ross still owes his parents $1,576.92.

How to calculate interest ?

To solve this problem, we need to calculate the balance of Ross's loan at the end of each year.

The balance for each year can be calculated by subtracting the yearly payment from the balance at the beginning of the year and adding the interest earned for the year.

The interest for each year is calculated by multiplying the balance at the beginning of the year by the annual interest rate of 3.2%.

Here are the steps for calculating the balance for each year:

Year 1:

Beginning balance = $2,500.00

Interest for the year = $2,500.00 x 0.032 = $80.00

Ending balance = $2,500.00 + $80.00 - $300.00 = $2,280.00

Year 2:

Beginning balance = $2,280.00

Interest for the year = $2,280.00 x 0.032 = $72.96

Ending balance = $2,280.00 + $72.96 - $300.00 = $2,052.96

Year 3:

Beginning balance = $2,052.96

Interest for the year = $2,052.96 x 0.032 = $65.76

Ending balance = $2,052.96 + $65.76 - $300.00 = $1,818.72

Year 4:

Beginning balance = $1,818.72

Interest for the year = $1,818.72 x 0.032 = $58.20

Ending balance = $1,818.72 + $58.20 - $300.00 = $1,576.92

Here's a table that shows the details:

Year ,principal ,Interest rate, interest, Payment ,annual owing

1 $2,500.00 $80.00 $300.00              $2,280.00

2 $2,280.00 $72.96 $300.00              $2,052.96

3 $2,052.96 $65.76 $300.00               $1,818.72

4 $1,818.72         $58.20  $300.00       $1,576.92

b. At the end of 4 years, Ross still owes his parents $1,576.92.

To know more about interest visit:

https://brainly.com/question/30393144

#SPJ1

answer the following questions in the picture

If a person travels 600 meters in 120 seconds for the first part of a trip. Then they travel 345 meters in 150 seconds for the second part of the trip.

The total distance traveled by the person is _______
meters.

The total time for the trip is ________
seconds.

The average speed for the entire trip is ________
m/s.

Answers

Answer:

Total distance: 600 + 345 = 945 meters

Total time: 120 + 150 = 270 seconds

Average speed for trip:

945 meters / 270 seconds = 3.5 m/s

-15.5
Simplify
(
5
Qyayyyyt

Answers

Answer:

-15.5 cannot be simplified further more.

Step-by-step explanation:

But if you want me to simplify 15.5/5

then here it is

\( \frac{15.5}{5} = \frac{3.1}{1} = 3.1\)

What is the scale factor from ABC to DEF?
A. 5 B. 1 C. 0 D. 10​

What is the scale factor from ABC to DEF? A. 5 B. 1 C. 0 D. 10

Answers

Answer:

b

Step-by-step explanation:

they both have 5 so we divide 5/5 and we get one.

Answer:

B. 1

Step-by-step explanation:

please help me solve for x

please help me solve for x

Answers

Answer:

x = 7

Step-by-step explanation:

7x + 1 = 130 = 180

7x = 180 - 130 - 1

7x = 49

x = 7

Answer: x=7
Explanation:
7x+1+130=180
7x+131=180
7x=49
x=7

What is the simplified form of left parenthesis 16 x to the power of eight end power y to the power of four end power right parenthesis to the power of start fraction three over four end fraction end power question mark 4x6y3 8x6y3 two x to the power of start fraction 11 over four end fraction end power y to the power of start fraction seven over four end fraction end power 8x6y4

Answers

Answer:

\(16x^6y^3\)

Step-by-step explanation:

Given the expression, \((16x^8y^4)^{3/4}\\\\\), we are to simplify the expression

\((16x^8y^4)^{3/4}\\\\= 16x^{8*3/4}y^{4*3/4}\\\\= 16x^{24/4}y^{12/4}\\\\= 16x^6y^3\)

Hence the simplified form of the expression is \(16x^6y^3\)

Choose the correct simplification of the expression (a2)3. (1 point) a5 a8 a a6

Answers

Answer:

a^6

Step-by-step explanation:

(a^2)^3 =

you multiply the exponents

a^6

A gardener is planting 2 types of trees: the oak tree is three feet tall and grows at a rate of 15 inches per year. The maple tree is four feet tall and grows at a rate of 10 inches per year. Determine how many years it will take for the trees to reach the same height

Answers

It would take 5.7 years

Find all points on the​ x-axis that are 16 units from the point (5,-8)

Answers

To find all points on the x-axis that are 16 units away from the point (5, -8), we can use the distance formula. The distance between two points (x₁, y₁) and (x₂, y₂) is given by the formula:

d = √((x₂ - x₁)² + (y₂ - y₁)²)

In this case, the y-coordinate of the point (5, -8) is -8, which lies on the x-axis. So, any point on the x-axis will have a y-coordinate of 0. Let's substitute the given values and solve for the x-coordinate.

d = √((x - 5)² + (0 - (-8))²)

Simplifying:

d = √((x - 5)² + 64)

Now, we want the distance d to be equal to 16 units. So, we set up the equation:

16 = √((x - 5)² + 64)

Squaring both sides of the equation to eliminate the square root:

16² = (x - 5)² + 64

256 = (x - 5)² + 64

Subtracting 64 from both sides:

192 = (x - 5)²

Taking the square root of both sides

√192 = x - 5

±√192 = x - 5

x = 5 ± √192

Therefore, the two points on the x-axis that are 16 units away from the point (5, -8) are:

Point 1: (5 + √192, 0)

Point 2: (5 - √192, 0)

In summary, the points on the x-axis that are 16 units away from the point (5, -8) are (5 + √192, 0) and (5 - √192, 0).

For more such questions on distance formula

https://brainly.com/question/28551043

#SPJ8

a. graph a linear function transformed 2 units up and 3 units down?b. what was the equation of your linear function in slope-intercept form? c. what was the equation of the transformed function in slope-intercept form?

Answers

The graph of linear function y – 2x = 3 is attached. The equation transformed 2 units up and 3 units down are y = 2x + 5 and y = 2x respectively.

In order to graph a linear function, determine the value of y substituting different values of x and plot the resulting coordinates on a graph and connect them with a line. The graph is plotted for the linear function: y – 2x = 3. The slope-intercept form of a linear equation is where one side contains just y and is given in general form: y = mx + b where m is the slope and b is the y-intercept. The slope intercept forms the linear equation is y = 2x + 3.

Function transformation takes a function (and its graph) and, by adding and subtraction, moves the graph around the plane without changing its shape. In order to transform the linear function 2 units up, the graph will move up by 2 units. Hence, the slope-intercept form of transformed equation is y = 2x + 3 + 2, hence y = 2x + 5. In order to transform the linear function 3 units down, the graph will move down by 3 units. Hence, the slope-intercept form of transformed equation is y = 2x + 3 - 3, hence y = 2x.

Learn more about Linear function:

https://brainly.com/question/4025726

#SPJ4

a. graph a linear function transformed 2 units up and 3 units down?b. what was the equation of your linear

-4 3/4 = x-1 1/5
Whats the value of x

Answers

Answer:3/4 * 1/5 = 3/20 = 0.15

Step-by-step explanation:Multiple: 3/

4 * 1/5 = 3 · 1/4 · 5 = 3/20

Multiply both numerators and denominators. The result fraction keep to the lowest possible denominator GCD(3, 20) = 1. In the following intermediate step, it cannot further simplify the fraction result by canceling.

In other words - three quarters multiplied by one-fifth is three twentieths.

the perimeter of a semicircle protractor is 14.8cm,find it's radius​

Answers

The radius of the semicircle protractor is approximately 4.693 cm.

Given,Perimeter of a semicircle protractor = 14.8 cm.

To find:The radius of a semicircle protractor.Solution:We know that the perimeter of a semicircle protractor is the sum of the straight edge of a protractor and half of the circumference of the circle whose radius is the radius of the protractor.

Circumference of a circle = 2πrWhere, r is the radius of the circle.If the radius of the semicircle protractor is r, then Perimeter of a semicircle protractor = r + πr [∵ half of the circumference of a circle =\((1/2) × 2πr = πr]14.8 = r + πr14.8 = r(1 + π) r = 14.8 / (1 + π)r ≈ 4.693\) cm.

for more questions on semicircle protractor

https://brainly.com/question/30188078

#SPJ8

1/4 ÷ 3/8 simplest form

Answers

Answer:

2/3

Step-by-step explanation:

divide by a fraction = multiply by reciprocal

1/4 * 8/3

2/3

Answer:

Step-by-step explanation:

= ¼ ÷ ⅜

= ¼ × ⁸/3

= ⅔

Have a great day !

Is the inverse of the following conditional true?
If t<5, then t>6.

Answers

The inverse of the conditional "If t<5, then t>6" is "If t≥5, then t≤6"  is not always true but true for some values of t.

What is a function?

An expression, rule, or law that defines a relationship between one variable and another variable.

Let's first consider the original statement: "If t<5, then t>6."

This statement is saying that if t is less than 5, then it must be greater than 6, which is impossible since no number can be less than 5 and greater than 6 at the same time.

So the original statement is always false, no matter what value of t we choose.

So, the inverse of "If t<5, then t>6" is "If t≥5, then t≤6".

This statement is saying that if t is greater than or equal to 5, then it must be less than or equal to 6.

This statement is true for any value of t that is greater than or equal to 5 and less than or equal to 6.

Hence, the inverse of the conditional "If t<5, then t>6" is "If t≥5, then t≤6"  is not always true but true for some values of t.

To learn more on Functions click:

https://brainly.com/question/21145944

#SPJ9

If cos x = sin(20 + x)° and 0° < x < 90°, the value of x is what?

Answers

we can change cos to sin by saying cosx=sin(90-x)

now we drop sin and make the angles equal (nothing needs to be added or subtracted since its in the first quadrant)

90-x=20+x+k.360.......kEZ (k is an element of set of integers) (we say k.360 if it's cos and sin and k.180 if it's tan)

-x-x=20-90+k.360........kEZ

-2x=-70+k.360.........kEZ

divide all terms by -2

x=35-k.180.......kEZ

Answer:

x=35°

Step-by-step explanation:

If cos x = sin(20 + x)° and 0° < x < 90°, the value of x is 35°.

Determine if the three given side
lengths form a right triangle.
10 cm, 15 cm, 20 cm

Answers

Answer:

It doesn't form a right triangle

Step-by-step explanation:

According to the Pythagorean theorem, the area of the square whose side is the hypotenuse is equal to the sum of the areas of the squares on the other two sides.

a^2 + b^2 = c^2 by substituting the three values, 10, 15, and 20 you should get an equivalent value of the hypotenuse.

10^2 + 15^2 = 20^2

100 + 225 = 400

325 =/= 400

This is false.

Since this is not equivalent, it is NOT a right triangle.

Hope this helped :)

Math Problem, I will mark brainliet thank youu

Math Problem, I will mark brainliet thank youu

Answers

A) 0.06 ✔✔.............

Answer:

A. \( 0.0 \bar6\)

Step-by-step explanation:

\( \pink{ \huge \frac{1}{15}} = \orange{ 0.06666666....} \\ \\ \huge \purple{\frac{1}{15}} = \red{0.0 \bar6}\)

An advanced biology student wants to test the effects of a chemical fertilizer versus natural fertilizer, so she plans to divide a rectangular garden in half by running a fence parallel to two of the exterior sides. She has a fixed amount of fencing (36m) and she wants to have fencing around the entire garden in addition to the fence down the middle. Find the maximum area of the natural fertilizer garden.

Answers

Answer:

\(108\ \text{m}^2\)

Step-by-step explanation:

The sides are rectangle is shown in the diagram

The perimeter of the fence will be

\(3x+2y=36\\\Rightarrow x=\dfrac{36-2y}{3}\)

Area of the smaller section of the garden

\(A=xy\\\Rightarrow A=\dfrac{36-2y}{3}y\\\Rightarrow A=\dfrac{36y-2y^2}{3}\)

Differentiating with respect to y we get

\(\dfrac{dA}{dy}=\dfrac{1}{3}(36-4y)\)

Equating with zero we get

\(\dfrac{1}{3}(36-4y)=0\\\Rightarrow 36-4y=0\\\Rightarrow y=\dfrac{36}{4}\\\Rightarrow y=9\)

Double derivative of area

\(\dfrac{d^2A}{dy^2}=-4<0\)

at y = 9 the area is maximum

\(x=\dfrac{36-2y}{3}=\dfrac{36-2\times 9}{3}\\\Rightarrow x=6\)

The sides of the entire garden are \(2y=2\times 9=18\ \text{m}\) and \(6\ \text{m}\)

The maximum area of the natural fertilizer garden is \(18\times 6=108\ \text{m}^2\)

An advanced biology student wants to test the effects of a chemical fertilizer versus natural fertilizer,

Fourteen percent of the town’s population are above the age of 65. If there are about
320 residents over the age of 65, then what is the town’s population?

Answers

Answer:

So if 14% are over 65, and 320 residents are over 65, then we can say that 14% of the town is 320. Then, we can divide by 14 to find 1%, which is 22.857142857 Now we can multiply this by 100 to get 2285.7142857.

Step-by-step explanation:

Other Questions
As she began her internship in a hospital emergency room, Carrie felt very anxious. Throughout her internship she experienced intense and prolonged stress, did not eat well, and did not get enough sleep. When she successfully completed her internship, she felt completely worn out and came down with bronchitis. Carrie is probably experiencing the: The day the bond is paid-off is best described by the:Par ValueCoupon RateMaturity DateYield-to-MaturityNone of the above PLEASE HELP : PPL I DON'T KNOW ANYTHING BC I GOT A NEW TEACHER AND SHE IS TEACHING COMPLETELY DIFFERENT THINGS than my previous teacherWho do lobbyists represent in their attempts to influence government?A.military officersB.elected officialsC.interest groupsD.circuit judges ramona learned to drive a car with a stick shift 20 years ago but had not driven one again since until she rented a car in italy. she found that she recovered this skill within a few minutes. ramona's experience best exemplifies: please choose the correct answer from the following choices, and then select the submit answer button. generalization. operant conditioning. cognitive maps. latent learning. 3 4 5 6 7 8 9 10 the Angolan civil war a proxy war of the Cold War? y different Angolan splinter groups competed for control of the nation. US supported one side in the war, and the USSR supported the other ugal supported one side in the war, and the USSR supported the pther ny different foreign governments competed for control of Angola. After information has been gathered to show that a research misconduct allegation may be of substance, the usual second phase of handling the allegation is called: what are the advantages and disadvantages of rusting What is an explicit formula for an arithmetic sequence with a common difference of three and whos second term is nine? Solve each system by substitution 2x + 6y = 3 x + 3y = 5 what is the value of x of triangle srq? How many triangles can be formed with segments measuring 123 mm, 134 mm, and 212 mm?Select from the drop-down menu to correctly complete the statement.Choose...No triangles One triangle More than one triangle can be formed from these segments. give one word for the following : in a fugue, the opening section, in which each voice in turn has the opportunity to present the subject; in sonata-allegro form, the principal section, in which all thematic material is presented What happens when light hits the pigment in photosystem II?A. It alters the shape of the photosystem II, allowing the light to pass into the thylakoids.B. It sets off a reaction that releases water molecules into the inner space of the thylakoids.C. It alters the shape of the photosystem II protein, releasing the water-splitting enzyme.D. It sets off a reaction that moves energy through the proteins of the thylakoids membrane. help please I need help what was the name of the wider, philosophical movement in germany with which albert renger-patzsch is associated? Which is the graph of the linear equation 3x 4y = 12? 2x + 3 = 5 what does x equal? identify an advantage of having strategic plans made by a firm at all levels. Exercise 1 Underline the adjective clause, and circle the noun or pronoun it modifies. The author who wrote the book was signing autographs at the bookstore. The centers for the control of heart rate, respiration, and blood pressure are located in the _____.a. pons.b. medulla oblongata.c. cerebral cortex.d. cerebrum.e. none of these.