Discuss the validity of the following statement. If the statement is always​ true, explain why. If​ not, give a counterexample. If the odds for E equal the odds against​ E', then ​P(E)P(F)=P(E∩F)

Answers

Answer 1

Correction:

Because F is not present in the statement, instead of working on​P(E)P(F) = P(E∩F), I worked on

P(E∩E') = P(E)P(E').

Answer:

The case is not always true.

Step-by-step explanation:

Given that the odds for E equals the odds against E', then it is correct to say that the E and E' do not intersect.

And for any two mutually exclusive events, E and E',

P(E∩E') = 0

Suppose P(E) is not equal to zero, and P(E') is not equal to zero, then

P(E)P(E') cannot be equal to zero.

So

P(E)P(E') ≠ 0

This makes P(E∩E') different from P(E)P(E')

Therefore,

P(E∩E') ≠ P(E)P(E') in this case.


Related Questions

If the prism has 3 layers, what would the volume of the
prism be in cubic centimeters?
OA) 4 cubic centimeters
OB) 8 cubic centimeters
OC) 12 cubic centimeters
OD) 16 cubic centimeters

Answers

Answer:

OD) 16 cubic centimeters

Convert 16,000 feet per second into kilometers per hour. step by step​

Answers

16,000 ft/s = 17,556.48 km/h

9. Find the volume of x and y if, (3x,10)=(9,5y).​

Answers

Answer:

x=3 and y=2

Step-by-step explanation:

Comparing the oder pair, we have 3x=9 and 10=5y. x=3 and y=2

Please help! Thank you!
In the figure below, O is the center of the circle. Name a tangent of the circle.
A. AO
B. FG
C. AB
D. HK

Answers

Answer:

Its A

Step-by-step explanation:

The tangent of the given circle is FG hence the correct option will be an option (B).

What is a tangent of a circle?

The tangent of a circle is a line that intersects the circle at the periphery of the circle.

If you draw a line that goes through the center to the tangent touching point then it will give you a 90-degree angle.

Given the circle it's clear that the tangent is only FG hence it will be the correct option  

A circle can have an infinite number of tangents.

In other words, a straight line that only touches a circle twice is said to be tangent to it. The term point of intersection refers to this location

At the tangent line, the tangent to a circle is orthogonal to the radius.

For more information about the tangent of the circle

https://brainly.com/question/23265136

#SPJ2

Let $x=5$, $y=\frac{3}{4}$, and $z=-\frac{1}{7}$. What is $$\frac{xz}{y}?$$

Answers

Answer:

-20/21

Step-by-step explanation:

Given x = 5, y = 3/4 and z = -1/7, 2=we are to calculate [tex]\frac{xz}{y}[/tex]. Substituting the value of x, y and z into the expression will give;

[tex]= \frac{xz}{y}\\\\ \frac{5(-1/7)}{3/4} \\= \frac{-5/7}{3/4}\\\\= \frac{-5}{7} * \frac{4}{3}\\ \\ = \dfrac{-20}{21}\\[/tex]

Hence the value of the expression is -20/21

Match the provided functions to a graphed function with the same zero(s).

Answers

Answer:

1st:

[tex] {x}^{3} - 3 { x}^{2} - 3[/tex]

2nd:

[tex] {x}^{2} - 5x + 4[/tex]

3rd:

[tex] - 4x - 8[/tex]

Step-by-step explanation:

Graph all of them and see which ones cross the x- axis at the same points.

the ration of men to women in a certain factory is 3 to 4. there are 204 men. how many workers are there?

Answers

Answer:

476 workers

Step-by-step explanation:

Men: women : total

3          4           3+4 = 7

We want 204 men

204/3 =68

Multiply each by 68

Men: women : total

3*68    4*68      7*68

204        272      476

Answer:

There are 476 workers

Step-by-step explanation:

Can someone please help me with 1-10 please and thank you

Answers

Answer:

yes me me me me me ,,,,,,,,,,,,,,,,,,,, ....

quanto e 45x12 (500-450-550)

Answers

Answer:

see below

Step-by-step explanation:

the simple answer is -270000

a) Show that the equation 2 x + 3 cos x + e^x = 0 has a root on the
interval (-1,0)
b) Use the Bisection method to find the solution of 2 x + 3 cos x +
e^x = 0. accurate with in 10-3. On (-1,0). (Use four digits-Rounding)

Answers

a) The equation has a root in the interval (-1,0)

b) The solution of [tex]2x+3cos(x)+e^{x}=0[/tex] by using the Bisection Method is x=0.9977 accurate within [tex]10^{-3}[/tex]

a) The intermediate zero theorem (Bolzano's Theorem) tells us that whenever you have a continuous function in a given interval and the extremes of the functions on this interval have oposite signs, then there must be a zero in between those extreme values.

A formal definition of this theorem is written like this:

"If a function f on the closed interval [a,b] is a continuous function and it holds that f(a)>0 and f(b)<0 or f(a)<0 and f(b)>0, then there is at least one x-value such that f(x)=0"

So basically we need to evaluate the given equation for both extremes of the interval x=-1 and x=0, if they return results opposite in sign, then there must be a zero in that interval, so let's evaluate the function for x=-1:

[tex]2x+3cos(x)+e^{x}[/tex]

[tex]2(-1)+3cos(-1)+e^{-1}=-0.0112[/tex]

Let's now test for x=0

[tex]2x+3cos(x)+e^{x}[/tex]

[tex]2(0)+3cos(0)+e^{0}=4[/tex]

So notice we ended up with two values -0.0112 and 4. One is positive and the other is negative, therefore there must be a zero in that interval.

b) The zero is located at x=-0.9977

The idea of the bisection method is to find values for x in the middle of two x-values that return opposite sign answers when evaluated on the given function. So we can start with the extremes of the given interval:

x=-1 and x=0

so we find the value in the middle by using the following formula:

[tex]mid-value=\frac{x_{1}+x_{2}}{2}[/tex]

so we get:

[tex]mid-value=\frac{-1+0}{2}[/tex]

mid-value=-0.5

Next, we evaluate the given function for that value:

[tex]2(-0.5)+3cos(-0.5)+e^{-0.5}=2.2393[/tex]

Since we got a positive answer, we now find the midpoint between -0.5 and -1 (which was the last x-value that returned a negative answer) so we get:

[tex]mid-value=\frac{-1-0.5}{2}[/tex]

mid-value=-0.75

Next, we evaluate the given function for that value:

[tex]2(-0.75)+3cos(-0.75)+e^{-0.75}=1.1674[/tex]

and we repeat the process until que get to the desired accuracy. I uploaded a table that has the corresponding iterations and its answers. There were 14 iterations done until we got to the final answer x=-0.9977.

Learn more about the intermediate zero theorem here:

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

Equation for parabola that has points (-4,2) (0,2) (-2,3)

Answers

Step-by-step explanation:

What is the equation of the parabola that has a vertex at

(

4

,

2

)

and passes through point

(

7

,

34

)

?

To solve this you need to use the vertex form of the equation of a parabola which is

y

=

a

(

x

h

)

2

+

k

, where

(

h

,

k

)

are the coordinates of the vertex.

Explanation:

The first step is to define your variables

h

=

4

k

=

2

And we know one set of points on the graph, so

x

=

7

y

=

34

Next solve the formula for

a

y

=

a

(

x

h

)

2

+

k

34

=

a

(

7

+

4

)

2

+

2

34

=

a

(

3

)

2

+

2

34

=

9

a

+

2

36

=

9

a

4

=

a

To create a general formula for the parabola you would put in the values for

a

,

h

, and

k

and then simplify.

y

=

a

(

x

h

)

2

+

k

y

=

4

(

x

+

4

)

2

+

2

y

=

4

(

x

2

+

8

x

+

16

)

+

2

y

=

4

x

2

32

x

64

+

2

So the equation of a parabola that has a vertex at

(

4

,

2

)

and passes through point

(

7

,

34

)

is:

y

=

4

x

2

32

