A real estate agent has 17 properties that she shows. She feels that there is a 40% chance of selling any one property during a week. The chance of selling any one property is independent of selling another property. Compute the probability of selling less than 5 properties in one week. Round your answer to four decimal places.

Answers

Answer 1

Answer:

0.126 = 12.6% probability of selling less than 5 properties in one week.

Step-by-step explanation:

For each property, there are only two possible outcomes. The chance of selling any one property is independent of selling another property. So we use the binomial probability distribution 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.

A real estate agent has 17 properties that she shows.

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

She feels that there is a 40% chance of selling any one property during a week.

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

Compute the probability of selling less than 5 properties in one week.

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

In which

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

[tex]P(X = 0) = C_{17,0}.(0.4)^{0}.(0.6)^{17} = 0.0002[/tex]

[tex]P(X = 1) = C_{17,1}.(0.4)^{1}.(0.6)^{16} = 0.0019[/tex]

[tex]P(X = 2) = C_{17,2}.(0.4)^{2}.(0.6)^{15} = 0.0102[/tex]

[tex]P(X = 3) = C_{17,3}.(0.4)^{3}.(0.6)^{14} = 0.0341[/tex]

[tex]P(X = 4) = C_{17,4}.(0.4)^{4}.(0.6)^{13} = 0.0796[/tex]

[tex]P(X < 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) = 0.0002 + 0.0019 + 0.0102 + 0.0341 + 0.0796 = 0.126[/tex]

0.126 = 12.6% probability of selling less than 5 properties in one week.


Related Questions

a rectangle has an area of 54 square inches and a length of 6 inches. what is the width, in inches, of the rectangle?​

Answers

Answer:

9 inches

Step-by-step explanation:

For similar problems like this, divide the area by the given length or width. In this case, your equation would be 54/6 = 9.

The width of the rectangle can be found as 9 inch.

How to solve a linear equation?

A linear equation can be solved by equating the LHS and RHS of the equation following some basic rules such as by adding or subtracting the same numbers on both sides and similarly, doing division and multiplication with the same numbers.

The area and length of rectangle are given as 54 inch² and 6 inches.

Suppose the width of the rectangle be x.

Since, the area of rectangle is given as the product of length and breadth, the following equation can be written as,

6x = 54

⇒ x = 54/6

⇒ x = 9

Hence, the width is given as 9 inch.

To know more about linear equation click on,

https://brainly.com/question/11897796

#SPJ2

What is the simplified form of this expression?

Answers

Answer:

[tex]=13x+5[/tex]

Step-by-step explanation:

[tex]\left(2x+9\right)+\left(11x-4\right)\\\mathrm{Remove\:parentheses}:\quad \left(a\right)=a\\=2x+9+11x-4\\\mathrm{Group\:like\:terms}\\=2x+11x+9-4\\\mathrm{Add\:similar\:elements:}\:2x+11x=13x\\=13x+9-4\\\mathrm{Add/Subtract\:the\:numbers:}\:9-4=5\\=13x+5[/tex]

For the function, find all critical numbers and then use the second-derivative test to determine whether the function has a relative maximum or minimum at each critical number. (Enter your answers as a comma-separated list. If an answer does not exist, enter DNE.)
f(x) = x3 − 12x2 + 21x − 8relative maxima x=relative minima x=

Answers

Answer:

relative maximum: x = 1

relative minimum: x = 7

Step-by-step explanation:

Critical points:

Values of x for which f'(x) = 0.

Second derivative test:

For a critical point, if f''(x) > 0, the critical point is a relative minimum.

Otherwise, if f''(x) < 0, the critical point is a relative maximum.

Solving a quadratic equation:

Given a second order polynomial expressed by the following equation:

[tex]ax^{2} + bx + c, a\neq0[/tex].

This polynomial has roots [tex]x_{1}, x_{2}[/tex] such that [tex]ax^{2} + bx + c = a(x - x_{1})*(x - x_{2})[/tex], given by the following formulas:

[tex]x_{1} = \frac{-b + \sqrt{\bigtriangleup}}{2*a}[/tex]

[tex]x_{2} = \frac{-b - \sqrt{\bigtriangleup}}{2*a}[/tex]

[tex]\bigtriangleup = b^{2} - 4ac[/tex]

In this question:

[tex]f(x) = x^{3} - 12x^{2} + 21x - 8[/tex]

Finding the critical points:

[tex]f'(x) = 3x^{2} - 24x + 21[/tex]

[tex]3x^{2} - 24x + 21 = 0[/tex]

Simplifying by 3

[tex]x^{2} - 8x + 7 = 0[/tex]

So [tex]a = 1, b = -8, c = 7[/tex]

[tex]\bigtriangleup = (-8)^{2} - 4*1*7 = 36[/tex]

[tex]x_{1} = \frac{-(-8) + \sqrt{36}}{2} = 7[/tex]

