About 15​% of the population of a large country is allergic to pollenallergic to pollen. if two people are randomly​ selected, what is the probability both are allergic to pollen​? what is the probability at least one is allergic to pollenallergic to pollen​?

Answers

Answer 1
P(allergic) = 0.15

P(both are allergic to pollen) = (0.15)² = 0.0225 (you can use the binomial probability also)

Q(NOT allergic to pollen) = 1 - 0.0225 = 0.9775
Binomial probability

Probability of NEITHER is allergic
ⁿCₓ(p)ˣ(q)ⁿ⁻ˣ
²C₀(0.15)⁰(0.9775)² = 0.9555

P(at LEAST ONE is allergic) = 1- 0.9555 = 0.0444
Answer 2

Answer:

(a) 0.0225

(b) 0.225

Step-by-step explanation:

It is given that 15% of total population is allergic to pollenallergic to pollen.

Thus, Probability of an individual s/he has allergy is 0.15

Thus, The probability that two person is selected and both has allergy is 0.15 × 0.15 = 0.0225

And the Probability that at least one person is suffered from allergy from that two person = P(allergic and non-allergic) + P(non-allergic and allergic)

⇒ 0.15 × (1 - 0.15) + (1 - 0.15) × 0.15

⇒ 0.15 × 0.85 + 0.85 × 0.15 = 0.225


Related Questions

What is the value of the 11th term of the sequence 1, -2, 4, -8, ...?
4,096
1,024
-2,048
-1,024

Answers

The pattern is that the next term is equal to the previous term multiplied by -2.
1
-2
4
-8
16
-32
64
-128
256
-512
1024
The answer is 1024

How many zeros are there at the end of 100!?

Answers

Well, at the END of 100, none excluding post decimal zeroes, including them there are infinite. If you meant how many zeroes inside 100, 2 then.

Final answer:

The number of zeros at the end of 100! is determined by counting the multiples of 5 in the factorization, including higher powers like 25. The result is a total of 24 zeros at the end of 100!.

Explanation:

To determine how many zeros are at the end of the factorial of 100 (100!), we need to know how many times the number 10 can be factored within that number. Since 10 is the product of 2 and 5, we should count the number of 2s and 5s in the prime factorization of 100!. The number of zeros at the end of 100! will equal the smaller of these two counts. However, because there are more 2s than 5s in the prime factorization, we only need to count the number of 5s as every 5 will have a corresponding 2 to form a 10.

For 100!, we count how many multiples of 5 there are within that range, including the multiples of 25 (since 25 includes an extra 5), and possibly higher powers of 5 if applicable. For example, 5 is counted once, 25 is counted twice (as 25 = 5×5), and so on.

Therefore, the number of zeros at the end of 100! equals the sum of the integer division of 100 by 5, plus the integer division of 100 by 25, and so on for any higher powers of 5. However, since 100 < 125, we do not need to consider any higher powers than 25.

We calculate:

100 ÷ 5 = 20,

100 ÷ 25 = 4.

Adding these together (20 + 4), we find that there are 24 zeros at the end of 100!.

Find the first five terms of the sequence described by the following recursive formula: an = an – 1 + an – 2 where a1 = 1.2 and a2 = 2.3

1.2, , , ,


Find the first six terms of the sequence described by the following recursive formula:
an = an – 1 + an – 2
where a3 = -5 and a4 = 3


,
,
,
,
,

Answers

The first if a twisted version of a Fibonacci sequence :P

If a1=1.2 and a2=2.3 and a(n)=a(n-1)+a(n-2)

a3=3.5, a4=5.8, a5=9.3

So the first five terms are:  1.2, 2.3, 3.5, 5.8, 9.3

The second is another modified Fibonacci sequence...

If a3=-5 and a4=3 then:

3=-5+a2, a2=8

-5=8+a1, a1=-13

a5=-5+3=-2

a6=-2+3=1

So the first six terms are -13, 8, -5, 3, -2, 1
Final answer:

The recursive formula an = an – 1 + an – 2 describes a sequence where each term is the sum of the two previous terms. To find the first five or six terms, we substitute the given initial conditions into the formula and repeatedly apply it to find subsequent terms.

Explanation:

The recursive formula an = an – 1 + an – 2 describes a sequence where each term is the sum of the two previous terms. To find the first five terms, we begin with a1 = 1.2 and a2 = 2.3. Then we use the formula to find the next terms:

a3 = a2 + a1 = 2.3 + 1.2 = 3.5a4 = a3 + a2 = 3.5 + 2.3 = 5.8a5 = a4 + a3 = 5.8 + 3.5 = 9.3

So the first five terms of the sequence are 1.2, 2.3, 3.5, 5.8, and 9.3.

Similarly, to find the first six terms of the sequence with a3 = -5 and a4 = 3, we use the formula:

a5 = a4 + a3 = 3 + (-5) = -2a6 = a5 + a4 = -2 + 3 = 1

So the first six terms of this sequence are -5, 3, -2, 1, -1, and 0.

Learn more about Recursive formula here:

https://brainly.com/question/31268951

#SPJ2

Which one of the binomials is a factor of this trinomial?

x^2-13x+40

A. x-8
B. x+8
C. x-4
D. x+4

Answers

Factored form:
(x-8)(x-5)
Proof:
-8-5=-13
-8*-5=40

Final answer: A

For what values of x does f(x)= x^2 +9x +20 reach its minimum value?

Answers

Final answer:

The minimum value of the quadratic function f(x)= [tex]x^2[/tex] +9x +20 is achieved at x = -4.5, calculated using the vertex formula -b/2a.

Explanation:

The function f(x)= [tex]x^2[/tex] +9x +20 is a quadratic function. The minimum value of a quadratic function is achieved at the vertex. The x-coordinate of the vertex can be found using the formula -b/2a, where a and b are coefficients of [tex]x^2[/tex] and x respectively in the standard form a[tex]x^2[/tex] + bx + c. Here, a=1 and b=9.

So, by applying the formula, the value of x will be -b/2a = -9/(2*1) = -4.5. Hence, the function achieves its minimum value when x = -4.5.

Learn more about Quadratic Function here:

https://brainly.com/question/35505962

#SPJ2

Graph y = log8^x and its inverse

Answers

The answer is C...................

Answer:

Third one will be correct.

Step-by-step explanation:

Given  : y =[tex]log_{8}(x)[/tex].

To find : Graph  and its inverse.

Solution : We have given that

y =[tex]log_{8}(x)[/tex].

For x - intercept , y =0.

y = 0

0 =[tex]log_{8}(x)[/tex].

x = 1

(1,0)

Inverse of  y =[tex]log_{8}(x)[/tex].

Interchange the x and y.

x = [tex]log_{8}(y)[/tex].

Solving for y

y = [tex]8^{x}[/tex].

Then For x = 0

y =  [tex]8^{0}[/tex].

y = 1

For inverse ( 0 ,1)

Then we can see from given graphs Third one will be correct.

Therefore, Third one will be correct.

a restaurant offers 3 kinds of bread 4 kinds of meat and 3 kinds of cheese

Answers

3 x 4 x 3 = 12 x 3 = 36 different combinations

Answer:

36 combos

Step-by-step explanation:

Plz vote me for Brainilest

You buy a commemorative coin for $110. Each year, t, the value V of the coin increases by 4%
Part a: Write a function that can be used to find the coin’s value after t years.
Part b: If the coin’s value continues to grow 4% per year, what will the approximate value be in 8 years? Round to two decimal places.

Answers

a. f(x)= 100*1.04^t
Exponential functions follow the form of y=ab^x, where a is the principal amount, b is the rate of growth or decay (1+0.04), and x is the time.

b. f(8)= 100*1.04^8
100*1.368569...
136.856

Final answer: $136.86

Answer:

$136.86

Step-by-step explanation:

True or False.
A binomial is also a polynomial.

Answers

True. A binomial is a polynomial that is the sum of two terms.