x

62

this person made an error. what is it, and what is the right answer?

Answers

Answer:

Base area (B) should not be added.

Step-by-step explanation:

Base area should not be added as cone is not solid. Only Lateral surface area is sufficient in order to find the required paper.

How to write this sum 24,6 in expanded notation

Answers

Answer:

2.46×10

Step-by-step explanation:

24.6

2.46 ×10

.....................

In 2014, the population of Ohio was 11.59 million people. One-hundred years earlier the population was 5.109 million people. Using scientific notation, how much did the population grow over the hundred-year span?

Answers

The answer is the population grew over the hundred-year span by [tex]6.481*(10)^6[/tex]

Given that in 2014, the population of people in Ohio = [tex]11.59[/tex] million

Also given that One-hundred years earlier of the year 1914, the population =  [tex]5.109[/tex] million people

One-hundred years earlier in the year 2014 = 2014 [tex]- 100[/tex] years

One-hundred years earlier in the year 2014 = Year 1914

The scientific notation of the year 2014 population is [tex]11.59*(10)^6[/tex]

The scientific notation of the year 1914 population is [tex]5.109*(10)^6[/tex]

How much did the population grow over the hundred-year span?

Growth of the population from 1914-2014 = [tex]11.59*(10)^6 - 5.109*(10)^6[/tex]

Growth of the population from 1914-2014 = [tex]6.481*(10)^6[/tex]

Conclusion: The population grew over the hundred-year span by [tex]6.481*(10)^6[/tex]

Learn more about scientific notation here https://brainly.com/question/1705769

the age of furaha is 1/2 of the age of her aunt if the sum of their ages is 54 years. find the age of her aunt

Answers

Answer:

I think it is twenty seven

8 less than one-fourteenth of some number, w

Answers

Answer:

The answer is 1/14w-8

find the h.c.f of 186,310,434​

Answers

186|2

93|3

31|31

1

310|2

155|5

31|31

1

434|2

217|7

31|31

1

[tex]186=2\cdot3\cdot31\\310=2\cdot5\cdot31\\434=2\cdot7\cdot31\\\\\text{hcf}(186,310,434)=2\cdot31=62[/tex]

1)186=2.3.31 2)310=2.5.31 3)437=2.7.31

If the legs of an isosceles right triangle have a length of 15 StartRoot 2 EndRoot ft, what is the length of the hypotenuse?

Answers

Answer:

30 ft

Step-by-step explanation:

a² + b² = c²

(15sqrt(2))² + (15sqrt(2))² = c²

225 * 2 + 225 * 2 = c²

c² = 900

c = sqrt(900)

c = 30

Answer: 30 ft

Answer:

30 ft

Step-by-step explanation:

a² + b² = c²

(15sqrt(2))² + (15sqrt(2))² = c²

225 * 2 + 225 * 2 = c²

c² = 900

c = sqrt(900)

c = 30

Answer: 30 ft

What is the domain of the set of ordered pairs?
(8, -13); ( 0,-5); (4, -9); (-3,2)

Answers

The domain is the input values, which are the x values.

The x values in the given pairs are: 8, 0,4,-3

The domain set is (-3, 0, 4, 8)

The required domain of the set of ordered pairs is [8, 0, 4, -3]

Given that,

Set of ordered pair; (8, -13); ( 0,-5); (4, -9); (-3,2).

We have to determine,

The domain of the set of ordered pair.

According to the question,

The domain refers to the set of possible input values.

The domain of a graph consists of all the input values shown on the x-axis.

A relation is a set of ordered pairs.

The domain is the set of all the first components of the ordered pairs.

Then,

Set of ordered pair; (8, -13); ( 0,-5); (4, -9); (-3,2).

Here, Set of all the input values on the x-axis.

Therefore,

The set of values of x is { 8,0,4,-3 }

Hence, The required domain of the set of ordered pairs is [8, 0, 4, -3]

To know more about Domain click the link given below.

https://brainly.com/question/19704059

The length of a rectangle is five times its width.
2
If the area of the rectangle is 180 in find its perimeter.