[tex]x_{2} = \frac{-(-8) - \sqrt{36}}{2} = 1[/tex]

Second derivative test:

The critical points are x = 1 and x = 7.

The second derivative is:

[tex]f''(x) = 6x - 24[/tex]

[tex]f''(1) = 6*1 - 24 = -18[/tex]

Since f''(1) < 0, at x = 1 there is a relative maximum.

[tex]f''(7) = 6*7 - 24 = 18[/tex]

Since f''(x) > 0, at x = 7 there is a relative minumum.

A line has an equation of y = - 3x + 8. What is the y-intercept of the line? Please enter your answer as a coordinate (x, y). *

Answers

Answer:

(0, 8).

Step-by-step explanation:

The y intercept occurs when  = 0, so we have the equation:

y = -3(0) + 8

y = 0 + 8

y = 8.

The answer is (0, 8).

What is the measure of arc WXY

Answers

Answer:

152°

Step-by-step explanation:

Let P be any point on tangent [tex] \overleftrightarrow{YZ} [/tex] and WY is secant or chord of the [tex] \odot J[/tex] .

[tex] \therefore m\angle WYZ + m\angle WYP = 180°\\(Straight \: line \: \angle 's) \\

\therefore 104° + m\angle WYP = 180°\\

\therefore m\angle WYP = 180°- 104° \\

\red{\boxed {\bold {\therefore m\angle WYP = 76°}}} \\[/tex]

NOW, by tangent secant theorem:

[tex] m\angle WYP =\frac{1}{2}\times m(\widehat{WXY}) \\\\

76°=\frac{1}{2}\times m( \widehat{WXY}) \\\\

76°\times 2 =m( \widehat{WXY}) \\

\huge \purple {\boxed {\therefore m(\widehat{WXY}) = 152°}} [/tex]

The following data represent the pulse rates? (beats per? minute) of nine students enrolled in a statistics course. Treat the nine students as a population.Complete parts ?(a) through? (c). Student Pulse ??Perpectual Bempah 64 ??Megan Brooks 77 ??Jeff Honeycutt 89 ??Clarice Jefferson 69 ??Crystal Kurtenbach 89 ??Janette Lantka 65 ??Kevin McCarthy 88 ??Tammy Ohm 69 ??Kathy Wojdya 87(a) Determine the population mean pulse. The population mean pulse is approximately nothing beats per minute. ?(Round to one decimal place as? needed.)(b) Determine the sample mean pulse of the following two simple random samples of size 3. Sample? 1: StartSet Janette comma Clarice comma Megan EndSet Sample? 2: StartSet Perpectual comma Clarice comma Megan EndSet The mean pulse of sample 1 is approximately nothing beats per minute. ?(Round to one decimal place as? needed.) The mean pulse of sample? 2, is approximately nothing beats per minute. ?(Round to one decimal place as? needed.)(c) Determine if the means of samples 1 and 2? overestimate, underestimate, or are equal to the population mean. The mean pulse rate of sample 1 ? (underestimates/ is equal to/ overestimates) the population mean. The mean pulse rate of sample 2 (is equal to/ underestimates/ or overestimates) the population mean.

Answers

Answer:

(a)77.4bpm

(b)Mean of Sample 1 = 70.3 beats per minute.  

Mean pulse of sample 2 = 70 beats per minute.

(c)

The mean pulse rate of sample 1 underestimates the population mean. The mean pulse rate of sample 2 underestimates the population mean.

Step-by-step explanation:

(a)Population mean pulse.

The pulse of the nine students which represent the population are:

Perpectual Bempah      64Megan Brooks               77Jeff Honeycutt               89 Clarice Jefferson           69Crystal Kurtenbach       89 Janette Lantka              65Kevin McCarthy             88Tammy Ohm                  69Kathy Wojdya                 87

[tex]\text{Population Mean} =\dfrac{64+77+89+69+89+65+88+69+87}{9} \\=\dfrac{697}{9} \\\\=77.44[/tex]

The population mean pulse is approximately 77.4 beats per minute.

(b)Sample 1: {Janette,Clarice,Megan}

Janette: 65bpmClarice: 69bpmMegan: 77bpm

Mean of Sample 1

[tex]\text{Sample 1 Mean} =\dfrac{65+69+77}{3} \\=\dfrac{211}{3} \\\\=70.3[/tex]

Sample 2: {Janette,Clarice,Megan}

Perpetual: 64bpmClarice: 69bpmMegan: 77bpm

Mean of Sample 2

[tex]\text{Sample 2 Mean} =\dfrac{64+69+77}{3} \\=\dfrac{210}{3} \\\\=70[/tex]

The mean pulse of sample 1 is approximately 70.3 beats per minute.  

The mean pulse of sample 2 is approximately 70 beats per minute.

(c)

The mean pulse rate of sample 1 underestimates the population mean. The mean pulse rate of sample 2 underestimates the population mean.

A person must pay $ $ 8 to play a certain game at the casino. Each player has a probability of 0.21 of winning $ $ 14, for a net gain of $ $ 6 (the net gain is the amount won 14 minus the cost of playing 8). Each player has a probability of 0.79 of losing the game, for a net loss of $ $ 8 (the net loss is simply the cost of playing since nothing else is lost). What is the Expected Value for the player (that is, the mean of the probabiltiy distribution)? If the Expected Value is negative, be sure to include the "-" sign with the answer. Express the answer with two decimal places.

Answers

Answer:

-$5.06

Step-by-step explanation:

Given the probability distribution of X where X is the net gain or loss

[tex]\left|\begin{array}{c|c|c}Profit(X)&\$6&-\$8\\P(X)&0.21&0.79\end{array}\right|[/tex]

The expected value of X is defined as follows:

Expected Value of X, [tex]E(X)=\sum_{i=1}^nx_iP(x_i)[/tex]

Therefore, the expected value of the player

E(X)=(6*0.21)+(-8*0.79)

=1.26-6.32

[tex]E(X)=-\$5.06[/tex]

The expected value of each player at the casino is -$5.06.

Abcd is a trapozium what Is the the value of x of a is 110

Answers

Answer:

70°

Step-by-step explanation:

Since it's a trapezoid the sum of a and x would be 180°

110° + x = 180°

x = 70°

graph of y=- 3x+2 is:

Answers

Answer:

GRAPH OF 3X+2 IS 6

Step-by-step explanation:

Answer:

The graph below

Step-by-step explanation:

Choose the correct answer below. A. The mean MPG of this type of vehicle for 95​% of all samples of the same size is contained in the interval. B. 95​% of the sample data fall between the limits of the confidence interval. C. We have 95​% confidence that the mean MPG of this type of vehicle for the sample is contained in the interval. D. We have 95​% confidence that the population mean MPG of this type of vehicle is contained in the interval.

Answers

Answer:

Step-by-step explanation:

The question is incomplete. The complete question is

The table below contains the overall miles per gallon (MPG) of a type of vehicle. Complete parts a and b below.

28, 34, 28, 20, 21, 31, 28, 24, 34, 35 , 36, 26, 25, 20

a. Construct a 95% confidence interval estimate for the population mean MPG for this type of vehicle, assuming a normal distribution.

b. Choose the correct answer below.

A. We have 95% confidence that the mean MPG of this type of vehicle for the sample is contained in the interval.

B. We have 95 ℅ confidence that the population mean MPG of this type of vehicle is contained in the interval. This is the correct answer.

C.95 % of the sample data fall between the limits of the confidence interval.Your answer is not correct.

D. The mean MPG of this type of vehicle for 95?% of all samples of the same size is contained in the interval.

Solution:

a) Mean = (28 + 34 + 28 + 20 + 21 + 31 + 28 + 24 + 34 + 35 + 36 + 26 + 25 + 20)/14 = 27.86

