A six-sided die is rolled ten times. What is the probability that the die will show an even number at most eight times?

Answers

Answer 1

P(even)=1/2. P(odd)=1/2. Let x= number of even in ten rolls

P(x<=8) = 1-P(x>=9) = 1-[C(10,9)(1/2)^9 *(1/2)^1 + C(10,10)(1/2)*(1/2)^0]

=1-[C(10,9)(1/2)^10 +C(10,10)(1/2)^10]

=1-(1/2)^10[10+1

=1–11/1024

=1013/1024


Related Questions

[infinity]
Substitute y(x)= Σ 2 anx^n and the Maclaurin series for 6 sin3x into y' - 2xy = 6 sin 3x and equate the coefficients of like powers of x on both sides of the equation to n= 0. Find the first four nonzero terms in a power series expansion about x = 0 of a general
n=0
solution to the differential equation.

У(Ñ)= ___________

Answers

Recall that

[tex]\sin(x)=\displaystyle\sum_{n=0}^\infty(-1)^n\frac{x^{2n+1}}{(2n+1)!}[/tex]

Differentiating the power series series for y(x) gives the series for y'(x) :

[tex]y(x)=\displaystyle\sum_{n=0}^\infty a_nx^n \implies y'(x)=\sum_{n=1}^\infty na_nx^{n-1}=\sum_{n=0}^\infty (n+1)a_{n+1}x^n[/tex]

Now, replace everything in the DE with the corresponding power series:

[tex]y'-2xy = 6\sin(3x) \implies[/tex]

[tex]\displaystyle\sum_{n=0}^\infty (n+1)a_{n+1}x^n - 2\sum_{n=0}^\infty a_nx^{n+1} = 6\sum_{n=0}^\infty(-1)^n\frac{(3x)^{2n+1}}{(2n+1)!}[/tex]

The series on the right side has no even-degree terms, so if we split up the even- and odd-indexed terms on the left side, the even-indexed [tex](n=2k)[/tex] series should vanish and only the odd-indexed [tex](n=2k+1)[/tex] terms would remain.

Split up both series on the left into even- and odd-indexed series:

[tex]y'(x) = \displaystyle \sum_{k=0}^\infty (2k+1)a_{2k+1}x^{2k} + \sum_{k=0}^\infty (2k+2)a_{2k+2}x^{2k+1}[/tex]

[tex]-2xy(x) = \displaystyle -2\left(\sum_{k=0}^\infty a_{2k}x^{2k+1} + \sum_{k=0}^\infty a_{2k+1}x^{2k+2}\right)[/tex]

Next, we want to condense the even and odd series:

• Even:

[tex]\displaystyle \sum_{k=0}^\infty (2k+1)a_{2k+1}x^{2k} - 2 \sum_{k=0}^\infty a_{2k+1}x^{2k+2}[/tex]

[tex]=\displaystyle \sum_{k=0}^\infty (2k+1)a_{2k+1}x^{2k} - 2 \sum_{k=0}^\infty a_{2k+1}x^{2(k+1)}[/tex]

[tex]=\displaystyle a_1 + \sum_{k=1}^\infty (2k+1)a_{2k+1}x^{2k} - 2 \sum_{k=0}^\infty a_{2k+1}x^{2(k+1)}[/tex]

[tex]=\displaystyle a_1 + \sum_{k=1}^\infty (2k+1)a_{2k+1}x^{2k} - 2 \sum_{k=1}^\infty a_{2(k-1)+1}x^{2k}[/tex]

[tex]=\displaystyle a_1 + \sum_{k=1}^\infty (2k+1)a_{2k+1}x^{2k} - 2 \sum_{k=1}^\infty a_{2k-1}x^{2k}[/tex]

[tex]=\displaystyle a_1 + \sum_{k=1}^\infty \bigg((2k+1)a_{2k+1} - 2a_{2k-1}\bigg)x^{2k}[/tex]

• Odd:

[tex]\displaystyle \sum_{k=0}^\infty 2(k+1)a_{2(k+1)}x^{2k+1} - 2\sum_{k=0}^\infty a_{2k}x^{2k+1}[/tex]

[tex]=\displaystyle \sum_{k=0}^\infty \bigg(2(k+1)a_{2(k+1)}-2a_{2k}\bigg)x^{2k+1}[/tex]

[tex]=\displaystyle \sum_{k=0}^\infty \bigg(2(k+1)a_{2k+2}-2a_{2k}\bigg)x^{2k+1}[/tex]

Notice that the right side of the DE is odd, so there is no 0-degree term, i.e. no constant term, so it follows that [tex]a_1=0[/tex].

The even series vanishes, so that

[tex](2k+1)a_{2k+1} - 2a_{2k-1} = 0[/tex]

for all integers k ≥ 1. But since [tex]a_1=0[/tex], we find

[tex]k=1 \implies 3a_3 - 2a_1 = 0 \implies a_3 = 0[/tex]

[tex]k=2 \implies 5a_5 - 2a_3 = 0 \implies a_5 = 0[/tex]

and so on, which means the odd-indexed coefficients all vanish, [tex]a_{2k+1}=0[/tex].

This leaves us with the odd series,

[tex]\displaystyle \sum_{k=0}^\infty \bigg(2(k+1)a_{2k+2}-2a_{2k}\bigg)x^{2k+1} = 6\sum_{k=0}^\infty (-1)^k \frac{x^{2k+1}}{(2k+1)!}[/tex]

[tex]\implies 2(k+1)a_{2k+2} - 2a_{2k} = \dfrac{6(-1)^k}{(2k+1)!}[/tex]

We have

[tex]k=0 \implies 2a_2 - 2a_0 = 6[/tex]

[tex]k=1 \implies 4a_4-2a_2 = -1[/tex]

[tex]k=2 \implies 6a_6-2a_4 = \dfrac1{20}[/tex]

[tex]k=3 \implies 8a_8-2a_6 = -\dfrac1{840}[/tex]

So long as you're given an initial condition [tex]y(0)\neq0[/tex] (which corresponds to [tex]a_0[/tex]), you will have a non-zero series solution. Let [tex]a=a_0[/tex] with [tex]a_0\neq0[/tex]. Then

[tex]2a_2-2a_0=6 \implies a_2 = a+3[/tex]

[tex]4a_4-2a_2=-1 \implies a_4 = \dfrac{2a+5}4[/tex]

[tex]6a_6-2a_4=\dfrac1{20} \implies a_6 = \dfrac{20a+51}{120}[/tex]

and so the first four terms of series solution to the DE would be

[tex]\boxed{a + (a+3)x^2 + \dfrac{2a+5}4x^4 + \dfrac{20a+51}{120}x^6}[/tex]

suppose that 16% of crimes of this type end up in a criminal charge. this district has a false conviction rate of 5% (meaning the subject was charged but did not commit the crime) and fail to charge at a rate of 10% (meaning the person committed the crime but was not charged). if a randomly chosen suspect is charged, what is the chance that the suspect actually committed the crime

Answers

Answer:

0.9 = 90% probability that the suspect actually committed the crime.

Step-by-step explanation:

Conditional Probability

We use the conditional probability formula to solve this question. It is

[tex]P(B|A) = \frac{P(A \cap B)}{P(A)}[/tex]

In which

P(B|A) is the probability of event B happening, given that A happened.

[tex]P(A \cap B)[/tex] is the probability of both A and B happening.

P(A) is the probability of A happening.

In this question:

Event A: Charged

Event B: Committed the crime.

16% of crimes of this type end up in a criminal charge.

This means that [tex]P(A) = 0.16[/tex]

Probability of being charged and committing the crime:

90% of 16%, so:

[tex]P(A \cap B) = 0.9*0.16[/tex]

What is the chance that the suspect actually committed the crime?

[tex]P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.9*0.16}{0.16} = 0.9[/tex]