A purse contains dimes and nickels. The total value of all the coins is, at most, $2.50, and there are at least three of each coin. Which of the following systems correctly shows the system that describes the possible number of nickels (n) and dimes (d) in the purse?

<= That means greater than or equal to or less than or equal to

1.n >= 3
d >= 3
0.05n+0.1d <= 2.50

2. n <= 3
d <= 3
0.05+0.1d <= 2.50

3. n <= 3
d<= 3
n + d >= 2.50

4. n>=3
d >= 3
n + d <=2.50

Answers

1 is the correct answer. d and n each have to be at least three, so the sign is correct. also, the sum of nickels and dimes is at most 2.50, so the sign is correct there, too.
The answer is 3. If it says "at most", that means that the total value of money has to be less than or equal to 2.50. Same thing with "at least." There would have to be more than 3 of each coin because 3 nickels and 3 dimes don't add up to 2.50. 

A cubic centimeter of quartz, olivine, and gold weighs 2.5, 3.0, and 19.8 grams, respectively. this indicates that

Answers

it would indicate that quartz and olivine have similar densities but olivine is a little more dense. It also indicates that gold has a much greater density than either of the others

To solve the problem we must know about density.

The different weight shows that the solids have different density.

Given to us

A cubic centimeter of quartz, olivine, and gold weighs 2.5, 3.0, and 19.8 grams.

What are weight and mass?

We know that weight is the product of mass and acceleration due to gravity, also, mass is the product of density and volume.

[tex]\rm{ weight = mass \times acceleration\ due\ to\ gravity[/tex]

[tex]\rm{ w = m \times g[/tex]

[tex]\rm{ Mass = density \times volume[/tex]

[tex]m = \rho \times v[/tex]

What is the relationship between weight and mass?

In the three solids given, the acceleration due to gravity will be the same, also, it is already mentioned that the volume of the three materials is the same that is 1 cubic centimeter.

[tex]w = m \times g\\w = (\rho \times v) \times g\\\\w = \rho \times 1\ cm^3 \times 9.81[/tex]

Therefore, the only thing that can vary is the density of the solids. Hence, the different weight shows that the solids have different density, the more is the weight the more is the density of the solid.

Learn more about Density:

https://brainly.com/question/952755

How is the graph of y = 8x^2 − 1 different from the graph of y = 8x^2?

Answers

Since a constant 1 is subtracted from the equation, the result is a graph shifted downward by one unit with respect to the original equation.

Answer:

1 up⊕⊕⊕⊕⊕⊕⊕⊕

Step-by-step explanation:

If f(x)=5x-2 and g(x)=2x+1, find(f-g)(x)

Answers

2x-3, just find the like terms in both of the equations and subtract them such as 5x and 2x and -2 and 1
5x-2x= 3x    -2-(+1)= -3

Write the equation of a hyperbola with vertices (3, -1) and (3, -9) and co-vertices (-6. -5) and (12, -5).

Answers

the answer:
the main formula of hyperbola is

(x-h)² / a² - (y-k)² / b² = 1, where the center is C (h,k)
and the vertex formmula is

(h+-a, k) and the covertex is (h, k+-b)

in our case vertices are already given:
(3, -1) and (3, -9)  so h+a =3  or  h - a =3 and k= -1, or k= -9
and co-vertices (-6. -5) and (12, -5)
h= -6  or h= 12, and  k+ b=-5, or k- b = -5
for example h= -6, h+a =3, a=3+6=9, k= -1, k+ b=-5 , we can get b= - 5 + 1 = - 4, so a=9, b=-4, h=-6, k= -1
the equation is
(x+6)² / 81 -  (y+1)² / 16 = 1, if the center is C(-6, -1)

the same method can be applied with the other choices of h and k.












Please Help!!!
which statement is true about the system x-3y = 5 and y = x - 7 ?

Answers

There is only one solution since they have different slopes.
Because they have different slopes (1/3 and 1), they will only have 1 solution

Triangle PIG was rotated to create triangle P'I'G'. Describe the transformation using details and degrees.

Answers

The rotation of the triangle is 270 degrees clockwise, or 90 degrees counterclockwise. Most commonly, clockwise measurements are used when it comes to rotations.

I hope this helped. Let me know if I was correct please.

The value of a camcorder bought new for $2000 decreases 20% each year. Identify the function for the value of the camcorder. Does the function represent growth or decay?
A) V(t) = 2000(0.8)t; growth
B) V(t) = 2000(0.8)t; decay
C) V(t) = 2000(1.2)t; decay
D) V(t) = 2000(1.2)t; growth