Standard deviation = √(summation(x - mean)²/n

n = 14

Summation(x - mean)² = (28 - 27.86)^2 + (34 - 27.86)^2 + (28 - 27.86)^2 + (20 - 27.86)^2 + (21 - 27.86)^2+ (31 - 27.86)^2 + (28 - 27.86)^2 + (24 - 27.86)^2 + (34 - 27.86)^2 + (35 - 27.86)^2 + (36 - 27.86)^2 + (26 - 27.86)^2 + (25 - 27.86)^2 + (20 - 27.86)^2 = 399.7144

Standard deviation = √(399.7144/14) = 5.34

Confidence interval is written in the form,

(Sample mean - margin of error, sample mean + margin of error)

The sample mean, x is the point estimate for the population mean.

Margin of error = z × s/√n

Where

s = sample standard deviation = 5.34

n = number of samples = 14

From the information given, the population standard deviation is unknown and the sample size is small, hence, we would use the t distribution to find the z score

In order to use the t distribution, we would determine the degree of freedom, df for the sample.

df = n - 1 = 14 - 1 = 13

Since confidence level = 95% = 0.95, α = 1 - CL = 1 – 0.95 = 0.05

α/2 = 0.05/2 = 0.025

the area to the right of z0.025 is 0.025 and the area to the left of z0.025 is 1 - 0.025 = 0.975

Looking at the t distribution table,

z = 2.16

Margin of error = 2.16 × 5.34/√14

= 3.08

The confidence interval is 27.86 ± 3.08

b) B. We have 95 ℅ confidence that the population mean MPG of this type of vehicle is contained in the interval.