0.9 = 90% probability that the suspect actually committed the crime.


I need help answering this ASAP

Answers

Answer:

x greater than and equal to -7

Step-by-step explanation:

Parabola touches at -7 and is going straight towards all positive integers

Therefore the domain is all numbers greater than or equal to -7

If f(x)=x-2 and g(x)=2x-6, then g(4)/f(3)

Answers

Answer:

2

Step-by-step explanation:

g(x) = 2x - 6

g(4) = 2*4 - 6

g(4) = 2

f(x) = x - 2

f(3) = 3 - 2

f(3) = 1

Thus g (4) / f (3) = 2 / 1 = 2

The value of the function g (4) / f (3) is 2.

What is a function?

Function is a type of relation, or rule, that maps one input to specific single output.

We are given the function as;

f(x)=x-2 and g(x)=2x-6, then we need to find g(4)/f(3)

Therefore, g(x) = 2x - 6

g(4) = 2*4 - 6

g(4) = 2

Similalry,

f(x) = x - 2

f(3) = 3 - 2

f(3) = 1

Thus we have the value of function as

g (4) / f (3) = 2 / 1

g (4) / f (3) = 2

Learn more about function here:

https://brainly.com/question/2253924

#SPJ2

I really need the help please and thank you

Answers

Answer:

B.  [tex]f^{-1}(x)=\frac{x-4}{5}[/tex]

Step-by-step explanation:

To find the inverse of a function/equation:

Replace f(x) with y: y=5x+4 Switch x and y: x=5y+4 Solve for y: x-4=5y   ->    [tex]y=\frac{x-4}{5}[/tex]Write in standard inverse notation: [tex]f^{-1}(x)=\frac{x-4}{5}[/tex]

I hope this helps!!

gl!

There are10 members on a board of directors. If they must elect a chairperson, a secretary, and a treasurer, howmany different slates of candidates are possible

Answers

Answer:

The answer is "720"

Step-by-step explanation:

The amount of different slates candidates:

[tex]n=\frac{N!}{(N-k)!}\\\\[/tex]

   [tex]=\frac{10!}{(10-3)!}\\\\=\frac{10!}{7!}\\\\=\frac{10\times 9 \times 8 \times 7! }{7!}\\\\=10\times 9 \times 8\\\\=90\times 8\\\\=720[/tex]

What dimensions would you need to calculate the volume of a basketball?
radius and height
length, width and slant height
radius
length, width, and height

Answers

Answer:

Radius on it's own is enough

Step-by-step explanation:

you could get the radius from the other informations, but after all you will calculate the volume with it and not the otheds, so just take radius. a sphere is, in terms of information, the simplest 3D-body to describe, like with a circle in 2D

The dimensions would you need to calculate the volume of a basketball is Radius on its own is enough

We have given that,

radius and height

length, width, and slant height

radius

length, width, and height

We have to determine the dimensions would you need to calculate the volume of a basketball.

What is the dimension?

Dimensions in mathematics are the measure of the size or distance of an object or region or space in one direction.

you could get the radius from the other information, but after all, you will calculate the volume with it and not the others, so just take the radius.

A sphere is, in terms of information, the simplest 3D body to describe, like a circle in 2D.

To learn more about the dimension visit:

https://brainly.com/question/26740257

#SPJ2

PLease Help! I will give you the brainiest and a lot of points

A survey of 104 college students was taken to determine the musical styles they liked. Of​ those, 22 students listened to​ rock, 23 to​ classical, and 24 to jazz.​ Also, 10 students listened to rock and​ jazz, 8 to rock and​ classical, and 8 to classical and jazz.​ Finally, 6 students listened to all three musical styles. Construct a Venn diagram and determine the cardinality for each region. Use the completed Venn Diagram to answer the following questions.

a. How many listened to only rock​ music?
n​(only ​rock)

b. How many listened to classical and​ jazz, but not​ rock?
n​(classical and​ jazz, not ​rock)

c. How many listened to classical or​ jazz, but not​ rock?
n​(classical or​ jazz, not ​rock)

d. How many listened to music in exactly one of the musical​ styles?
n​(exactly one ​style)

e. How many listened to music in exactly two of the musical​ styles?
n​(exactly two ​styles)

f. How many did not listen to any of the musical​ styles?
n​(none)

Answers

Answer:

A. 22

B. 8

C. 23 + 24

D. 22 + 23 + 24

E. 8 + 8 + 10

F. 104 - (sum of all the given numbers) = 3

Two angles of a triangle have the same measure and the third one is 48 degrees greater than the measure of each of the other two. Find the measure of the LARGEST angle in the triangle.

Answers

Let the two equal angles each be x

Let the third angle be x + 48

Then ATQ

x + x + x + 48 = 180

3x + 48 = 180

3x = 180 - 48 (Angle Sum Property)

3x = 132

x = 132/3

x = 44

Now the two angles are each 44

And the largest angle = 44 + 48

= 92

Answered by Gauthmath must click thanks and mark brainliest

Largest angle in the triangle is [tex]92^{0}[/tex]

What is triangle?

"A triangle is a polygon with three edges and three vertices. It is one of the basic shapes in geometry."

What is angle sum property?

"Angle sum property of triangle states that the sum of interior angles of a triangle is 180°."

Let us assume the two equal angles be '[tex]x[/tex]'

According to the question,

Two equal angles = [tex]x[/tex]

Third angle = [tex]x+48^{0}[/tex]

We know the angle sum property

[tex]x+x+x+48^{0} =180^{0}[/tex]

⇒[tex]3x+48^{0}=180^{0}[/tex]

⇒[tex]3x=180^{0}-48^{0}[/tex]

⇒[tex]x=\frac{132^{0} }{3}[/tex]

⇒[tex]x=44^{0}[/tex]

Two equal angles  [tex]x[/tex] = [tex]44^{0}[/tex]

Largest Angle = [tex]44^{0} +48^{0}[/tex]

∴  Largest Angle = [tex]92^{0}[/tex]

Hence, Largest Angle = [tex]92^{0}[/tex]