Answers

Answer:

72

Step-by-step explanation:

l = 5w

A = l*w

180 = 5w *w

180 = 5w^2

Divide each side by 5

180/5 = 5w^2 /5

36 = w^2

Taking the square root of each side

sqrt(36) = sqrt(w)^2

6 =w

l = 5w = 5*6 = 30

The perimeter is

P = 2(l+w)

P = 2(6+30) = 2(36) = 72

Consider the polynomial 2x5 + 4x3 - 3x8


Part A The polynomial in standard form is:



Part B: The degree of the polynomial is:



Part C: The number of terms in the polynomial is:



Part D: The leading term of the polynomials:



Part E: The leading coefficient of the polynomial is:

Answers

Answer:

Step-by-step explanation:

Considering the polynomial 2x⁵ + 4x³ - 3x⁸. The polynomial is not yet in standard form. For a polynomial to be in standard form, the power of the variables must decrease as we progress to the right of the expression.

A) The polynomial in standard form is therefore   - 3x⁸ + 2x⁵ + 4x³. We can see that the power are reducing as we move through each terms i.e from 8 to 5 then to 3.

B) The degree of a polynomial is the maximum degree among all the terms of the polynomial. The term that has the maximum degree is -3x⁸. Hence, the degree of the polynomial is 8

C) There are only 3 terms in the polynomial given. The terms are separated by mathematical signs. The terms if the polynomial are 2x⁵,  4x³ and - 3x⁸.

D) The leading term of the polynomial is the term that comes first after rewriting the polynomial in standard format. Given the standard from of the polynomial given as  -3x⁸ + 2x⁵ + 4x³, the leading term will be  - 3x⁸

E) Given the leading term to be  - 3x⁸, the leading coefficient of the polynomial will be the coefficient of the leading term. The coefficient of -3x⁸ is -3

g If the events A and B are independent with P( A) = 0.35 and P( B) = 0.45, then the probability that both events will occur simultaneously is:

Answers

Answer:

0.1575.

Step-by-step explanation:

Here, as they are independent, we multiply the probabilities:

P( A and B) = 0.35*0.45

= 0.1575.

The probability that both events will occur simultaneously is 0.1575.

Given that, the events A and B are independent with P( A) = 0.35 and P( B) = 0.45.

What is independent probability?

Two events are independent if the occurrence of one event does not affect the chances of the occurrence of the other event. The mathematical formulation of the independence of events A and B is the probability of the occurrence of both A and B being equal to the product of the probabilities of A and B (i.e., P(A and B).

Since, the events A and B are independent

We have P(A and B)

= P(A) × P(B)

= 0.35 × 0.45

= 0.1575

Hence, the probability that both events will occur simultaneously is 0.1575.

Learn more about the independent probability here:

https://brainly.com/question/27987662.

#SPJ5

Suppose X1, X2, . . . , Xn is a random sample from an exponential distribution with parameter ????. Assume that Xi’s are independence and the individual pdf is given by: ????(x, ????) = ????????. Find the Maximum likelihood estimator of this function

Answers

Step-by-step explanation:

whaatttttttttttttttt

9 hundred thousands = how many
ten thousands

Answers

Answer:

90 is the answer:)

Step-by-step explanation:

I hope it helps you. Have a marvellous day!

Answer:

90 is the answer

Step-by-step explanation:

NO LINKS OR ANSWERING QUESTIONS YOU DON'T KNOW!!! PLEASE explain thoroughly. Chapter 16

1. What is De Movire's Theorem and what plane is it related to?

2. What information do you need to be able to graph a parametric equation?

3. What is the relationship between rectangle coordinates and polar coordinates?

Answers

9514 1404 393

Answer:

complex plane; (cos(θ)+i·sin(θ))^n = cos(nθ) +i·sin(nθ)relationship between parameter and coordinatesbasically: (x, y) = (r·cos(θ), r·sin(θ)); can be solved for r, θ

Step-by-step explanation:

1. de Moivre's theorem (or identity) states that ...

  [tex](\cos(\theta)+i\sin(\theta))^n=\cos(n\theta)+i\sin(n\theta)[/tex]

It is a statement about powers of complex numbers, so is related to the complex plane.

__

2. To graph a parametric equation, you need to know the relationship between the parameter and the coordinates you want to graph.

__

3. Here are the relationships:

  (x, y) = (r·cos(θ), r·sin(θ))

  (r, θ) = (√(x² +y²), arctan(y/x)) . . . with attention to quadrant

(-72)(-15)= explain

Answers

1080 is the answer
Multiplying two negatives equals a positive.
72 multiplied by 15 is 1080.

Find the equation of the para bola that has zeros of x = -2 and x = 3 and a y-intercept of (0,-30)

Answers

Answer:

y = 5x^2-5x-30

Step-by-step explanation:

A parabola with x-intercepts at (-2,0) and (3,0) has the equation

y = a(x+2)(x-3)

where a is to be determined.

We know that it passes through the point (0,-30), so

-30 = a(0+2)(0-3) = -6a

Therefore solve for a to get

a = 5

y = 5(x+2)(x-3)

y = 5(x^2-x+6)

y = 5x^2-5x-30

8. (01.02)
Given that f(x) = x2 + 2x + 3 and g(x)
X+4.
3
solve for f(g(x)) when x = 2.
2
5
11
33

Answers

Answer:

51.

Step-by-step explanation:

f(x) = x^2 + 2x + 3 and g(x) = x + 4.

f(g(x)) = (x + 4)^2 + 2(x + 4) + 3

= x^2 + 4x + 4x + 16 + 2x + 8 + 3

= x^2 + 8x + 16 + 2x + 11

= x^2 + 10x + 27.

x = 2.

f(g(2)) = 2^2 + 10 * 2 + 27

= 4 + 20 + 27

= 31 + 20

= 51.

Hope this helps!

The answer to this question is 51.

If the sample size is increased and the standard deviation and confidence level stay the same, then the margin of error will also be increased.

a. True
b. False

Answers

False!

The answer is: False.

Whomever stated the answer is "true" is wrong.

How would the margin of error change if the sample size increased from 200 to 400 students? Assume that the proportion of students who say yes does not change significantly.

Answers

Answer:

(MOE) the Margin of Error will decrease by the square root of 2

Step-by-step explanation:

The Margin of Error (MOE) is an inverse function of sample size n ( more precisely of the square root of sample size ). That relation means changes in sample size ( keeping constant other variables of the distribution) will imply opposite changes in the Margin of Error. If we double the sample size increasing it from 200 up to 400,  the Margin of Error will decrease by the square root of 2