Use the given information to find the P-value. Also, use a 0.05 significance level and state the conclusion about the null hypothesis (reject the null hypothesis or fail to reject the null hypothesis). With H1 : p ≠ 3/5, the test statistic is z = 0.78.
1) With H1: p ≠ 3/5, the test statistic is z = 0.78.
A) 0.4354; fail to reject the null hypothesis
B) 0.4354; reject the null hypothesis
C) 0.2177 fail to reject the null hypothesis
D) 0.2177; reject the null hypothesis
2) The test statistic in a left-tailed test is z = -1.83.
A) 0.0336; reject the null hypothesis
B) 0.0672; fail to reject the null hypothesis
C) 0.9664; fail to reject the null hypothesis
D) 0.0672; reject the null hypothesis
3) The test statistic in a right-tailed test is z = 0.52.
A) 0.0195; reject the null hypothesis
B) 0.3015; reject the null hypothesis
C) 0.3015; fail to reject the null hypothesis
D) 0.6030; fail to reject the null hypothesis

Answers

Answer:

1) With H1: p ≠ 3/5, the test statistic is z = 0.78

The p value for this case would be given by:

[tex] p_v = 2*P(z>0.78)=0.4354[/tex]

Best option:

A) 0.4354; fail to reject the null hypothesis

2) The test statistic in a left-tailed test is z = -1.83

The p value for this case would be given by:

[tex] p_v = P(z<-1.83)=0.0336[/tex]

Best option:

A) 0.0336; reject the null hypothesis

3) The test statistic in a right-tailed test is z = 0.52.

The p value for this case would be given by:

[tex] p_v = P(z>0.52)=0.3015[/tex]

Best option:

C) 0.3015; fail to reject the null hypothesis

Step-by-step explanation:

The significance level for all the cases is the same [tex]\alpha=0.05[/tex]

Part 1

With H1: p ≠ 3/5, the test statistic is z = 0.78

The p value for this case would be given by:

[tex] p_v = 2*P(z>0.78)=0.4354[/tex]

Best option:

A) 0.4354; fail to reject the null hypothesis

Part 2

The test statistic in a left-tailed test is z = -1.83

The p value for this case would be given by:

[tex] p_v = P(z<-1.83)=0.0336[/tex]

Best option:

A) 0.0336; reject the null hypothesis

Part 3

The test statistic in a right-tailed test is z = 0.52.

The p value for this case would be given by:

[tex] p_v = P(z>0.52)=0.3015[/tex]

Best option:

C) 0.3015; fail to reject the null hypothesis

Explain what the difference between a tangent and a secant segment is?

Answers

Answer:

A tangent line touches a curve at one point and has the same slope as the curve at that point. A secant line intersects at 2 or more points and has a slope equal to the average rate of change between those points.

Answer:

A Tangent of a circle is found outside of the circle but touching 2 points of the circle on the outside. But a Secant is found inside the circle and it touches 2 points in the circle. A Chord can always be Secant, but a secant can not always be a chord because it may pass through the circle.

Step-by-step explanation:

Mr. Evans is considering offering a second after-school tutoring session for his math students each week. He records the number of
students who attend his current sessions each week. The results from the last twelve weeks are shown in the dot plot below.
+
1 2
+
0
+
3
4 5 6 7 8 9 10 11 12 13 14 15
Number of Students
Which statement properly describes the data?
There is not enough information to determine if the data is skewed.
O
The data is symmetric.
The data is skewed right.
The data is skewed left.

Answers

Answer:

Step-by-step explanation:

the data is skewed left

The data in the given set is skewed towards left because the mean of the data is 7.5 and the data is not distributed symmetrically in the given set. Thus, the correct option is C.

What is a Skewed data set?

Skewed data is the data which creates an asymmetrical, skewed curve on the graph scale. In statistics, the graph of a data set with normal distribution is symmetrical and has a bell-like shape. However, the skewed data has a tail on either side of the graph as well.

Skewness can be demonstrated on a bell curve when the data points are not distributed symmetrically to the left and right sides of the median on the curve. If the bell curve is shifted to the left or towards the right side, it is said to be skewed curve. The two halves of the distribution are not mirror images in the skewed curve because the data are not distributed equally on both sides of the distribution peak.

Therefore, the correct option is C.

Learn more about Skewed data here:

https://brainly.com/question/3907939

#SPJ2

To play the game you spin a spinner like the one shown you win if the arrow lands in one of the areas marked Win Lee played this game many times and recorded her results she won 11 times and lost 57 times use lee date to explain how to find the experimental probability of winning this game and to complete the explanation

Answers

Answer:

She played the game 11+57 = 68 times. She won 11 times. So the experimental probability of Lee winning is 11/68 = 0.1618 = 16.18%.

Step-by-step explanation:

To find the experimental probability of an outcome we divide:

The number of trials in which the desired outcome happened by the total number of trials.

In this question:

Experimental probability of winning this game.

She played the game 11+57 = 68 times. She won 11 times. So the experimental probability of Lee winning is 11/68 = 0.1618 = 16.18%.