Learn more about triangle and angle sum property here

https://brainly.com/question/3772264

https://brainly.com/question/4316040

#SPJ2

How many permutations of letter of the word APPLE are there?​

Answers

Answer:

There are 60 permutations.

Step-by-step explanation:

Arrangements formula:

The number of possible arrangements of n elements is given by:

[tex]A_n = n![/tex]

With repetition:

For each element that repeats, with [tex]n_1, n_2, ..., n_n[/tex] times, the formula is:

[tex]A_n^{n_1,n_2,...,n_n} = \frac{n!}{n_1!n_2!...n_n}[/tex]

In this question:

Apple has 5 letters.

P appears two times. So

[tex]A _5^{2} = \frac{5!}{2!} = 60[/tex]

There are 60 permutations.

The firm had 15 billion VND of earnings before interest and tax (EBIT), corporate tax is 20%. The market price of stock is 60.000đ. Knowing that net income will be held 40% before using it for dividend. How much of the net income can be divided for shareholders?

Answers

Answer:

was assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

1. In the game of baseball, which is rather boring, the batter stands on home base (Hughes 1).

2. Baseball is rather surprisingly known as "America's Favorite Pastime."

3. Baseball is "a rather boring sport played between two teams of nine players" (Hughes 1).

4. All of these are plagiarism.

The answer tells that only the third choice is NOT a plagiarism. My question is, why is the first choice a plagiarismwas assigned with this problem (the reference text is attached):

Which of the following, if included in a student's paper, would NOT be an example of plagiarism?

A 2-column table has 2 rows. The first column is labeled x with entries negative 2, negative 1, 0, 1, 2. The second column is labeled f (x) with entries 8, 2, 0.5, 0.125, 0.03125.
Use the table of values to write the exponential function.

Answers

Answer:

0.5

0.25

Step-by-step explanation:

The equation for the exponential function is f(x) = 0.5(0.25)ˣ after applying the concept of the function.

What is an exponential function?

It is defined as a function that rapidly increases and the value of the exponential function is always positive. It denotes with exponent y = aˣ

where a is a constant and a>1

It is given that:

A 2-column table has 2 rows. The first column is labeled x with entries negative 2, negative 1, 0, 1, 2. The second column is labeled f (x) with entries 8, 2, 0.5, 0.125, and 0.03125.

x     f(x)

-2     8

-1      2

0      0.5

1       0.125

2       0.03125

Let the function is:

f(x) = a(b)ˣ

Plug x = 0 and f(x) = 0.5

0.5 = a

Plug x = -1 and f(x) = 2

2 = 0.5(1/b)

b = 0.5/2 = 0.25

f(x) = 0.5(0.25)ˣ

Thus, the equation for the exponential function is f(x) = 0.5(0.25)ˣ after applying the concept of the function.

Learn more about the exponential function here:

brainly.com/question/11487261

#SPJ2

Please help
What are the roots (zeros) of the polynomial f(x)=x^3+3x^2-9x+15

Answers

9514 1404 393

Answer:

  {-5.2555, 1.1278 ± 1.2579i}

Step-by-step explanation:

Descarte's rule of signs tells you there are 0 or 2 positive real roots and 1 negative real root. A graph shows you the negative roots is irrational, and the positive roots are complex.

There are formulas for solving equations of this sort. The method you use will depend on whether you need an exact result or just a numerical approximation. Exact results can be obtained in terms of radicals or in terms of trig functions.

The first attachment is from a freely available solver. It gives 4 decimal places, which is sufficient for many purposes.