Answers

Decrease  - so decay
20% decrease  = (0.8)t

Answer:               V(t) = 2000(0.8)t; decay

Step-by-step explanation:

What is best definition of combining like terms

Answers

they are terms that contain the same variables raised to the same power. Only the numerical coefficients are different. In an expression, only like terms can be combined. We combine like terms to shorten and simplify algebraic expressions, so we can work with them more easily.

What can you conclude about the slope of the values in the table? Check all that apply.
The slope is 3.
The slope is 0.
The slope is undefined.
The graph will be a horizontal line.
The graph will be a vertical line.
The graph will have a line with a positive slope.

Answers

The conclusion that can be drawn from the slope of the values given in the table is:

3. Slope is undefined.

5. Graph is a vertical line.

First, let's determine the value of the slope by applying the slope formula using two points given from the table, say, (1000, 20) and (1000, 23):

Slope formula = [tex]\frac{y_2 - y_1}{x_2 - x_1}[/tex]

Let,

[tex](1000, 20) = (x_1, y_1)\\\\(1000, 23) = (x_2, y_2)[/tex]

Substitute:

[tex]slope(m)=\frac{23 - 20}{1,000 - 1,000}\\\\slope (m) =\frac{3}{0}[/tex] (undefined)

Zero cannot divide 3 hence, the slope is undefined.

Slope that are vertical have rise but no run, thus, their slope is undefined.

(see attachment for image showing an example of how an undefined slope looks like on a graph.)

Therefore, the conclusion that can be drawn from the slope of values given in the table is:

3. Slope is undefined.

5. Graph is a vertical line.

Learn more here:

https://brainly.com/question/18275782

The longest side of an acute triangle measures 30 inches. The two remaining sides are congruent, but their length is unknown.What is the smallest possible perimeter of the triangle, rounded to the nearest hundredth?

Answers

Let "x" be the  longest side and "y" be each of remaining sides
If the triangle is аcute then:

y² + y² > x² 
2y² > 30²
2y² > 900
y² > 450
y > √450
y > 21.21 ← to the nearest hundredth

This means the length of each of the remaining sides is not less than 21.22 in  (to the nearest hundredth), so the smallest possible perimeter of the triangle =
30 + 21.22 + 21.22 = 72.44 in.


what divides an angle into two congruent angles

Answers

Bisector of a segment

2. The value of a Plasma TV bought new for $3,700 decreases 25% each year. Identify the function for the value of the television. Does the function represent growth, or decay?
V(t) = 3700(1.25)t; growth
V(t) = 3700(0.75)t; decay
V(t) = 3700(1.25)t; decay
V(t) = 3700(0.75)t; growth

Answers

The value of a Plasma TV decreases by 25% each year So it's decay function which is
V(t) = 3700(1-r)^t
Where r is 25/100=0.25
V(t) = 3700(1-0.25)^t
V(t) = 3700(0.75)^t

So the answer is
V(t) = 3700(0.75)t; decay

Answer:      V(t) = 3700(0.75)t; decay

Step-by-step explanation:

Write an equation for ab is congruent to segment bc

Answers

     ~
ab = bc

I believe...

Answer:

[tex]\overline {ab}\cong \overline {bc}[/tex]

Step-by-step explanation:

We are asked to write an equation for the given statement.

Statement:

Segment 'ab' is congruent to segment 'bc'.

We know that segment is written by a bar on name of segment as: [tex]\overline {ab}[/tex] and [tex]\overline {bc}[/tex].