An epidemiologist found five cases of "big toe cancer" in the Yukon Territory. Because there were only a few cases, the epidemiologist decided to conduct a matched case-control study to determine whether shoe size larger than 9 is a risk factor for big toe cancer. Cases were individually matched to one control for daily activity, history of athlete’s foot, and history of ingrown toenails. The following data were gathered:
Shoe size > 9
Pair Case Control
1 Yes No
2 No No
3 No Yes
4 Yes Yes
5 No Yes
Compute the proper measure of association.
Interpret your results.
If you were to investigate a rare cancer in Lynchburg, where might you look for data?
What would be necessary legally and ethically to be able to utilize this data set(s)?
Submit your thread by 11:59 p.m. (ET) on Thursday of Module/Week 3, and submit your replies by 11:59 p.m. (ET) on Sunday of the same module/week.

Answers

Answer:

Step-by-step explanation:

Given that:

An epidemiologist found five cases of "big toe cancer" in the Yukon Territory.

Therefore, shoe size > 9

1) From the required data given below

                       Case       Control       Total

Yes                2(a)             3(b)            5

No                  3(c)             2(d)            5

Total               5                 5                10

∴ odds ratio = ad/bc

= 4/9

=0.444

2) From the less than 1.0 mean that the odds of cancer among case is lower than the odds of cancer among controls

Hurry please! I really need help For what value of the variable is the value of 3−5c one less than the value of 1−c?

Answers

Answer:

Any values that is greater than 1/2.

Step-by-step explanation:

You have to form an inequality. Given that what values is added to c will satisfy that 3 - 5c is less than 1 - c :

[tex]3 - 5c < 1 - c[/tex]

Next, you have to solve :

[tex] - 5c + c < 1 - 3[/tex]

[tex] - 4c < - 2[/tex]

[tex]c > \frac{ - 2}{ - 4} [/tex]

[tex]c > \frac{1}{2} [/tex]

if a quadratic equation with real coefficients has a discriminant of -36 then what type of roots does it have

Answers

Step-by-step explanation:

We have,

If a quadratic equation with real coefficients has a discriminant of -36.

The general form of quadratic equation is :

[tex]ax^2+bx+c=0[/tex]

The discriminant of this equation is : [tex]D=b^2-4ac[/tex]

If D=0, it will have 1 real roots

If D>0, it will have 2 real roots

If D<0, it will have no real roots

We have,

D = -36 < 0, so, the quadratic equation will have no real roots.

Pleaseeee Thank you!!!!!!!!!

Answers

Answer:

D.

Step-by-step explanation:

Let's solve each choice.

A: 3 divided by 90 is 3/90 and can be simplified to 1/30. So no.

B: 1/5 divided by 6. Recall that when dividing, you multiply the 1st term by the 2nd term's reciprocal. If you do this, you get 1/30. So no.

C: 1/6 divided by 5. Again, multiply 5's reciprocal to 1/6. There you get 1/30. So no.

D: 6 divided by 1/5. Again, multiply 1/5's reciprocal to 6. 1/5's reciprocal is 5. 5*6 = 30. So this is the correct answer.

9. A pyramid has a height of 10 inches and a base with an area of 21 square inches.

Find the volume of the pyramid.

F210 in

G 105 in

H 70 in

J 35 in

Answers

Answer:

  H  70 in³

Step-by-step explanation:

The volume of a pyramid is given by the formula ...

  V = (1/3)Bh

  V = (1/3)(21 in²)(10 in) = 70 in³

The volume of the pyramid is 70 cubic inches.

Answer:

[tex]= 70 {in}^{3}[/tex]

Third answer is correct.

Step-by-step explanation:

[tex]v = \frac{base \: \: \: area \times height}{3} \\ = \frac{21 \times 10}{3} \\ = 70 {in}^{3} [/tex]

hope this helps

brainliest appreciated

good luck! have a nice day!

The table shows the number of heartbeats in minutes for Shen and Adrian.

A 3-column table with 2 rows. Column 1 is labeled Person with entries Shen, Adrian. Column 2 is labeled Heartbeats with entries 192, 360, Column 3 is labeled Time (minutes) with entries 3, 5.

Which statements are true? Check all that apply.
Shen has a slower heart rate than Adrian.
Adrian has a slower heart rate than Shen.
Shen’s unit heart rate is 64 beats per minute.
Adrian’s unit heart rate is 72 beats per minute.
Adrian’s unit heart rate is 120 beats per minute.

Answers

Answer:

Shen has a slower heart rate than Adrian.

Shen’s unit heart rate is 64 beats per minute.

Adrian’s unit heart rate is 72 beats per minute.

I’ve been stuck can someone explain

Answers

Answer:

Option (3)

Step-by-step explanation:

From the figure attached,