The second attachment is the graph, along with the quadratic that results from dividing f(x) by the factor that gives the real root. While the values shown on the graph are to 3 decimal places, the calculator can be used to find them to greater precision. (We have used Newton's Method iteration to find the real root to 12 significant figures.)

In the picture below, which lines are lines of symmetry for the figure?
A. only 3
B. 1 and 3
C. 1, 2, and 3
D. none

Answers

Based on the lines drawn on the given picture, the number of lines of symmetry are D. none.

What are lines of symmetry?

Lines of symmetry are those that divide a shape such that each side can be said to be a reflection of the other.

In the above image, there are no lines of symmetry because when any of the lines given divides the shape, either side would not be identical.

Find out more on lines of symmetry at https://brainly.com/question/23974310.

#SPJ1

The posted weight limit for a wooden
bridge is 6,500 pounds. A delivery truck
is loaded with identical boxes of canned
goods that weigh 16 pounds each. If the
combined weight of the empty delivery
truck and the driver is 3,512 pounds,
what is the maximum number of boxes
that would keep the combined weight of
the truck, driver, and boxes below the
posted weight limit?

Answers

9514 1404 393

Answer:

  186

Step-by-step explanation:

Let b represent the number of boxes in the truck. Then for the weight limit to be met, we require ...

  3512 +16b < 6500

  16b < 2988

  b < 186.75

The maximum number of boxes is 186.

What is the value of z for the equation fraction 1 over 3z = −fraction 5 over 6 + fraction 1 over 6z?

5
2
−2
−5

Answers

9514 1404 393

Answer:

  -1/5

Step-by-step explanation:

  [tex]\dfrac{1}{3z}=-\dfrac{5}{6}+\dfrac{1}{6z}\qquad\text{given}\\\\2=-5z+1\qquad\text{multiply by $6z$}\\\\1=-5z\qquad\text{subtract 1}\\\\\boxed{-\dfrac{1}{5}=z}\qquad\text{divide by $-5$}[/tex]

What's the value of n if 13+19= n+25

Answers

32=n +25n= 32-25 = 7

.

.

..

.

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

Answer:

[tex]13+19=n+25[/tex]

[tex]n+25=13+19[/tex]

Add 13+19= 32

[tex]n+25=32[/tex]

Now Subtract 25 from both sides

[tex]n+25-25=32-25[/tex]

[tex]n=7[/tex]

OAmalOHopeO

What type of line is PQ?
A. angle bisector
B. median
C. altitude
D. side bisector

Answers

Answer:

D

Step-by-step explanation:

RS is a side.

RQ = QS  They are both equal to seven.

That means that the answer is A or D

Since the word side is in D, it must be the answer.

g Two different factories named A and B both produce an automobile part. If a part came from A, the probability that the part is defective is .04. If the part came from B, the probability that it is defective is .05. In a sample of 180 parts, 100 came from A and 80 came from B. (a) What is the probability that a part chosen at random (from the sample) was defective

Answers

Answer:

0.0444 = 4.44% probability that a part chosen at random (from the sample) was defective.

Step-by-step explanation:

Probability of a defective part:

0.04 of [tex]\frac{100}{180}[/tex], that is, coming from A.

0.05 of [tex]\frac{80}{180}[/tex], that is, coming from B. So

[tex]p = 0.04\frac{100}{180} + 0.05\frac{80}{180} = \frac{0.04*100 + 0.05*80}{180} = 0.0444[/tex]

0.0444 = 4.44% probability that a part chosen at random (from the sample) was defective.

If X²+1=2x then what the value of x²?

Answers

Answer:

x² = 2x - 1

Step-by-step explanation:

x² + 1 = 2x

→ Minus 1 from both sides

x² = 2x - 1

x^2 + 1 = 2x

x^2 = 2x - 1

Also value of x = Root(2x -1)

Answered by Gauthmath must click thanks and mark brainliest

A local school board member randomly sampled private and public high school teachers in his district to compare the proportions of National Board Certified (NBC) teachers in the faculty. The results were:

Answers

Answer:

0.025 ;

(-0.7198 ; 0.7698)

Step-by-step explanation:

From the table :

_____________ private schls ___ public schls

Sample size, n _____ 80 __________ 520

P, NBC teachers ___ 0.175 ________ 0.150

P1 = P of  private school teachers

P2 = P of public school teachers

Difference in proportion :

P1 - P12 = 0.175 - 0.150.= 0.025

The 90% confidence interval for 2 - sample proportion :

C.I = (p1-p2) ± [Zcritical * √(p1(1-p1)/n1 + (p2(1-p2)/n2)]

Zcritical at 90% = 1.645

C.I = 0.025 ± [1.645 * √((0.175*0.825)/80 + (0.150*0.850)/520)]

C.I = 0.025 ± [1.645 * √(0.0018046875 + 0.0002451)]

C.I = 0.025 ± 1.645 * 0.0452755

C.I = 0.025 ± 0.07448

C.I = (-0.7198 ; 0.7698)

PLEASE HELPP ASAP!!
5.(06.02 MC)
Line BC contains points B (4, -5) and C (3, 2). Line DE contains points D (2,0) and E (9, 1). Lines BC and DE are (1 point)
parallel
perpendicular
neither

Answers

Answer:

Answer: Option A.

Step-by-step explanation:

Hey there!

Given; The Line BC contains points B (4, -5) and C (3, 2).

And the Line DE contains points D (2,0) and E (9, 1)

Note: Use double point formula for finding the equation and then find slopes of both then put the condition for perpendicular lines and parallel lines.

From line BC;

The points are B (4, -5) and C (3, 2).

Using double point formula;

[tex](y - y1) = \frac{y2 - y1}{x2 - x1}(x - x1) [/tex]

Keep all the value;

[tex](y + 5) = \frac{2 + 5}{3 - 4} (x - 4)[/tex]

Simplify it;

[tex]y + 5 = - 7x + 28[/tex]

Therefore, the equation is y = -7x+23........(I)And slope(m1) is -7 {comparing the equation (I) with y=Mx+c}

Again;

The points D (2,0) and E (9, 1)

Using double point formula;

[tex](y - y1) = \frac{y2 - y1}{x2 - x1} (x - x1)[/tex]

Keep all values;

[tex](y - 0) = \frac{9 - 2}{1 - 2} (x - 2)[/tex]

[tex]y = - 7x + 14[/tex]

Therefore, the equation is y = -7x+14......(ii)And the slope (m2) is -7. {comparing the equation (ii) with y= mx+c}

Check:

For parallel lines:

m1= m2

-7 = -7 (true)

Therefore, the lines are parallel.

Hope it helps!

In the statements below, V is a vector space. Mark each statement true or false. Justily each answer a. The set R is a two-dimensional subspace of R3.Choose the correct answer below O A. False, because R2 is not closed under vector addition. O B. True, because R2 is a plane in R3 Ос. False, because the set R2 is not even a subset of R3 OD. True, because every vector in R2 can be represented by a linear combination of vectors inR3 b. The number of variables in the equation Ax 0 equa's the dimension of Nul A. Choose the correct answer below O A. False, because the number of free variables is equal to the dimension of Nul A. O B. True, because the number of variables in the equation Ax 0 equals O C. True, because the dimension of Nul A equals the largest any solution to O D. False, because the number of plvot columns is equal to the dimension of Nud A. c. A vector space the number of columns in A and the number of columns in A equa's the dimension of Nul A. number of Os in any solution to the equation Ax -b, and the equation Ax- 0 always has the trivial solution, so the number of variables is infinite-dimensional if it is spanned by an infinite set Choose the correct answer below O A. True, because the dimension of a vector space is equal to the number of elements in a set that spans O B. Faise, because a basis for the vector space may O C. True, because the dimension of a vector space number of O D. Faise, because all vector spaces are finite-dimensional. d. If dim Van and it S spans V, then S is a basis of V. Choose the correct answer below. the vector space. have only finitely many elements, which would make the vector space finite-dimensional is the number of vectors in a basis for that vector space, and a vector space spanned by an infinite set has a basis with an infinite number of vect O A. False, because the set S must have less than n elements O B. True, because if a vector space is finite-dimensional, then a set that spans t is a basis of the vector space O C. False, in order for S to be a basis, it must also have n elements O D. True, because if a set spans a vector space, regardiess of the dimension of the vector space, then that setis a basis of the vector spaoe e. The only three-dimensional subspace of R3 is R3 itself. Choose the correct answer below Faise, because False, because any subspaces of R3 which contain three-element vectors are three-dimensional, but most of these most three-dimensional subspaces of R3 are spanned by a linearly dependent set of tree vectors, but R can only be sparned by thre Inearly independent vectors subspaces do not contain all of R
D. True, because any three linearly dependent vectors in R3 span all of R3, so there is no three-dmensional subspace of R' that is not R

Answers

Answer:

A. False

B. True

C. False

D. True

Step-by-step explanation:

Only three dimensional subspace for R3 is R3 itself. In a 3 d subspace there are 3 basis vectors which are all linearly independent vectors. Dimension of a vector is number of subspace in that vector. Finite set can generate infinite dimension vector space.

The two countries with the highest cocoa production are the
Ivory Coast and Ghana. The Ivory Coast produces three times the amount of cocoa
produced in Ghana. (Source: International Cocoa Organization) Express the
amount of cocoa produced in the Ivory Coast in terms of the amount of cocoa produced in Ghana.

Answers

Answer:

38 percent of the Cocoa is produced in the ivory coast, with thousands being produced in Ghana, so Ghana is the main production rate of the cocoa, with the ivory coast producing less than half.

Step-by-step explanation:

Which figure is the pre-image? Which figure is the image after the first transformation? Which figure is the image after the second transformation?

Answers

Answer:

I believe the red one is the first image then the blue then the green because they show the prime sign

Step-by-step explanation:

Suppose that we ask n randomly selected people whether they share your birthday. (a) Give an expression in terms of n for the probability that no one shares your birthday (ignore leap years). $$ Correct: Your answer is correct. (b) What is the least number of people we need to select so that the probability is at least 0.8 that at least one person shares your birthday

Answers

Using the binomial distribution, it is found that:

a) The expression is [tex]\left(\frac{364}{365}\right)^{n}[/tex]

b) You need to select at least 587 people.

