Write a polynomial f(x) that satisfies the given conditions. Polynomial of lowest degree with zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.​

Answers

Answer 1

Answer:

Step-by-step explanation:

Polynomial f(x) has the following conditions: zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.

The first part zeros of -2 means (x+2) and multiplicity 3 means (x+2)^3.

The second part zeros of 3 means (x-3) and multiplicity 1 means (x-3).

The third part f(0) = 120 means substituting x=0 into (x+2)^3*(x-3)*k =120

(0+2)^3*(0-3)*k = 120

-24k = 120

k = -5

Combining all three conditions, f(x)

= -5(x+2)^3*(x-3)

= -5(x^3 + 3*2*x^2 + 3*2*2*x + 2^3)(x-3)

= -5(x^4 + 6x^3 + 12x^2 + 8x - 3x^3 - 18x^2 - 36x - 24)

= -5(x^4 + 3x^3 - 6x^2 - 28x -24)

= -5x^4 - 15x^3 + 30x^2 + 140x + 120


Related Questions

amy shoots a 100 arrows at a target each arrow with a probability 0.2 what is the probability that at most one of her first 10 arrows hits the target

Answers

Answer:

0.3758 = 37.58% probability that at most one of her first 10 arrows hits the target

Step-by-step explanation:

For each shot, there are only two possible outcomes. Either they hit the target, or they do not. The probability of a shot hitting the target is independent of any other shot, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

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

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

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

And p is the probability of X happening.

Each arrow with a probability 0.2

This means that [tex]p = 0.2[/tex]

First 10 arrows

This means that [tex]n = 10[/tex]

What is the probability that at most one of her first 10 arrows hits the target?

This is:

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

So

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

[tex]P(X = 0) = C_{10,0}.(0.2)^{0}.(0.8)^{10} = 0.1074[/tex]

[tex]P(X = 1) = C_{10,1}.(0.2)^{1}.(0.8)^{9} = 0.2684[/tex]

Then

[tex]P(X \leq 1) = P(X = 0) + P(X = 1) = 0.1074 + 0.2684 = 0.3758[/tex]

0.3758 = 37.58% probability that at most one of her first 10 arrows hits the target

Find the volume of the solid obtained by rotating the region bounded by the given curves about the specified axis: y=x6, y=1 about y=6.

Answers

Answer:

mehoimehoihoi

Step-by-step explanation:

Sara is working on a Geometry problem in her Algebra class. The problem requires Sara to use the two quadrilaterals below to answer a list of questions.



Part A: For what one value of are the perimeters of the quadrilaterals the same? (Hint: The perimeter of a quadrilateral is the sum of its sides.)

Part B: For what one value of are the areas of the quadrilaterals the same? (Hint: The area of a quadrilateral is the product of its base and height.)

Answers

Answer:

For the perimeters, x must be equal to 2.

For the areas, it is either undefined, or something.

Step-by-step explanation:

You can first find the perimeters for both sides.

For the left shape, we add the two sides of 6 and x + 4 to get x + 10.

Then we multiply x + 10 by 2 because there are 4 sides, and we only got 2 sides.

The perimeter of the first shape is 2x + 20.

The second shape can be solved by doing the same thing by adding 2 and 3x + 4 to get 3x + 6.

3x + 6 times 2 is 6x + 12.

The second perimeter is 6x + 12.

If both sides are supposed to be equal, then we can write these two expressions we solved for like:

6x + 12 = 2x + 20.

Subtraction property of equality

6x + 12 - 12 = 2x + 20 - 12

Simplify

6x = 2x + 8

Again

6x - 2x = 2x - 2x + 8

Simplify

4x = 8

Division property of equality

4/4x = 8/4

Simplify

x = 2

So if x = 2, the perimeters will be the same.

You can confirm this by plugging it back into either equation.

For the areas, we just multiply the length and width for both shapes, so we get

6(x+4)  =  2(3x+4)

Since they are supposed to be equal.

We simplify and get

6x + 24 = 6x + 8

We know this is false and is not possible, since we can remove the 6x because it is on both sides.

We also know that 24 is not equal to 8 (who thought!)

:D

24 ≠ 8

So it is undefined or whatever you call it.

In a given region, the number of tornadoes in a one-week period is modeled by a Poisson distribution with mean 2. The numbers of tornadoes in different weeks are mutually independent. Calculate the probability that fewer than four tornadoes occur in a three-week period.