Congruent sign is [tex]\cong[/tex]

Therefore, our required equation would be: [tex]\overline {ab}\cong \overline {bc}[/tex]

The formula is used to find the area of a parallelogram. if the base of a parallelogram is doubled and its height is doubled, how does this affect the area?

Answers

Formula for finding the area of a parallelogram: a equals bh
A equals two b × two h
A equals four bh

The area of a parallelogram would be quadrupled if the height and weight of it were doubled





(I had to write out certain words because my keyboard is not fully working)

Choose the correct simplification of the expression (7x − 3)(4x2 − 3x − 6).

28x3 − 33x2 − 33x − 18
28x3 + 33x2 − 33x + 18
28x3 − 51x2 − 33x + 18
28x3 − 33x2 − 33x + 18
a b c d

Answers

D. 28x^3-33x^2-33x+18 

Answer:

The expression (7x − 3) × (4x² − 3x − 6) is equivalent to  28x³ - 33x² - 33x + 18 .

Step-by-step explanation:

As given the expression in the question be as follow .

= (7x − 3) × (4x² − 3x − 6)

= 7x × (4x²- 3x - 6) - 3 × (4x² - 3x - 6)

Now open the bracket

= 7x × 4x² + 7x × -3x + 7x × -6 -3 × 4x² -3 × -3x - 3 × -6

= 28x³ -21x² -42x -12x² + 9x +18

= 28x³ -21x² - 12x² -42x + 9x + 18

= 28x³ - 33x² - 33x + 18

Therefore the expression (7x − 3) × (4x² − 3x − 6) is equivalent to  28x³ - 33x² - 33x + 18 .

HELP ROUND 479065.389037 TO THE NEAREST THOUSAND

Answers

ROUND 479065.389037 TO THE NEAREST  THOUSAND = 479,000
479065.389037

if you want to round both sides to the nearest thousand, it will be

479000.389

if you just want a whole number it will be

479000

hope this helps :D

Convert 28.7251° to degrees, minutes, and seconds. Round to the nearest second.

Answers

28.7251 =

 28 degrees

 then take the decimal and multiply by 60 to get the minutes

 so 0.7251 *60 = 43.506, use the whole number (43)

 so now you have 28 degrees, 43 minutes

 now take the remaining decimal ( 0.506) and multiply by 60

0.506*60= 30.36

 when you have a decimal left over for the seconds, keep that as is.

 so you now have 28 degrees, 43 minutes and 30.36 seconds

 use ' for minutes and " for seconds

28 degrees 43' 30.36"

rounded to the nearest second would be 28 degrees 43 minutes and 30 seconds

Find the sum of the following infinite geometric series, if it exists.
1.02 + 2.04 + 4.08 + 8.16 +…

20

Does not exist

22

24

Answers

We can see that for every increment, the number gets doubled positively. Since we are looking for the value when the repetition is made infinite, therefore the value at that point would also be infinite. Since infinite is imaginary, therefore the correct answer is:

Does not exist

The frequency table shows the results of a survey comparing weekly gasoline costs to the average number of miles a car can drive on a gallon of gasoline. Marcel converts the frequency table to a conditional relative frequency table by row. Which value should he use for Y? Round to the nearest hundredth. 0.19 0.45 0.82 0.90

Answers

When you round to the nearest tenth, and you only get a single decimal like .8 there is always a zero next to it but you can't see it. 

In this case if you divide 27 by 30 you will get 0.9. Round that and you will get 0.90  


Answer:

Its D on Ed2022

Step-by-step explanation:


A certain forest covers an area of 1800 km2. Suppose that each year this area decreases by 8.5%. What will the area be after 14 years? Use the calculator provided and round your answer to the nearest square kilometer.

Answers

[tex]\bf \qquad \textit{Amount for Exponential Decay}\\\\ A=I(1 - r)^t\qquad \begin{cases} A=\textit{accumulated amount}\\ I=\textit{initial amount}\to &1800\\ r=rate\to 8.5\%\to \frac{8.5}{100}\to &0.085\\ t=\textit{elapsed time}\to &14\\ \end{cases} \\\\\\ A=1800(1-0.085)^{14}[/tex]