For each person, there are only two possible outcomes, either they share your birthday, or they do not. The probability of a person sharing your birthday is independent of any other person, hence, the binomial distribution is used to solve this question.

Binomial probability distribution

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

The parameters are:

x is the number of successes. n is the number of trials. p is the probability of a success on a single trial.

There are 365 days in a non-leap year, hence, the probability of each person sharing your birthday is [tex]p = \frac{1}{365}[/tex]

Item a:

This probability is P(X = 0), hence:

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{n,0}.\left(\frac{1}{365}\right)^{0}.\left(\frac{364}{365}\right)^{n} = \left(\frac{364}{365}\right)^{n}[/tex]

Hence, the expression is [tex]\left(\frac{364}{365}\right)^{n}[/tex]

Item b:

The probability that at least one person shares your birthday is:

[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]

We want that:

[tex]P(X \geq 1) \geq 0.8[/tex]

Hence:

[tex]1 - P(X = 0) \geq 0.8[/tex]

[tex]P(X = 0) \leq 0.2[/tex]

Hence:

[tex]\left(\frac{364}{365}\right)^{n} \leq 0.2[/tex]

[tex]n\log{\left(\frac{364}{365}\right)} \leq \log{0.2}[/tex]

[tex]n \geq \frac{\log{0.2}}{\log{\left(\frac{364}{365}\right)}}[/tex]