Answers

Answer:

0.1512 = 15.12% probability that fewer than four tornadoes occur in a three-week period.

Step-by-step explanation:

In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:

[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]

In which

x is the number of sucesses

e = 2.71828 is the Euler number

[tex]\mu[/tex] is the mean in the given interval.

In a given region, the number of tornadoes in a one-week period is modeled by a Poisson distribution with mean 2

Three weeks, so [tex]\mu = 2*3 = 6[/tex]

Calculate the probability that fewer than four tornadoes occur in a three-week period.

This is:

[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]

In which

[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]

[tex]P(X = 0) = \frac{e^{-6}*6^{0}}{(0)!} = 0.0025[/tex]

[tex]P(X = 1) = \frac{e^{-6}*6^{1}}{(1)!} = 0.0149[/tex]

[tex]P(X = 2) = \frac{e^{-6}*6^{2}}{(2)!} = 0.0446[/tex]

[tex]P(X = 3) = \frac{e^{-6}*6^{3}}{(3)!} = 0.0892[/tex]

Then

[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.0025 + 0.0149 + 0.0446 + 0.0892 = 0.1512[/tex]

0.1512 = 15.12% probability that fewer than four tornadoes occur in a three-week period.

Solve the system of linear equations below.
6x + 3y = 33
4x + y = 15

A.
x = 2, y = 7
B.
x = -13, y = 7
C.
x = - 2/3, y = 12 2/3
D.
x = 5, y = 1

Answers

Answer:

The answer for both linear equations is A. x = 2, y = 7

Step-by-step explanation:

First start by plugging in the variables with the given numbers (2,7). We'll start with 6x + 3y = 33.

6x + 3y = 33

6 (2) + 3 (7 )= 33 <--- This is the equation after the numbers are plugged in.

12 + 10 = 33

33 = 33 <---- This statement is true, therefore it is the correct pair.

Now we are not done, to confirm that this pair works with both equations we need to solve for 4x + y = 15 to see if it works. Linear Equations must have the variables work on both equations.

4x + y = 15 <----- We are going to do the exact same thing to this equation.

4(2) + 7 = 15

8 + 7 = 15

15 = 15  <-- 15=15 is a true statement therefore this pair works for this equation.

Therefore,

A. x = 2, y = 7 is the correct answer

Sorry this is a day late, I hope it helps.

Pyramid Lake is on the Paiute Indian Reservation in Nevada. The lake is famous for cutthroat trout. Suppose a friend tells you that the average length of trout caught in Pyramid Lake is µ = 19 inches. However, a survey reported that of a random sample of 46 fish caught, the mean length was x = 18.6 inches, with estimated standard deviation s = 3.1 inches. Do these data indicate that the average length of a trout caught in Pyramid Lake is less than µ = 19 inches? Use ???? = 0.05.

Answers

Answer:

The test statistics will be "-0.876",

Step-by-step explanation:

Given:

[tex]\bar x=18.6[/tex][tex]\mu = 19[/tex][tex]s = 3.1[/tex][tex]n = 46[/tex]

According to the question,

Level of significance will be:

= 0.05

Now,

The test statistics will be:

= [tex]\frac{\bar x-\mu}{\frac{s}{\sqrt{n} } }[/tex]

By substituting the values, we get

= [tex]\frac{18.6-19}{\frac{3.1}{\sqrt{46} } }[/tex]

= [tex]-\frac{2.713}{3.1}[/tex]

= [tex]-0.876[/tex]

4g+r=2r-2x
I need someone’s help if you can help me

Answers

Answer:

4g+2x=r

Step-by-step explanation:

4g+r=2r-2x

collecting like terms

4g+2x=2r-r

4g+2x=r

PLEASE ANSWER MY QUESTION AND EXPLAIN RIGHT

Answers

Answer:

$ 1943

Step-by-step explanation:

You two congruent trapezoids.

Find the area of one and multiply by 2.

A = [tex]\frac{base_{1} + base_{2} }{2}[/tex] x  h

  = [tex]\frac{28+39}{2}[/tex] x 14.5

  = [tex]\frac{67}{2}[/tex] x 14.5

  = 33.5 x 14.5

  = 485.75

  = 485.75 x 2 (Two trapezoids)

  = 971.50

  = 971.50 x 2 (two dollars a square foot)

  = 1943.00

Please help me with the question; It is attached in the image

Answers

Answer:

The function that passes through (0, 0) is [tex]f(x) = \frac{1}{6}\cdot e^{2\cdot x^{3}} - \frac{1}{6}[/tex].

Step-by-step explanation:

Firstly, we integrate the function by algebraic substitution:

[tex]\int {x^{2}\cdot e^{2\cdot x^{3}}} \, dx[/tex] (1)

If [tex]u = 2\cdot x^{3}[/tex] and [tex]du = 6\cdot x^{2} dx[/tex], then:

[tex]\int {e^{2\cdot x^{3}}\cdot x^{2}} \, dx[/tex]

[tex]\frac{1}{6}\int {e^{u}} \, du[/tex]

[tex]f(u) = \frac{1}{6}\cdot e^{u} + C[/tex]

[tex]f(x) = \frac{1}{6}\cdot e^{2\cdot x^{3}} + C[/tex]

Where [tex]C[/tex] is the integration constant.

If [tex]x = 0[/tex] and [tex]f(0) = 0[/tex], then the integration constant is:

[tex]\frac{1}{6}\cdot e^{2\cdot 0^{3}} + C= 0[/tex]

[tex]C = -\frac{1}{6}[/tex]

Hence, the function that passes through (0, 0) is [tex]f(x) = \frac{1}{6}\cdot e^{2\cdot x^{3}} - \frac{1}{6}[/tex].

Two lamps marked 100 W - 110 V and 100 W - 220 V are connected i
series across a 220 V line. What power is consumed in each lamp?

Answers

Answer:

The power consumed in the lamp marked 100W - 110V is 15.68W

The power consumed in the lamp marked 100W - 220V is 62.73W

Step-by-step explanation:

Given:

First lamp rating

Power (P) = 100W

Voltage (V) = 110V

Second lamp rating

Power (P) = 100W

Voltage (V) = 220V

Source

Voltage = 220V

i. Get the resistance of each lamp.

Remember that power (P) of each of the lamps is given by the quotient of the square of their voltage ratings (V) and their resistances (R). i.e

P = [tex]\frac{V^2}{R}[/tex]

Make R subject of the formula

⇒ R = [tex]\frac{V^2}{P}[/tex]             ------------------(i)

For first lamp, let the resistance be R₁. Now substitute R = R₁, V = 110V and P = 100W into equation (i)

R₁ = [tex]\frac{110^2}{100}[/tex]

R₁ = 121Ω

For second lamp, let the resistance be R₂. Now substitute R = R₂, V = 220V and P = 100W into equation (i)

R₂ = [tex]\frac{220^2}{100}[/tex]

R₂ = 484Ω

ii. Get the equivalent resistance of the resistances of the lamps.

Since the lamps are connected in series, their equivalent resistance (R) is the sum of their individual resistances. i.e

R = R₁ + R₂

R  = 121 + 484

R = 605Ω

iii. Get the current flowing through each of the lamps.

Since the lamps are connected in series, then the same current flows through them. This current (I) is produced by the source voltage (V = 220V) of the line and their equivalent resistance (R = 605Ω). i.e

V = IR [From Ohm's law]

I = [tex]\frac{V}{R}[/tex]

I = [tex]\frac{220}{605}[/tex]

I = 0.36A

iv. Get the power consumed by each lamp.

From Ohm's law, the power consumed is given by;

P = I²R

Where;

I = current flowing through the lamp

R = resistance of the lamp.

For the first lamp, power consumed is given by;

P = I²R           [Where I = 0.36 and R = 121Ω]

P = (0.36)² x 121

P = 15.68W

For the second lamp, power consumed is given by;

P = I²R           [Where I = 0.36 and R = 484Ω]

P = (0.36)² x 484

P = 62.73W

Therefore;

The power consumed in the lamp marked 100W - 110V is 15.68W

The power consumed in the lamp marked 100W - 220V is 62.73W

A man had 35 goats.he sold 10 of
them.how many did he remains with.

Answers

Answer:

He remained with 25 goats.

Step-by-step explanation:

35 - 10 = 25

Hope this helps.

Answer:

He remained with 25 goats

Step-by-step explanation:

35 - 10 = 25

Mary is 3 years older than Sarah. Winifred is twice as old as Mary. Altogether their ages total 89. How old is Sarah?
24 years old
22 years old
18 years old
None of these choices are correct.

Answers

Answer:

Step-by-step explanation:

M = S+3

W = 2M = 2(S+3) = 2S+6

M+S+W = 89

(S+3)+S+(2S+6) = 89

S = 20

Answer:

20

Step-by-step explanation:

Sarah: 21

Mary: 24

Winifred: 48

No

Sarah: 20

Mary: 23

Winifred: 46

Yes

Two mechanics worked on a car. The first mechanic worked for 10 hours, and the second mechanic worked for 5 hours. Together they charged a total of $1125. What was the rate charged per hour by each mechanic if the sum of the two rates was $140 per hour?

Answers

Answer:

The first mechanic charged $ 85 an hour, and the second mechanic charged $ 55 an hour.

Step-by-step explanation:

Given that two mechanics worked on a car, and the first mechanic worked for 10 hours, and the second mechanic worked for 5 hours, and together they charged a total of $ 1125, to determine what was the rate charged per hour by each mechanic if the sum of the two rates was $ 140 per hour, the following calculation must be performed:

1125/15 = X

75 = X

80 x 10 + 60 x 5 = 800 + 300 = 1100

85 x 10 + 55 x 5 = 850 + 275 = 1125

Therefore, the first mechanic charged $ 85 an hour, and the second mechanic charged $ 55 an hour.

h=255-21t-16t^2

PLEASE HELP!!

Answers

Answer:

3.15 seconds is the answer.

Explanation

when the ball touches the ground, h =0

hence,

0=255-21t-16t²

16t²+21t-225=0

here a=16 ,b=21, c= -225

[tex]t= \frac{ - b± \sqrt{ {b }^{2} - 4ac} }{2a} \\ \\ t= \frac{ - 21± \sqrt{ {21}^{2} - 4 \times 16 \times - 225} }{2 \times 16} \\ = \frac{ - 21 ± \sqrt{441 - ( - 14400)} }{32} \\ = \frac{ - 21± \sqrt{14841} }{32} \\ = \frac{ - 21±121.82}{32} \\ \\ t = \frac{ - 21 + 121.82}{32} \: or \: \: t = \frac{ - 21 - 121.82}{32} \\ t = 3.15 \: \: or \: \: t = - 4.46[/tex]

time cannot be negative, hence t = -4.46 can be avoided

The ball takes 3.15 seconds to hit the ground.

In a survey, 24 people were asked how much they spent on their child's last birthday gift. The results were roughly bell-shaped with a mean of $42 and standard deviation of $2. Construct a confidence interval at a 98% confidence level.

Answers

Answer:

The 98% confidence interval for the mean amount spent on their child's last birthday gift is between $40.98 and $43.02.

Step-by-step explanation:

We have the standard deviation for the sample, which means that the t-distribution is used to solve this question.

The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So

df = 24 - 1 = 23

98% confidence interval

Now, we have to find a value of T, which is found looking at the t table, with 23 degrees of freedom(y-axis) and a confidence level of [tex]1 - \frac{1 - 0.98}{2} = 0.99[/tex]. So we have T = 2.5

The margin of error is:

[tex]M = T\frac{s}{\sqrt{n}} = 2.5\frac{2}{\sqrt{24}} = 1.02[/tex]

In which s is the standard deviation of the sample and n is the size of the sample.

The lower end of the interval is the sample mean subtracted by M. So it is 42 - 1.02 = $40.98.

The upper end of the interval is the sample mean added to M. So it is 42 + 1.02 = $43.02.

The 98% confidence interval for the mean amount spent on their child's last birthday gift is between $40.98 and $43.02.

rewrite 1/6 and 2/11 so they have a common denominator then use <, =, or > to order

Answers

Answer:

1/6 < 2/11

Step-by-step explanation:

1/6 = 2/12

2/11 >2/12

So that means 1/6 < 2/11

Answer:  1/6 < 2/11

This is the same as saying 11/66 < 12/66

===========================================================

Explanation:

1/6 is the same as 11/66 when multiplying top and bottom by 11.

2/11 is the same as 12/66 when multiplying top and bottom by 6.

The 6 and 11 multipliers are from the original denominators (just swapped).

We can see that 11/66 is smaller than 12/66, simply because 11 < 12, so that means 1/6 is smaller than 2/11

-----------------

Here's one way you could list out the steps

11 < 12

11/66 < 12/66

1/6 < 2/11

------------------

Here's another way to list out the steps. First assume that 1/6 and 2/11 are equal. Cross multiplication then leads to

1/6 = 2/11

1*11 = 6*2

11 = 12

Which is false. But we can fix this by replacing every equal sign with a less than sign

1/6 < 2/11

1*11 < 6*2

11 < 12

---------------------

Yet another way to see which is smaller is to use your calculator or long division to find the decimal form of each value

1/6 = 0.1667 approximately

2/11 = 0.1818 approximately

We see that 0.1667 is smaller than 0.1818, which must mean 1/6 is smaller than 2/11.

If a driver averages 50 miles per hour, the number of hours it will take to drive 360 miles is

Answers

Divide total miles by speed:

360 / 50 = 7.2 hours

20 points help please.

Answers

Answer:

-2 is the answer trust me

Gsggagsgsvhdgdvdvdvdvdg help me fast I’ll give you brainliste

Answers

The answer is D

Hope that was fast enough

If F is the function defined by F(x)=3x−1, find the solution set for F(x)=0.

Answers

The solution for set F(x) is -1

Describe the motion of a particle with position (x, y) as t varies in the given interval. (For each answer, enter an ordered pair of the form x, y.) x = 1 + sin(t), y = 3 + 2 cos(t), π/2 ≤ t ≤ 2π

Answers

Answer:

The motion of the particle describes an ellipse.

Step-by-step explanation:

The characteristics of the motion of the particle is derived by eliminating [tex]t[/tex] in the parametric expressions. Since both expressions are based on trigonometric functions, we proceed to use the following trigonometric identity:

[tex]\cos^{2} t + \sin^{2} t = 1[/tex] (1)

Where:

[tex]\cos t = \frac{y-3}{2}[/tex] (2)

[tex]\sin t = x - 1[/tex] (3)

By (2) and (3) in (1):

[tex]\left(\frac{y-3}{2} \right)^{2} + (x-1)^{2} = 1[/tex]

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

The motion of the particle describes an ellipse.

You may recall that the area of a rectangle is A=L⋅W, where W is the width and L is the length.

Suppose that the length of a rectangle is 3 times the width. If the area is 300 square feet, then what is the width of the rectangle, in feet?

Do not type the units in your answer.

Answers

Answer:

The width is 10 feet.

Step-by-step explanation:

We know that the area of a rectangle is given by the formula:

[tex]\displaystyle A=L\cdot W[/tex]

Where L is the length and W is the width.

We are given that the length of the rectangle is three times the width. In other words:

[tex]L=3W[/tex]

The total area is 300 square feet. And we want to determine the width of the rectangle.

So, substitute 300 for A and 3W for L:

[tex](300)=(3W)\cdot W[/tex]

Multiply:

[tex]300=3W^2[/tex]

Divide both sides by three:

[tex]W^2=100[/tex]

And take the principal square root of both sides. So:

[tex]W=10[/tex]

Thus, the width of the rectangle is 10 feet.

Juan and Lizette rented a car for one week to drive from Phoenix to Boise. The car rental rate was $250 per week and $0.20 per mile. By the most direct route, the drive is 926 miles. How much did they spend on the rental car?

Answers

Answer:

$435.2

Step-by-step explanation:

( solution at pic)

The number of users of a certain website (in millions) from 2004 through 2011 follows:
Year Period Users (Millions)
2004 1 1
2005 2 5
2006 3 11
2007 4 58
2008 5 145
2009 6 359
2010 7 607
2011 8 846
Using Minitab or Excel, develop a quadratic trend equation that can be used to forecast users (in millions). (Round your numerical values to one decimal place.)

Answers

Answer:

y = 26.3x² - 116.9x + 109.6

Step-by-step explanation:

Given the data ;

Year Period Users (Millions)

2004 1 1

2005 2 5

2006 3 11

2007 4 58

2008 5 145

2009 6 359

2010 7 607

2011 8 846

A quadratic regression model can be obtained using a quadratic regression calculator ; The quadratic regression modeled obtained is in the form :

y = Ax² + Bx + C

y = 26.3x² - 116.9x + 109.6

If the mean, median, and mode are all equal for the set (10, 80, 70, 120, x}, find the value of x.
X
(Simplify your answer. Type an integer or a decimal.)
Question Viewer

Answers

Answer:

x=70

Step-by-step explanation:

First, we know that the mode is the number that is the most common. As each value in the set so far only has one of each number, we know that x must be one of the current numbers, making that the mode.

Next, because x is the mode and has to be the median as well, and our number line so far is

(10, 70, 80, 120), x must be either 70 or 80 to make it the median. This is because if x is 10 or 120, we would end up with (10, 10, 70, 80, 120) with 70 as the median or (10, 70, 80, 120, 120) with 80 as the median.

Finally, to calculate the mean, we have

mean = sum / count

The mean must be x, as it is equal to the mode, so we have

x = (10+70+80+120 + x)/5 (as there are 5 numbers including x)

multiply both sides by 5 to remove the denominator

5 * x = 10+70+80+120+x

5 * x = 280 + x

subtract x from both sides to isolate the x and the coefficient

4 * x = 280

divide both sides by 4 to get x

x= 70

We see that x is 70 or 80 and is one of the current numbers, checking off all boxes.

Midwest Publishing publishes textbooks. The company uses an 800 number where people can call to ask questions about the textbooks and place orders. Currently, there are 2 representatives handling inquiries. Calls occurring when both lines are in use get a busy signal. Each representative can handle 12 calls per hour. The arrival rate is 20 calls per hour.

Required:
a. How many extension lines should be used if the company wants to handle 90% of the calls immediately?
b. What is the probability that a call will receive a busy signal if your recommendation in part (a) is used?
c. What percentage of calls receive a busy signal for the current telephone system with two extension lines?

Answers

Answer:

A. 18 calls

B. 0.9

C. 20

Step-by-step explanation:

Number of representatives=2,

Number of extension lines=2,

Average calls each representative can accommodate per hour = 15 calls,

Arrival rate per hour = 30 calls

(a) 90% of the arrival rate = 0.09 × 20 = 18 calls

To handle 18 calls immediately, 18 extension lines should be used

(b) Probability is given by number of possible outcomes ÷ number of total outcomes

Number of possible outcomes = 18, number of total outcomes = 20

Probability (call will receive busy signal) = 18/20 = 0.9

(c) For one extension line, numbers of calls to receive busy signal = 20 - 10 = 10 calls

Number of calls to receive busy signal for the current telephone system with two extension lines = 2 × 10 = 20 calls

Find the values of x and y that make these triangles congruent by the HL theorem

Answers

Answer:

x = 3, y = 2

Step-by-step explanation:

As due to congruency,

x + 3 = 3y

[By putting the values of x = 3 and y = 2]

=> 3 + 3 = 3 × 2

=> 6 = 6

and,

x = y + 1

[By putting the values of x = 3 and y = 2]

=> 3 = 2 + 1

=> 3 = 3

Hence, proved

Is the distance a baseball travels in the air after being hit a discrete random​ variable, a continuous random​ variable, or not a random​ variable?

Answers

Answer: a continuous random​ variable

Step-by-step explanation:

Can you count the distance it traveled? You can't, so it couldn't be discrete because you can count discrete variables.

Can you measure the distance it traveled? You sure can, that makes it a continuous random variable.

Do you know the exact distance it's going to travel? You won't, therefore it's a random variable since you don't know the value beforehand.

An internet cafe charges a fixed amount per minute to use the internet. The cost of using the
internet in dollars is, y = 3/4x. If x is the number of minutes spent on the internet, how many
minutes will $6 buy?
er

Answers

Answer:

x = 8 minutes

Step-by-step explanation:

Given that,

An internet cafe charges a fixed amount per minute to use the internet.

The cost of using the  internet in dollars is,

[tex]y=\dfrac{3}{4}x[/tex]

Where

x is the number of minutes spent on the internet

We need to find the value of x when y = $6.

So, put y = 6 in the above equation.

[tex]6=\dfrac{3}{4}x\\\\x=\dfrac{6\times 4}{3}\\\\x=8\ min[/tex]

So, 8 minutes must spent on internet.

The Blacktop Speedway is a supplier of automotive parts. Included in stock are 7 speedometers that are correctly calibrated and two that are not. Three speedometers are randomly selected without replacement. Let the random variable z represent the number that are not correctly calibrated.
Complete the probability distribution table. (Report probabilities accurate to 4 decimal places.)
x P(x)
0
1
2
3

Answers

Answer:

x P(x)

0 0.4167

1 0.5

2 0.0833

3 0

Step-by-step explanation:

The speedometers are chosen without replacement, which means that the hypergeometric distribution is used to solve this question.

Hypergeometric distribution:

The probability of x successes is given by the following formula:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

In which:

x is the number of successes.

N is the size of the population.

n is the size of the sample.

k is the total number of desired outcomes.

In this question:

7 + 2 = 9 speedometers, which means that [tex]N = 9[/tex]

2 are not correctly calibrated, which means that [tex]k = 2[/tex]

3 are chosen, which means that [tex]n = 3[/tex]

Complete the probability distribution table.

Probability of each outcome.

So

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 0) = h(0,9,3,2) = \frac{C_{2,0}*C_{7,3}}{C_{9,3}} = 0.4167[/tex]

[tex]P(X = 1) = h(1,9,3,2) = \frac{C_{2,1}*C_{7,2}}{C_{9,3}} = 0.5[/tex]

[tex]P(X = 2) = h(2,9,3,2) = \frac{C_{2,2}*C_{7,1}}{C_{9,3}} = 0.0833[/tex]

Only 2 defective, so [tex]P(X = 3) = 0[/tex]

Probability distribution table:

x P(x)

0 0.4167

1 0.5

2 0.0833

3 0

Other Questions
An airplane 30,000 feet above the ground begins descending at the rate of 2000 feet per minute. Assume the plane continues at the same rate of descent. How long will it take the plane to reach 12,000 feet above the ground tn ngng phn thc l g The bottle slides down the hill and is moving at a velocity of 14 meters/second the instant it hits the ground. The vertical height from where Jeff dropped the bottle is meters. Ignore friction, and use , PE = m g h, and g = 9.8 m/s2. Why do you think Charles Hoopers appointment as Assistant National Sales Manager is considered to be a tribute to Duke?No spam! This question is from the story "A Dog Named Duke" What are the coordinates of points E, F, and GSA. E (2, 3), F (8,5), G (5,8)B. E (3, 2), F (8,3), G (5,6)C. E (3, 2), F (8,4), G (5,7)D. E (3, 3), F (9, 4), G (6,7) Bethany needs to borrow $10,000. She can borrow the money at 6% simple interest for 5 yr or she can borrow at 5% with interest compounded continuously for 5 yr.a. How much total interest would Bethany pay at 6% simple interest?b. How much total interest would Bethany pay at 5% interest compounded continuously?c. Which option results in less total interest? What workouts and I do to punch as hard as George foremen and punch as fast as sugar Rae Leonard Rearrange 2x = y/w to make w the subject For the function, tell whether the graph opens up or opens down, identify the vertex, and tell whether the graph is wider, narrower, or the same width as the graph of y = |x|.y = 2|x 1| - 3opens up, (1, 3), wideropens up, (1, 3), narroweropens up, (-1, -3), wideropens up, (1, -3), narrower Based on the image above, the foundation of the Assyrian Empire was:A. the invention of writing.B. tolerance of different cultures.C. its military.D. All of the choices are correct.I personally think its C, but I just wanna make sure what do you understand by socialization How has texture proved essential to many cultural art forms?a.It has allow cultures to provide realistic imagery to future generations.b.It has been used to depict a message or a feeling.c.It provides mood and foreshadowing that would otherwise be lost.d.It has led to the creation of new art mediums. Someone please help me on this and please tell me the answer directly please !! The polygons are similar, but not necessarily drawn to scale. Find the value of x. PLEASE HELPPPP Find the value of x and y from the equation Presented below are three revenue recognition situations.a. Groupo sells goods to MTN for $908,000, payment due at delivery. b. Groupo sells goods on account to Grifols for $797,000, payment due in 30 days. c. Groupo sells goods to Magnus for $499,000, payment due in two installments, the first installment payable in 18 months and the second payment due 6 months later. The present value of the future payments is $462,200.Required:Indicate the transaction price for each of these transactions and when revenue will be recognized. 4. The Fox Trot was the most significant development in all of ballroom dancing.TrueFalse C. Para cada grupo, explica cundo y por qu vinieron a Argentina y en qu parte del pas se asentaron. Luego cita ejemplos de cmo se manifiesta la aportacin de cada uno de estos grupos en la cultura argentina.1. Ingleses2. Italianos3. espaoles PLEASE ANSWER QUICKLY Find the distance between points (4, 2) and (7, 2) on the coordinateplane. A metric that measures the decline in population sizes, shrinkage of species, and geographic range is ________.