AB and CD are two chords intersecting at O.

m∠AOD = 37°

m∠AOC + m∠AOD = 180° [Since these angles are supplementary angles]

m∠AOC = 180° - 37°

              = 143°

By the theorem of intersecting chords,

Measure of angle formed is the half of the sum of measures of the arcs intercepted by the angle and vertical angle.

m∠AOC = [tex]\frac{1}{2}(\widehat{AC}+\widehat{BD})[/tex]

143° = [tex]\frac{1}{2}[(x+5)+(x-5)][/tex]

143° = x

Therefore, Option (3) will be the answer.

Stan ran 4 7/10 miles , which was 1 3/10 fewer miles than Matt ran. For students wrote and solve the equation to find him the number of miles that Matt Ryan which student wrote and solve the equation correctly

Answers

Answer:

Matt ran 6 miles.

Step-by-step explanation:

Stan ran 4 and 7/10 miles, and this is 1 and 3/10 fewer miles than Matt.

this means that Matt ran the following amount of miles

4 and 7/|0 + 1 and 3/10 miles:

(4 + 1) + (7/10 + 3/10) = 5 + 10/10 = 6 miles.

This would be the correct way to solve this equation.

The average cost of producing a single bicycle based on the total number of bicycles produced, x, is represented by this function:f(x)=800+30,000/xUse the drop-down menus to complete the statements to show the difference between the mathematical and reasonable ranges. The reasonable range includes the set of A whole number, B rational numbers,C integers, D real numbers where 800 < y ≤ , A 801, B 30,000, C 30,800, D 24,000,000 while the mathematical range includes the set of A whole numbers,B rational numbers C integers D real numbers and only excludes the value . A 0, B 800, C 30,800

Answers

Answer:

The correct answers are B, C, D, B

Step-by-step explanation:

These answers complete the statements that show the difference between the mathematical and reasonable ranges. Good luck! :)

B) Rational Numbers

C) 30,800

D) Real Numbers

B) 800

Correct on edge2020!

Answer:

BCDB

Step-by-step explanation:

A MP3 Manufacturer claims that 65% of teenagers have their own MP3 player. A researcher wishes to test the claim and selects a random sample of 80 teenagers. She finds that 57 have their MP3 player. At a .05 significance level, should the claim be rejected? Please show work.

Answers

Answer:

Null hypothesis: H0 = 0.65

Alternative hypothesis: Ha ≠ 0.65

z = 1.172

P value = P(Z≠1.172) = 0.24

Decision we fail to reject the null hypothesis. That is, there is convincing evidence enough to reject the Null hypothesis.

Rule

If;

P-value > significance level --- accept Null hypothesis

P-value < significance level --- reject Null hypothesis

Z score > Z(at 95% confidence interval) ---- reject Null hypothesis

Z score < Z(at 95% confidence interval) ------ accept Null hypothesis

Step-by-step explanation:

Given;

n=80 represent the random sample taken

Null hypothesis: H0 = 0.65

Alternative hypothesis: Ha ≠ 0.65

Test statistic z score can be calculated with the formula below;

z = (p^−po)/√{po(1−po)/n}

Where,

z= Test statistics

n = Sample size = 80

po = Null hypothesized value = 0.65

p^ = Observed proportion = 57/80 = 0.7125

Substituting the values we have

z = (0.7125-0.65)/√(0.65(1-0.65)/80)

z = 1.17201807734

z = 1.172

To determine the p value (test statistic) at 0.05 significance level, using a two tailed hypothesis.

P value = P(Z≠1.172) = 0.241197 = 0.24

Since z at 0.05 significance level is between -1.96 and +1.96 and the z score for the test (z = 1.172) which falls within the region bounded by Z at 0.05 significance level. And also the one-tailed hypothesis P-value is 0.24 which is higher than 0.05. Then we can conclude that we have enough evidence to FAIL to reject the null hypothesis, and we can say that at 5% significance level the null hypothesis is valid.

Given the speeds of each runner below, determine who runs the fastest. \text{Noah runs 11 feet per second.} Noah runs 11 feet per second. \text{Katie runs 423 feet in 33 seconds.} Katie runs 423 feet in 33 seconds. \text{Jake runs 1 mile in 396 seconds.} Jake runs 1 mile in 396 seconds. \text{Liz runs 638 feet in 1 minute.} Liz runs 638 feet in 1 minute.

Answers

Answer:

Jake

Step-by-step explanation:

Noah: 11 feet per second

Katie: 423 feet / 33 seconds = 12.82 ft/sec (just divide the feet / seconds)

Jake:

1 mile = 5280 feet

Adam runs 5280ft / 396 seconds = 13.34 ft/sec

Liz:

1 minute = 60 second.

Liz runs 638 feet / 60 seconds = 10.63 ft / sec

From the above results we find that Jake runs the fastest