[tex]n \geq 586.6[/tex]

Rounding up: You need to select at least 587 people.

To learn more about the binomial distribution, you can take a look at https://brainly.com/question/24863377

Which of the following statements best describes the effect of replacing the graph of y = f(x) with the graph of y = f(x) − 11? The graph of y = f(x) will shift up 11 units. The graph of y = f(x) will shift right 11 units. The graph of y = f(x) will shift left 11 units. The graph of y = f(x) will shift down 11 units.

Answers

Answer:

The graph of y = f(x) will shift down 11 units

Step-by-step explanation:

Four friends bought books at a bookstore. The person who got the best deal has the lowest ratio of cost to number of books purchased. Book Purchases Name Total Cost Number of Books Jo $9 4 Kei $12 8 Kate $30 16 Bryn $8 4

Answers

Answer:

Kei got the best deal.

Explanation:

The ratio of cost to number of books purchased for all of four friends will be.....

Jo ⇒  [tex]\frac{9}{4}[/tex], Kei ⇒ [tex]\frac{12}{8}[/tex] , Kate ⇒  [tex]\frac{30}{16}[/tex], Bryn ⇒ [tex]\frac{8}{4}[/tex]

From here you have to find the common denominator in this case is 16.

[tex]\frac{9}{4} =\frac{9*4}{4*4} =\frac{36}{16}[/tex]

[tex]\frac{12}{8} =\frac{12*2}{8*2} =\frac{24}{16}[/tex]

[tex]\frac{30}{16} =\frac{30*1}{16*1} =\frac{30}{16}[/tex]

[tex]\frac{8}{4} =\frac{8*4}{4*4} =\frac{32}{16}[/tex]

As you could tell the lowest is [tex]\frac{24}{16}[/tex] so the lowest is Kei.

Many individuals over the age of 40 develop intolerance for milk and milk-based products. A dairy has developed a line of lactose-free products that are more tolerable to such individuals. To assess the potential market for these products, the dairy commissioned a market research study of individuals over 40 years old in its sales area. A random sample of 250 individuals showed that 86 of them suffer from milk intolerance. Based on the sample results, calculate a 90% confidence interval for the population proportion that suffers milk intolerance. Interpret this confidence interval. a) First, show that it is okay to use the 1-proportion z-interval. b) Calculate by hand a 90% confidence interval. c) Provide an interpretation of your confidence interval. d) If the level of confidence was 95% instead of 90%, would the resulting interval be narrower or wider

Answers

Answer:

a) To show that we can use the 1 proportion z-interval, we know that 250 ( size sample) is big enough to approximate the binomial distribution ( tolerance-intolerance) to a normal distribution.

b) See step by step explanation

CI 90 %  =  (  0,296 ; 0,392)

c) We can support that with 90 % of confidence we will find the random variable between this interval ( 0,296 ; 0,392)

d) the CI 95 % will be wider

Step-by-step explanation:

Sample Information:

Sample size n  =  250

number of people with milk intolerance  x = 86

p₁  =  86 / 250    p₁ = 0.344    and   q₁ =  1  - p₁   q₁ = 0,656

To calculate 90 % of Confidence Interval   α = 10%  α/2 = 5 %  

α/2 = 0,05     z(c) from z-table is:  z(c) =  1.6

Then:

CI 90 %  =  (  p₁  ±  z(c) * SE )