Other Questions
The manager of the video department at a department store plans to purchase a large number of DVDs of a recent movie. One supplier is selling boxes of 20 DVD movies for $240, and a second supplier is selling boxes of 14 DVD movies for $170. Only complete boxes of DVD movies can be purchased. Complete part a) and b) below. a) a) If the manager can purchase boxes of DVD movies from either or both suppliers, determine the maximum number of DVD movies that can be purchased for $415. Indicate how many boxes of 20 and how many boxes of 14 will be purchased. box(es) of 20 and box(es) of 14 b) How much will the DVD movies cost? They will cost $ 2. ? () ? . () . ! Which of the following factors does NOT contribute to Turkey's economy?Question 1 options:textileshydroelectric poweroilmanufacturing Find the coordinates of the image of G(3,9) after the translation (x,y)(x+10,y7) . (13, 2) (13, 16) (7, 16) (7, 2) Find the value of x. Will give brainliest!!Rewrite each sentence using correct punctuation, end punctuation, and adding quotation marks where needed.1. aunt sally, did you ever play piano asked SusieI think you play beautifullywill you teach me to play like you2. tim asked do you have my toolsi left a hammer a screwdriver nails and screws to build the picture frameif i can't find them i will have to borrow tools from mr green3. when will we get to visit disney world asked stanlast year we went to the Jacksonville zoo where we saw lions tigers and bears4. grandpa said thank you, jenny, for your gift.i have never received any gift that i like so muchi will think of you jenny when I use it5. my sister said, janet borrowed all my fine jewelry for her partydo you know when she will return from shopping so that i can get it back A teacher is experimenting with a new computer-based instruction and conducts a study to test its effectiveness. In which situation could the teacher use a hypothesis test for matched pairs?The teacher gives each student in the class a pretest. Then she teaches a lesson using a computer program. Afterwards, she gives each student a post-test. The teacher wants to see if the difference in scores will show an improvement.The teacher randomly divides the class into two groups. One of the groups receives computer-based instruction. The other group receives traditional instruction without computers. After instruction, each student takes a test and the teacher wants to compare the performance of the two groups.The teacher uses a combination of traditional methods and computer-based instruction. She asks students which they liked better. She wants to determine if the majority prefer the computer-based instruction. Multiply (7)(2)(2). a28 b14 c28 d14 NEED IN 10 MIN. WILL GIVE BRAINLEST Solve the triangle. B = 36, a = 41, c = 17 A car covers a distace of 20km in 20 seconds. Calculate its speed in km/h m/s. The master budget of Sheffield Corp. shows that the planned activity level for next year is expected to be 50000 machine hours. At this level of activity, the following manufacturing overhead costs are expected: Indirect labor$730000 Machine supplies200000 Indirect materials220000 Depreciation on factory building120000 Total manufacturing overhead $1270000 A flexible budget for a level of activity of 60000 machine hours would show total manufacturing overhead costs of 60 POINTS!! I NEED HELP ASAP PLEASE!!!! ILL GIVE 5 STAR+BRAINLIEST!! SOMEBODY HAVE THE ANSWERS TO THIS ENTIRE CHART??(it is edmentum) In this task, you will further explore some of the issues you learned about in the unit. You will also research the UN agencies that work on resolving these issues. Complete the table with the following information for each global issue: Write a description of the issue in your own words. These issues were covered in the unit, but you may need to research them for further clarity. Identify the UN agencies that are involved in resolving each issue. To research the agencies, consult this list of UN agencies. Keep in mind that more than one UN agency may be assigned to deal with some problems. The issue of population is addressed in the first row of the table as an example. The triangular trade benefited the southern colonies by Jack is building a square garden. Each side length measures 777 meters. Jack multiplies 7\times7777, times, 7 to find the amount of space in his garden is equal to 494949 square meters. Which measurement does 494949 square meters represent? Little Tots Gym has a required rate of return of 13%. The gym is considering the purchase of $12,500 of new equipment. The internal rate of return on the project has been calculated to be 11%. This project:________ Barry has been watching the geese that live in his neighborhood. The number of geese changes each week. n f(n) 1 56 2 28 3 14 4 7 Which function best shows the relationship between n and f(n)? f(n) = 28(0.5)n f(n) = 56(0.5)n1 f(n) = 56(0.5)n f(n) = 112(0.5)n1 Match the vocabulary word to its correct definition.1.complex conjugatethe sum of a real number and an imaginary number: a + bi, where a is a real number and b is the imaginary part2.complex numberthe part of a complex that is multiplied by i; so, the imaginary part of the complex number a + bi is b; the imaginary part of a complex number is a real number3.ithe part of a complex that is not multiplied by i. So, the real part of the complex number a + bi is a; the real part of a complex number is a real number4.imaginary numbera number defined with the property that 12 = -1, so that5.imaginary part of a complex numberthe inverse of a complex number a + bi is a complex number c + di such that the product of these two numbers equals 16.multiplicative inverseany nonzero multiple of i; this is the same as the square root of any negative real number7.real part of a complex numberthe conjugate of a complex number has the opposite imaginary part. So, the conjugate of a + bi is a - bi. Likewise, the conjugate of a - bi is a + bi. So, complex conjugates always occur in pairs A newborn that is SGA would be at risk for which of the following complications?I. DiabetesII. ObesityIII. Shoulder DystociaIV. Heart Disease 1+3^225 order of operations Graph the line 2x + 3y = 12