Suppose that in a certain sinkhole the ground dropped 69.6 ft in 24 hr. Find the unit rate representing the change in altitude per hour ..the unit rate representing the change in altitude is how many feet per hour

Answers

Answer:

2.9 per hour

Step-by-step explanation:

Divide 69.9 by 24

which choice is equivalent to the fraction below?

Answers

Answer: 2 ÷ 17

Step-by-step explanation: When you have something in this form, a/b, it means the same thing as a divided by b.

So 2/17 means the same thing as 2 ÷ 17.

The elephant is in danger of being completely wiped out. What sort of species is


an elephant?


a limiting species


O


an extinct species


a threatened species


an endangered species

Answers

Answer:

Endangered species

Step-by-step explanation:

An endangered species is a species that is at risk of extinction due to rapid decrease in their population .Their decrease in population might be due to loss of habitat and genetic variation. The loss of habitat might be due to natural factors like the climate change For example animals like dinosaurs during the cretaceous period that experience rapid change in the climate loss their habitat and went extinct.

Human activity can also influence loss of habitat. Development in housing , agriculture and industry can also threaten the habitats of native organisms. The loss of their habitat might cause sudden extinction of these organisms. They might find it hard to adapt to another environment or even procreate.  

Generally,  endangered species are species that are threatened by extinction. Elephants that are in danger of been wiped out is an endangered species.

Data from the U.S. Department of Education indicates that 46% of business graduate students from private universities had student loans. Suppose you randomly survey a sample of graduate business students from private universities. Consider the sampling distribution (sample size n = 215) for the proportion of these students who have loans.What is the mean of this distribution?What is the standard deviation of this sampling distribution (i.e., the standard error)?

Answers

Answer:

For this case the mean is given by:

[tex] \mu = p =0.46[/tex]

And the standard deviation would be:

[tex] \sigma = \sqrt{\frac{0.46*(1-0.46)}{215}}= 0.0340[/tex]

Step-by-step explanation:

For this case we have the following info given :

[tex] n = 215[/tex] represent the sample size

[tex]p = 0.46[/tex] represent the proportion of business graduate students from private universities had student loans

For this case we want to find the distribution for the sample proportion and we know that this distribution is given by:

[tex] \hat p \sim N (p , \sqrt{\frac{p(1-p)}{n}}) [/tex]

And for this case the mean is given by:

[tex] \mu = p =0.46[/tex]

And the standard deviation would be:

[tex] \sigma = \sqrt{\frac{0.46*(1-0.46)}{215}}= 0.0340[/tex]

Answer:

The mean of this distribution is 0.46 and the standard deviation is 0.034.

Step-by-step explanation:

The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