SE =  √ (p₁*q₁)/n   =  √ 0,225664/250

SE = 0,03

CI 90 %  =  (  0,344  ±  1,6* 0,03 )

CI 90 %  =  (  0,344 - 0,048 ;  0,344 + 0,048)

b) CI 90 %  =  (  0,296 ; 0,392)

a) To show that we can use the 1 proportion z-interval, we know that 250 ( size sample) is big enough to approximate the binomial distribution ( tolerance-intolerance) to a normal distribution.

c) We can support that with 90 % of confidence we will find the random variable between  this interval (  0,296 ; 0,392) .

d) CI 95 %      then significance level α = 5 %   α/2 = 2.5 %  

α/2  =  0,025      z(c) = 1.96   from z-table

SE = 0,03

And  as 1.96 > 1.6    the CI 95 % will be wider

CI 95% =  ( 0,344 ±  1.96*0,03 )

CI 95% =  (  0,344 ± 0,0588 )

CI 95% =  ( 0,2852 ; 0,4028 )

धरोहर को वाक्य बनाऊ

Answers

Answer:

Please tell in english

Step-by-step explanation:

Other Questions
Have to finish these by the 23rd :( cuales son los datos personales incluidos en un pasaportea. el apellido, el nombre, la fecha y el lugar de nacimiento, el estado civil, la nacionalidad, el numero de pasaporteb. el apellido, el nombre, la fecha y el lugar de nacimiento, el estado civil, el numero de pasaporte, la direccionc. el apellido, el nombre, la fecha y el lugar de nacimiento, el estado civil, la religion, el numero de pasaported. el nombre, la fecha y el lugar de nacimiento, el estado civil, la religion, el number de pasaporte Demonstrate the the flow of oxygen (on inhalation) and carbon dioxide (on exhalation). a ___ is a service fee often added to a pharmacy's prices and takes into account overhead costs such as employee salaries and electricity ? Answer pleaseeeeeeeeee QUESTION 15 To manage his weight, John stopped eating at McDonald's. He has been packing a fruit, a turkey or tuna sandwich, and a bottle of water for lunch for four months. He is considered to be in the _____ stage of the transtheoretical model. A. contemplation B. action C. maintenance D. adoption Dylan has a coworker who is always showing up late and then not finishing his work on time. It's frustrating the other members of the team. What can he do that might help the situation? a) Complain about the coworker to other team members O b) Ask his coworker if he understands his job responsibilities c) Tell his boss that the coworker is slacking off O d) Complete his coworker's work for him Berkeley Corporation has a policy of furnishing new automobiles to the athletic department of the local university. The automobiles are used for short periods of time by the extremely popular head basketball coach. When the automobiles are returned to Berkeley Corporation, they are sole to regular customers. The owner of Berkeley Corporation maintains that any such cars held for more than one year should qualify as Sec. 1231 property. Do you agree? Its awpicture please help if you can i hi gia nhim k VII ng ra nhng kh khn v thch thc lin h hin nay Schistosoma becomes infectious to humans during which of the following stages? After cercariae migrate to the liver After the eggs are released in urine After it is released from the snail After mating of male and female worms Before the eggs hatchWhich of the following groups includes a protozoan that is transmitted sexually? Chromalveolata Excavata Amoebazoa Archaeplasteda RhizariaSchistosoma becomes infectious to humans during which of the following stages? After cercariae migrate to the liver After the eggs are released in urine After it is released from the snail After mating of male and female worms Before the eggs hatchWhich part of a mushroom would be eaten? Thallus Sporangium Mycelium Septum Hyphae 16. How do microplastics found on the ocean floor end up in people's bodies?A. Coral reefs fail to break down the microplastics, and they end up back on beaches.B. Humans eat sea salt containing the microplastic.C. Humans scuba dive in areas where microplastics are visible.D. Acid rain reacts with plastics on the ocean floor and releases them into the air. What is one advantage and disadvantage of designing a support security that might be based on a centralized model, where all sensitive information is stored in one secure place, or a distributed model, where information is spread around in many different places? Find the equation of the axis of symmetry and the coordinates of the vertex of the graph of y = 2x2 12x + 6. geometry translations help!! Can someone help thanks. Determine the rule of a quadratic function in factoredform given the following information:.the zeros are (-2,0) and (4,0)it passes through the point (5,14). Name two organs that are made up of all four tissues? If I wanted to study a person's behavior without intervening or changing him/her I would use which of the following studies?A: experimental and quasi-experimental B: case study and cross-sectional study C: naturalistic observation and true experiment D: naturalistic observation and survey breathing into a air bag is yet .......cure for hiccups?a) anotherb) others3 the others