[tex]519km^{2}[/tex] will be the area after [tex]14[/tex] years.

What is area?

Area is the quantity that expresses the extent of a region on the plane or on a curved surface. The area of a plane region or plane area refers to the area of a shape or planar lamina, while surface area refers to the area of an open surface or the boundary of a three-dimensional object.

According to questions, a certain forest covers an area of  [tex]1800[/tex] [tex]km^{2}[/tex]. Each year this area decreases by [tex]8.5[/tex]%.

We have to find the area after 14 years.

Area after 14 years can be found using the below formula

[tex]A=I(1-r)^{t}[/tex]

   [tex]=1800(1-0.085)^{14}[/tex]

   [tex]=1800[/tex]×[tex]0.288[/tex]

   [tex]=519km^{2}[/tex]

Hence, [tex]519km^{2}[/tex] will be the area after [tex]14[/tex] years.

Learn more about area here:

https://brainly.com/question/27683633?referrer=searchResults

#SPJ2

Other Questions
All the organ systems in the human body work together to perform which function Why do viruses need living hosts, such as bacteria or eukaryote cells? The war between austria and serbia should have been a small regional conflict in one corner of europe. how did nationalism, militarism, and the new imperialism contribute to its expansion into a global conflict? Future value if you deposit $2,000 in a bank account that pays 6% interest annually, how much will be in your account after 5 years A cone-shaped hole is drilled into a solid cube of metal as shown. If the cube has sides of length 7 cm, what is the volume of the metal after the hole is drilled? Let 3.14 and round your answer to the nearest tenth. For elements to maintain a neutral charge, which two particles must have equal numbers? What were the roles of the gods, kings and justice in ancient laws?code of hammurabi, the negative confession, and/or exodus? According to the results of national comorbidity survey (ncs), approximately one out of _____ american adults has experienced the symptoms of a psychological disorder at some point in his or her lifetime. one week you spent $24 on 6 subway tickets and 4 express bus tickets. The next week you spent $27 on 3 subway tickets and 7 express tickets. How many will it cost you to buy 5 subway tickets and 2 express tickets this week? (05.01 MC)The graph shows the price, in dollars, of different numbers of sweet breads at Alan's store. The table shows the price, in dollars, of different numbers of shortcakes at the same store.ShortcakeNumber of Shortcake Price of Shortcake5 45 10 90 15 135 20 180 How many dollars more is the price of a shortcake than the price of a sweet bread at David's store? $4 $5 $9 $25 The ordered pair (a, b) gives the location of point P on the coordinate plane. The value of a is negative and the value of b is zero. Where could point P be located on the coordinate plane?Select one or more:Quadrant IQuadrant IIQuadrant IVQuadrant IIIx-axisy-axis FIND THE FOLLOWING USING THE GIVEN TRIANGLE...PLEASE HELP ME SUCK AT MATH...SOS!!! ASAP!!!! A laptop computer is purchased for $2250. After each year, the resale value decreases by 25%. What will the resale value be after 3 years?Use the calculator provided and round your answer to the nearest dollar. Find the cosine and sine of 180 degrees. Round your answers to the nearest hundredth if necessary. Disorders characterized by disturbances in emotion are known as ______ disorders. conversion somatoform mood dissociative What did those who fought at Gettysburg do that those who have gathered cannot? A video game sets the points needed to reach the next level based on the function g(x) = 12(2)x 1, where x is the current level. The hardest setting promises to multiply the points needed in each level according to the function h(x) = 3x. How many points will a player need on the hardest setting of level 6? Please help I don't get this!Solve V=whfor h. Estimate how long it would take one person to mow a football field using an ordinary home lawn mower. state your assumptions, such as the mower moves with a 1 km/hr speed, and has a 0.5 m width. the strip of wood 78 inches long has to be cut into pieces of 3 3/4 inches long how many pieces can be cut Steam Workshop Downloader