For sampling distributions of samples of size n of a proportion p, the mean is [tex]\mu = p[/tex] and the standard deviation is [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

In this question:

[tex]n = 215, p = 0.46[/tex]

So

[tex]\mu = 0.46, s = \sqrt{\frac{0.46*0.54}{215}} = 0.0340[/tex]

The mean of this distribution is 0.46 and the standard deviation is 0.034.

Un bosque de 2 km2 está formado por hayas y pinos. Las hayas ocupan 380.000 m2 ¿Cuántos metros cuadrados ocupan los pinos?

Answers

Answer:

Los pinos ocupan [tex] \\ 1620000m^{2}[/tex] o 1 millón seiscientos veinte mil metros cuadrados.

Step-by-step explanation:

Una manera de resolver este problema es la siguiente:

[tex] \\ 1km^{2} = 1km * 1km = 1000m * 1000m = 1000000m^{2}[/tex]

[tex] \\ 2km^{2} = 2km * 1km = 2000m * 1000m = 2000000m^{2} = 2 * 10^{6}m^{2}[/tex]

En palabras, [tex] \\ 2km^{2} = 2000000m^{2}[/tex], o dos kilómetros cuadrados son iguales a 2 millones de metros cuadrados.

Sabemos que:

Estos [tex] \\ 2km^{2} = 2000000m^{2}[/tex] de bosque lo ocupan hayas y pinos, y, adicionalmente, Las hayas ocupan [tex] \\ 380000m^{2}[/tex].

De esta manera, la parte que ocupan los pinos es el total del bosque menos el área ocupada por las hayas. Por lo tanto, el área ocupada por los pinos es:

[tex] \\ 2000000m^{2} - 380000m^{2}[/tex]

[tex] \\ 1620000m^{2}[/tex]

¿Cuántos metros cuadrados ocupan los pinos?

Los pinos ocupan, entonces, [tex] \\ 1620000m^{2}[/tex] o 1 millón seiscientos veinte mil metros cuadrados.

Other Questions
Factories A and B produce computers. Factory A produces 3 times as many computers as factory B. The probability that an item produced by factory A is defective is 0.03 and the probability that an item produced by factory B is defective is 0.045. A computer is selected at random and it is found to be defective. What is the probability it came from factory A? emergency!!!! Find the quotient and remainder when x^4 is divided by x^2 +2x -1 Will Mark Brainliest if correct!!(If u dont know the answer then dont answer)Which generation is characterized by conspicuous consumption?A. the silent generationB. Generation XC. the millennial generationD. Generation Z eersAccording to the article, how do relationships between teens and their peers change during adolescence? How would I add a play again feature to this RPS program in python using a while loop?import randomchoice = input("Enter Rock(R), Paper(P), or Scissors(S): ")computer = random.randint(1, 3)if computer == 1: print("Computer played R.")elif computer == 2: print("Computer played P.")else: print("Computer played S.")#Winning conditionsif computer == 1 and choice == "R": print("Computer played Rock.") print("Tie")elif computer == 2 and choice == "P": print("Computer played Paper.") print("Tie")elif computer == 3 and choice == "S": print("Computer played Scissors.") print("Tie")elif computer == 1 and choice == "S": print("Computer played Rock.") print("You Lose")elif computer == 2 and choice == "R": print("Computer played Paper.") print("You Lose")elif computer == 3 and choice == "P": print("Computer played Scissors.") print("You Lose")elif computer == 1 and choice == "P": print("Computer played Rock.") print("You Win")elif computer == 2 and choice == "S": print("Computer played Paper.") print("You Win")elif computer == 3 and choice == "R": print("Computer played Scissor.") print("You Win") The major difference between a 1s orbital and a 2s orbital is thatThe 2s orbital has a slightly different shape.The 2s orbital is at a higher energy level.The 2s orbital can hold more electrons.The 1s orbital can have only one electron. The Hopis of North America make small sculptures such asAhola Kachina as a form of prayer. They believe kachinas, orspirits of the dead, dwell in their community in winter andspring and ensure human welfare and sufficient moisture forcrops.What is the iconography of a kachina? Select ALL answersthat are true.Colors representing sacred directions: north = blue or green;west = yellow; south = red; east = white; the heavens =multicolors; and the nadir = black.Large, inverted black triangle on face and eagle feathers thatproject from head.Dome-shaped mask, yellow on one side and gray on the other,covered with small crosses.Male members of the Hopi community perform as kachinasduring religious festivals. answer both, please. and explain How has coronavirus impacted the economy and international trade? Which statement is true about the green,orange,and gray triangles show in the textile pattern below?A. They are congruent obtuse triangle B. They are congruent right triangleC. They are acute right triangle D. They are similar right triangle 1. Select one of the essay questions to answer.ScoreA. "I think my heart will break," one woman wrote to her sweetheart fighting in the CivilWar. What was the impact of the Civil War on women? Write an essay that describesthe burdens, roles, and accomplishments of women during the Civil War.ORB. Andrew Johnson said: This is a country for white men, and by God, as long as I am president, it shallbe a government for white men." Andrew Johnson is considered one of our most controversialpresidents. Why?Write an essay explaining Johnson's presidency and his legacy. Include his views on slavery, conflictwith Congress, and specific actions that made Johnson's presidency controversial.QuestionAnswer: HELP PLEASE!! Stefano owns a restaurant where his customers create their own pasta dishes. The customer chooses exactly one type of noodle, sauce, vegetable, and meat. The following table shows the options available to customers. HELP PLEASE!! WILL GIVE EXTRA POINTS The weather forecaster says that there is an 80% chance of rain today. Which statement describes the likelihood that it will rain today? The area of the surface of a circular pond is needed. A measure about the pond gives a circumference of about 47 feet. Find the area. I PointHow does the gravitational force betwqen two objects change if the mass ofone of the objects is doubled?O A. The gravitational force decreases by a factor of 4.B. The gravitational force increases by a factor of 4.C. The gravitational force doubles.D. The gravitational force decreases by half. NEED HELP ASAP You are an entrepreneur starting a biotechnology firm. If your research is successful, the technology can be sold for $ 30$30 million. If your research is unsuccessful, it will be worth nothing. To fund your research, you need to raise $2.02.0 million. Investors are willing to provide you with $2.02.0 million in initial capital in exchange for 50 %50% of the unlevered equity in the firm. a. What is the total market value of the firm without leverage? b. Suppose you borrow $1.01.0 million. According to MM, what fraction of the firm's equity will you need to sell to raise the additional $1.01.0 million you need? c. What is the value of your share of the firm's equity in cases (a) and (b)? a. What is the total market value of the firm without leverage? Keywords like as, like, and is are often used when what type of context clue is used? restatement contrast comparison description PLEASE HELP I WILL NAME BRAINLIEST. I need 2 simile poems. The poems just have to have as many similes as possible. Thank you. Solve for x. Enter the solutions from least to greatest.x2 X 12 = 0 5. Which statement is true about the triangles?