In a survey at a shoe store, 200 customers were asked whether they have
running shoes or basketball shoes. The results are in the relative frequency
table
Total
Have running shoes
0.16
No running shoes
0.26
Have basketball shoes
No basketball shoes
Total
0.24
0.34
What percentage of the people surveyed have basketball shoes?

Answers

Answer 1

Answer:the answer would be 0.42

Step-by-step explanation: The reason is you basically have to add both 0.16 and 0.26 and you get the percentage!

Answer 2

The percentage of the people surveyed who have basketball shoes is 42%.

What is Relative Frequency?

Relative frequency of a data set is defined as the ratio of the number of outcomes that occured by the total number of trials.

Given a relative frequency table which shows the relative frequency of each of the sections have running shoes, have basketball shoes, and does not have any one of them or both.

Given that,

Total number of people surveyed = 200

Relative frequency of people who have basketball shoes = 0.16 + 0.26 = 0.42

So percentage = 0.42 × 100 = 42%

Hence the percentage of people who have basketball shoes is 42%.

Learn more about Relative Frequency here :

https://brainly.com/question/30466267

#SPJ7


Related Questions

Five thousand tickets are sold at​ $1 each for a charity raffle. Tickets are to be drawn at random and monetary prizes awarded as​ follows: 1 prize of ​$800​, 3 prizes of ​$200​, 5 prizes of ​$50​, and 20 prizes of​ $5. What is the expected value of this raffle if you buy 1​ ticket?

Answers

Answer:

The expected value of this raffle if you buy 1​ ticket is $0.41.

Step-by-step explanation:

The expected value of the raffle if we buy one ticket is the sum of the prizes multiplied by each of its probabilities.

This can be written as:

[tex]E(X)=\sum p_iX_i[/tex]

For example, the first prize is $800 and we have only 1 prize, that divided by the number of tickets gives us a probability of 1/5000.

If we do this with all the prizes, we can calculate the expected value of a ticket.

[tex]E(X)=\sum p_iX_i\\\\\\E(X)=\dfrac{1\cdot800+3\cdot200+5\cdot50+20\cdot20}{5000}\\\\\\E(X)=\dfrac{800+600+250+400}{5000}=\dfrac{2050}{5000}=0.41[/tex]

The average life a manufacturer's blender is 5 years, with a standard deviation of 1 year. Assuming that the lives of these blenders follow approximately a normal distribution, find the probability that the mean life a random sample of 9 such blenders falls between 4.5 and 5.1 years.

Answers

Answer:

55.11% probability that the mean life a random sample of 9 such blenders falls between 4.5 and 5.1 years.

Step-by-step explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal probability distribution

When the distribution is normal, we use the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

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.

In this question:

[tex]\mu = 5, \sigma = 1, n = 9, s = \frac{1}{\sqrt{9}} = 0.3333[/tex]

Find the probability that the mean life a random sample of 9 such blenders falls between 4.5 and 5.1 years.

This is the pvalue of Z when X = 5.1 subtracted by the pvalue of Z when X = 4.5. So

X = 5.1

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

By the Central Limit Theorem

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{5.1 - 5}{0.3333}[/tex]

[tex]Z = 0.3[/tex]

[tex]Z = 0.3[/tex] has a pvalue of 0.6179

X = 4.5

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{4.5 - 5}{0.3333}[/tex]

[tex]Z = -1.5[/tex]

[tex]Z = -1.5[/tex] has a pvalue of 0.0668

0.6179 - 0.0668 = 0.5511

55.11% probability that the mean life a random sample of 9 such blenders falls between 4.5 and 5.1 years.

The base of a triangle is three times
the height. If the area is 150msquare,find the height.

Answers

Answer:

10m

Step-by-step explanation:

area = 1/2 base times height

x=height

3x=base

so

150=1/2(3x^2)

300=3x^2

100=x^2

10=x

so the height is 10 and the base is 30

Answer:

h = 10

Step-by-step explanation:

Hiiiiiii

The number of people arriving for treatment at an emergency room can be modeled by a Poisson process with a rate parameter of six per hour.
(a) What is the probability that exactly three arrivals occur during a particular hour? (Round your answer to three decimal places.)
(b) What Is the probability that at least three people arrive during a particular hour? (Round your answer to three decimal places.)
(c) How many people do you expect to arrive during a 15-min period?

Answers

Answer:

a) P(x=3)=0.089

b) P(x≥3)=0.938

c) 1.5 arrivals

Step-by-step explanation:

Let t be the time (in hours), then random variable X is the number of people arriving for treatment at an emergency room.

The variable X is modeled by a Poisson process with a rate parameter of λ=6.

The probability of exactly k arrivals in a particular hour can be written as:

[tex]P(x=k)=\lambda^{k} \cdot e^{-\lambda}/k!\\\\P(x=k)=6^k\cdot e^{-6}/k![/tex]

a) The probability that exactly 3 arrivals occur during a particular hour is:

[tex]P(x=3)=6^{3} \cdot e^{-6}/3!=216*0.0025/6=0.089\\\\[/tex]

b) The probability that at least 3 people arrive during a particular hour is:

[tex]P(x\geq3)=1-[P(x=0)+P(x=1)+P(x=2)]\\\\\\P(0)=6^{0} \cdot e^{-6}/0!=1*0.0025/1=0.002\\\\P(1)=6^{1} \cdot e^{-6}/1!=6*0.0025/1=0.015\\\\P(2)=6^{2} \cdot e^{-6}/2!=36*0.0025/2=0.045\\\\\\P(x\geq3)=1-[0.002+0.015+0.045]=1-0.062=0.938[/tex]

c) In this case, t=0.25, so we recalculate the parameter as:

[tex]\lambda =r\cdot t=6\;h^{-1}\cdot 0.25 h=1.5[/tex]

The expected value for a Poisson distribution is equal to its parameter λ, so in this case we expect 1.5 arrivals in a period of 15 minutes.

[tex]E(x)=\lambda=1.5[/tex]

Consider the function represented by 9x + 3y = 12 with x as the independent variable. How can this function be
written using function notation?
Of) = -
O F(x) = - 3x + 4
Of(x) = -x +
O fb) = - 3y+ 4

Answers

Answer:

f(x) = -3x + 4

Step-by-step explanation:

Step 1: Move the 9x over

3y = 12 - 9x

Step 2: Divide everything by 3

y = 4 - 3x

Step 3: Rearrange

y = -3x + 4

Step 4: Change y to f(x)

f(x) = -3x + 4

A regular hexagonal prism has a height of 7 cm and base edge length of 4 cm. Identify its lateral area and surface area. HELP ASAP

Answers

Answer:

Lateral Surface Area = 168 [tex]cm^2[/tex]

Total Surface Area = 209.57 [tex]cm^2[/tex]

Step-by-step explanation:

Given:

There is a regular hexagonal prism with

Height, h = 7 cm

Base edge length, a = 4 cm

To find:

Lateral surface area and total surface area = ?

Solution:

Formula for lateral surface area is given as:

[tex]LSA = \text{Perimeter of Base}\times Height[/tex]

Perimeter of a hexagon is given as:

[tex]P = 6 \times Edge\ Length\\\Rightarrow P = 6\times 4=24\ cm[/tex]

Now, LSA = 24 [tex]\times[/tex] 7 = 168 [tex]cm^2[/tex]

Total Surface area of prism is given by the formula:

[tex]TSA = LSA + B[/tex]

where B is the area of base.

Base is a regular hexagon, formula for area of a regular hexagon is given by:

[tex]B =6\times \dfrac{\sqrt3}4\times Edge^2\\\Rightarrow B =6\times \dfrac{\sqrt3}4\times 4^2 = 24\sqrt3\ cm^2\\\Rightarrow B = 41.57 cm^2[/tex]

So, Total Surface Area = 168 + 41.57 = 209.57[tex]cm^2[/tex]

So, answer is :

Lateral Surface Area = 168 [tex]cm^2[/tex]

Total Surface Area = 209.57 [tex]cm^2[/tex]

Answer: It' actually:

Lateral Area: 168cm²
Surface Area: 251.1cm²

Hope this helps ya!

Conde Nast Traveler publishes a Gold List of the top hotels all over the world. The Broadmoor Hotel in Colorado Springs contains 700 rooms and is on the 2004 Gold List (Conde Nast Traveler, January 2004). Suppose Broadmoor's marketing group forecasts a demand of 670 rooms for the coming weekend. Assume that demand for the upcoming weekend is normally distributed with a standard deviation of 30.

a.What is the probability all the hotel's rooms will be rented (to 4 decimals)?

b. What is the probability 50 or more rooms will not be rented (to 4 decimals)?

Answers

Answer:

(a) The probability that all the hotel's rooms will be rented is 0.1587.

(b) The probability that 50 or more rooms will not be rented is 0.2514.

Step-by-step explanation:

We are given that the Broadmoor Hotel in Colorado Springs contains 700 rooms and is on the 2004 Gold List.

Suppose Broadmoor's marketing group forecasts a mean demand of 670 rooms for the coming weekend. Assume that demand for the upcoming weekend is normally distributed with a standard deviation of 30.

Let X = demand for rooms in the hotel

So, X ~ Normal([tex]\mu=670,\sigma^{2} =30^{2}[/tex])

The z-score probability distribution for the normal distribution is given by;

                           Z  =  [tex]\frac{X-\mu}{\sigma}[/tex]  ~ N(0,1)

where, [tex]\mu[/tex] = mean demand for the rooms = 670

            [tex]\sigma[/tex] = standard deviation = 30

(a) The probability that all the hotel's rooms will be rented means that the demand is at least 700 = P(X [tex]\geq[/tex] 700)

          P(X [tex]\geq[/tex] 700) = P( [tex]\frac{X-\mu}{\sigma}[/tex] [tex]\geq[/tex] [tex]\frac{700-670}{30}[/tex] ) = P(Z [tex]\geq[/tex] 1) = 1 - P(Z < 1)

                                                             = 1 - 0.8413 = 0.1587

The above probability is calculated by looking at the value of x = 1 in the z table which has an area of 0.8413.

(b) The probability that 50 or more rooms will not be rented is given by = P(X [tex]\leq[/tex] 650)

         P(X [tex]\leq[/tex] 650) = P( [tex]\frac{X-\mu}{\sigma}[/tex] [tex]\leq[/tex] [tex]\frac{650-670}{30}[/tex] ) = P(Z [tex]\leq[/tex] -0.67) = 1 - P(Z < 0.67)

                                                             = 1 - 0.7486 = 0.2514

The above probability is calculated by looking at the value of x = 0.67 in the z table which has an area of 0.7486.

M/J Grade 8 Pre-Algebra-PT-FL-1205070-003

Answers

Answer:

Following are the description of the given course code:

Step-by-step explanation:

The given course code is Pre-Algebra, which is just an introduction arithmetic course programs to train high school in the Algebra 1. This course aims to strengthen required problem solving skills, datatypes, equations, as well as graphing.

In this course students start to see the "big picture" of maths but also understand that mathematical, algorithmic, and angular principles are intertwined to form a basis for higher mathematics education.The duration of this code is in year and it is divided into two levels. In this, code it includes PreK to 12 Education Courses , with the general mathematics .

Answer:

A

Step-by-step explanation:

A cardboard box without a lid is to have a volume of 8,788 cm3. Find the dimensions that minimize the amount of cardboard used.

Answers

Answer:

x = y = 26 cm; z = 13 cm

Step-by-step explanation:

We can calculate the dimensions of the square base as

∛(2·8788) = 26 cm

the height of the box will be half of 26/2 which is 13 cm.

x = y = 26 cm; z = 13 cm

then the minimum area for the given volume can be calculated using what we call Lagrange multipliers, this makes it easier

area = xy +2(xz +yz)

But we were given the volume as 8788

Now we will make the partial derivatives of L to be in respect to the cordinates x, y, z, as well as λ to be equal to zero, then

L = xy +2(xz +yz) +λ(xyz -8788)

For x: we have

y+2z +λyz=0

For y we have

y: x +2z +λxz=0

For z we have 2x+2y +λxy=0............eqn(*)

For we have xyz -8788=0

If we simplify the partial derivative equation of y and x above then we have

λ = (y +2z)/(yz).

= 1/z +2/y............eqn(1)

λ = (x +2z)/(xz)

= 1/z +2/x.............eqn(2)

Set eqn(1 and 2) to equate we have

1/z +2/y = 1/z +2/x

x = y

From eqn(*) we can get z

λ = (2x +2y)/(xy) = 2/y +2/x

If we simplify we have

1/z +2y = 2/x +2/y

Then z = x/2

26/2 =13

Therefore,

x = y = 2z = ∛(2·8788)

X= 26

y = 26 cm

z = 13 cm

In order to study the color preferences of people in his town, Andrew samples the population by dividing the residents by regions and randomly selecting 7 of the regions. He collects data from all residents in the selected regions. Which type of sampling is used?

Answers

Answer:

Cluster sampling

Step-by-step explanation:

Cluster sampling refers to the sampling that is used in market analysis. It is used when a researcher can not obtain information as a whole for the population but may obtain information through the groups or clusters

In the given case since andrew divides the residents through regions so this reflected the cluster sampling method

Please answer this correctly without making mistakes

Answers

Answer:

Question 2

Step-by-step explanation:

2) The time when she woke up was -  3° C

During nature walk, temperature got 3° C warmer than when she woke up.

So, temperature during nature walk = - 3 + 3 = 0° C

I NEED HELP PLEASE, THANKS! :)
A rock is tossed from a height of 2 meters at an initial velocity of 30 m/s at an angle of 20° with the ground. Write parametric equations to represent the path of the rock. (Show work)

Answers

Answer:

x = 28.01t,

y = 10.26t - 4.9t^2 + 2

Step-by-step explanation:

If we are given that an object is thrown with an initial velocity of say, v1 m / s at a height of h meters, at an angle of theta ( θ ), these parametric equations would be in the following format -

x = ( 30 cos 20° )( time ),

y = - 4.9t^2 + ( 30 cos 20° )( time ) + 2

To determine " ( 30 cos 20° )( time ) " you would do the following calculations -

( x = 30 * 0.93... = ( About ) 28.01t

This represents our horizontal distance, respectively the vertical distance should be the following -

y = 30 * 0.34 - 4.9t^2,

( y = ( About ) 10.26t - 4.9t^2 + 2

In other words, our solution should be,

x = 28.01t,

y = 10.26t - 4.9t^2 + 2

These are are parametric equations

Mr. Herman's class is selling candy for a school fundraiser. The class has a goal of raising \$500$500dollar sign, 500 by selling ccc boxes of candy. For every box they sell, they make \$2.75$2.75dollar sign, 2, point, 75. Write an equation that the students could solve to figure out how many boxes of candy they need to sell.

Answers

━━━━━━━☆☆━━━━━━━

▹ Answer

182 boxes

▹ Step-by-Step Explanation

$500 ÷ $2.75

= 181.81 ... → 182 boxes

Hope this helps!

CloutAnswers ❁

Brainliest is greatly appreciated!

━━━━━━━☆☆━━━━━━━

Answer:

182

Step-by-step explanation:

500/2.75  = 181.81

181.81 = 182

The width of a casing for a door is normally distributed with a mean of 24 inches and a standard deviation of 1/8 inch. The width of a door is normally distributed with a mean of 23 7/8 inches and a standard deviation of 1/16 inch. Assume independence. a. Determine the mean and standard deviation of the difference between the width of the casing and the width of the door. b. What is the probability that the width of the casing minus the width of the door exceeds 1/4 inch? c. What is the probability that the door does not fit in the casing?

Answers

Answer:

a) Mean = 0.125 inch

Standard deviation = 0.13975 inch

b) Probability that the width of the casing minus the width of the door exceeds 1/4 inch = P(X > 0.25) = 0.18673

c) Probability that the door does not fit in the casing = P(X < 0) = 0.18673

Step-by-step explanation:

Let the distribution of the width of the casing be X₁ (μ₁, σ₁²)

Let the distribution of the width of the door be X₂ (μ₂, σ₂²)

The distribution of the difference between the width of the casing and the width of the door = X = X₁ - X₂

when two independent normal distributions are combined in any manner, the resulting distribution is also a normal distribution with

Mean = Σλᵢμᵢ

λᵢ = coefficient of each disteibution in the manner that they are combined

μᵢ = Mean of each distribution

Combined variance = σ² = Σλᵢ²σᵢ²

λ₁ = 1, λ₂ = -1

μ₁ = 24 inches

μ₂ = 23 7/8 inches = 23.875 inches

σ₁² = (1/8)² = (1/64) = 0.015625

σ₂ ² = (1/16)² = (1/256) = 0.00390625

Combined mean = μ = 24 - 23.875 = 0.125 inch

Combined variance = σ² = (1² × 0.015625) + [(-1)² × 0.00390625] = 0.01953125

Standard deviation = √(Variance) = √(0.01953125) = 0.1397542486 = 0.13975 inch

b) Probability that the width of the casing minus the width of the door exceeds 1/4 inch = P(X > 0.25)

This is a normal distribution problem

Mean = μ = 0.125 inch

Standard deviation = σ = 0.13975 inch

We first normalize/standardize 0.25 inch

The standardized score of any value is that value minus the mean divided by the standard deviation.

z = (x - μ)/σ = (0.25 - 0.125)/0.13975 = 0.89

P(X > 0.25) = P(z > 0.89)

Checking the tables

P(x > 0.25) = P(z > 0.89) = 1 - P(z ≤ 0.89) = 1 - 0.81327 = 0.18673

c) Probability that the door does not fit in the casing

If X₂ > X₁, X < 0

P(X < 0)

We first normalize/standardize 0 inch

z = (x - μ)/σ = (0 - 0.125)/0.13975 = -0.89

P(X < 0) = P(z < -0.89)

Checking the tables

P(X < 0) = P(z < -0.89) = 0.18673

Hope this Helps!!!

Which of the following statements about feasible solutions to a linear programming problem is true?A. Min 4x + 3y + (2/3)z
B. Max 5x2 + 6y2
C. Max 5xy
D. Min (x1+x2)/3

Answers

Answer:

The answer is "Option A"

Step-by-step explanation:

The valid linear programming language equation can be defined as follows:

Equation:

[tex]\Rightarrow \ Min\ 4x + 3y + (\frac{2}{3})z[/tex]

The description of a linear equation can be defined as follows:

It is an algebraic expression whereby each term contains a single exponent, and a single direction consists in the linear interpolation of the equation.

Formula:

[tex]\to \boxed{y= mx+c}[/tex]

Find the missing side. Round your answer to the nearest tenth.

Answers

Use sin cos or tan
Please also mark brainliest

Joe hypothesizes that the students of an elite school will score higher than the general population. He records a sample mean equal to 568 and states the hypothesis as μ = 568 vs μ > 568. What type of test should Joe do?

Answers

Answer:

The test to be used is the right tailed test.

Step-by-step explanation:

The type of test joe should do would be a right tailed test. This is because;

A right tailed test which we sometimes call an upper test is where the hypothesis statement contains the greater than (>) symbol. This means that, the inequality points to the right. For example, we want to compare the the life of batteries before and after a manufacturing change.

If we want to know if the battery life of maybe 90 hours would be greater than the original, then our hypothesis statements might be:

Null hypothesis: (H0 = 90).

Alternative hypothesis: (H1) > 90.

In the null hypothesis, there are no changes, but in the alternative hypothesis, the battery life in hours has increased.

So, the most important factor here is that the alternative hypothesis (H1) is what determines if we have a right tailed test, not the null hypothesis.

Thus, the test to be used is the right tailed test.

Answer:

right tailed test.

Step-by-step explanation:

Mia, Maya, and Maria are sisters. Mia's age is twice Maya's age and Maria is seven years younger than Mia. If Maria is 3 years old, how old are Mia and Maya?

Answers

Answer:

Mia:10 Maya:5 Maria:3

Step-by-step explanation:

3+7= 10= Mia's age

10÷2=5= Maya's age

Answer:

Mia - 10

Maya - 5

Maria - 3

confused on question in screenshot

Answers

Answer:

right triangle

Step-by-step explanation:

We can use the Pythagorean theorem to determine if this is a right triangle

a^2 + b^2 = c^2

13^2 + ( 8 sqrt(13)) ^2 = (sqrt(1001))^2

169 + 8^2 * 13 = 1001

169+64*13 = 1001

169+832=1001

1001 = 1001

Since this is true, this is a right triangle

Finding angle measures between intersecting lines

Answers

Answer: 60° angle

Step-by-step explanation: AGD is a 90° angle, therefore, subtracting 30 from the 90 degrees gives you 60. As x is vertical to the 60 degree angle and verticals have the same degree measurement, x=60°.

The angle measures between intersecting lines is,

⇒ x = 60°

We have to given that,

There are three lines are intersect at point G.

Now, To find the value of x we can apply the definition of vertically opposite angle and linear pair angles, as,

⇒ 30° + 90° + x = 180°

Solve for x,

⇒ 120° + x = 180°

Divide by 120;

⇒ x = 180° - 120°

⇒ x = 60°

Therefore, The angle measures between intersecting lines is,

⇒ x = 60°

Learn more about the angle visit:;

https://brainly.com/question/25716982

#SPJ2

6a - 3c + a + 2b = what the answer

Answers

Answer:

7a+2b-3c

Step-by-step explanation:

6a+a = 7a

2b stays the same

-3c stays the same

Answer:

Hey mate, here is your answer. Hope it helps you.

7a-3c+2b

Step-by-step explanation:

6a+a-3c+2b

=7a-3c+2b

3c and 2b will be the same because the variables are different. They are not like terms.

find the circumference of a circle with a diameter of 6 cm

Answers

Circumference = πd

~substitute (π)(6 cm)

~simplify → 6π cm.

So the circumference of the circle shown here is 6π cm.

Answer:

18.85 cm

Step-by-step explanation:

The circumference of a circle has a formula.

Circumference = π × diameter

The diameter is 6 centimeters.

Circumference = π × 6

Circumference ≈ 18.85

The circumference of the circle is 18.85 centimeters.

[!] Urgent [!] Find the domain of the graphed function.

Answers

There is no way I can answer this without the graph

how many solution does this equation have LOOK AT SCREENSHOT ATTACHED

Answers

Answer:

One solution

Step-by-step explanation:

99% of the time, linear equations (equations that have the first degree) have only one solution. However, it's always good to check.

6 - 3x = 12 - 6x

6 = 12 - 3x

-3x = -6

x = 2

As you can see, only one solution. Hope this helps!

According to insurance records, a car with a certain protection system will be recovered 87% of the time. If 600 stolen cars are randomly selected, what is the mean and standard deviation of the number of cars recovered after being stolen?

Answers

Answer:

The mean and standard deviation of the number of cars recovered after being stolen is 522 and 8.24 respectively.

Step-by-step explanation:

We are given that according to insurance records, a car with a certain protection system will be recovered 87% of the time.

Also, 600 stolen cars are randomly selected.

Let X = Number of cars recovered after being stolen

The above situation can be represented through binomial distribution;

[tex]P(X=r)=\binom{n}{r}\times p^{r} \times (1-p)^{n-r} ;x=01,2,3,......[/tex]

where, n = number of trials = 600 cars

            r = number of success

            p = probability of success which in our question is the probability

                    that car with a certain protection system will be recovered,

                     i.e. p = 87%.

So, X ~ Binom(n = 600, p = 0.87)

Now, the mean of X, E(X) =  [tex]n \times p[/tex]

                                          =  [tex]600 \times 0.87[/tex] = 522

Also, the standard deviation of X, S.D.(X)  =  [tex]\sqrt{n \times p \times (1-p)}[/tex]

                                                                     =  [tex]\sqrt{600 \times 0.87 \times (1-0.87)}[/tex]

                                                                     =  8.24

what is the equation of the line that is parallel to the given line and passes through the point (2, 3) ? a. x + 2y = 4 b. x + 2y = 8 c. 2x + y =4 d. 2x + y = 8

Answers

Answer:

see explanations

Step-by-step explanation:

The given blue line has a slope of m = -1/2.

The line parallel to the given line passing through point (x0,y0)=(2,3) is given by the point-slope form:

(y-y0)=m(x-x0)

substitute values

(y-3) = (-1/2)(x-2)

Expand and transpose

y = (-1/2)x + 1 + 3

y = (-1/2)x + 4  ....................(1)

We choose the second equation b. x+2y=8 and convert to slope-intercept form:

2y=-x+8

y = (-1/2)x + 4, which is exactly equation (1)

So

b. x+2y=8 is the correct answer.

Answer:

b. x + 2y = 8

Step-by-step explanation:

4.48 Same observation, difference sample size: Suppose you conduct a hypothesis test based on a sample where the sample size is n = 50, and arrive at a p-value of 0.08. You then refer back to your notes and discover that you made a careless mistake, the sample size should have been n = 500. Will your p-value increase, decrease, or stay the same?

Answers

Answer:

P-value is lesser in the case when n = 500.

Step-by-step explanation:

The formula for z-test statistic can be written as

[tex]z=\frac{x-\mu}{\frac{\sigma}{\sqrt{n} } } =\frac{(x-\mu)\sqrt{n}}{\sigma}[/tex]

here, μ = mean

σ= standard deviation, n= sample size, x= variable.

From the relation we can clearly observe that n is directly proportional to test statistic. Thus, as the value of n increases the corresponding test statistic value also increases.

We can also observe that as the test statistic's numerical value increases it is more likely to go into rejection region or in other words its P-value decreases.

Now, for  first case when our n is 50 we will have a relatively low chance of accurately representing the population compared to the case when n= 500. Therefore,  the P-value will be lesser in the case when n = 500.

I need help pls pls pls pls​

Answers

Answer:

D.  4

Step-by-step explanation:

If he leaves the science assignments for the next day, he will spend zero hours on science assignments.  This means that y is equal to 0.  Plug this into the given equation and solve for x.

2x + y = 8

2x + 0 = 8

2x = 8

x = 4

Gerald can complete 4 math assignments.

A small regional carrier accepted 16 reservations for a particular flight with 12 seats. 8 reservations went to regular customers who will arrive for the flight. Each of the remaining passengers will arrive for the flight with a 48% chance, independently of each other.
A) Find the probability that overbooking occurs.
B) Find the probability that the flight has empty seats.

Answers

Answer:

a) 32.04% probability that overbooking occurs.

b) 40.79% probability that the flight has empty seats.

Step-by-step explanation:

For each booked passenger, there are only two possible outcomes. Either they arrive for the flight, or they do not arrive. The probability of a passenger arriving is independent of other passengers. 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.

Our variable of interest are the 8 reservations that went for the passengers with a 48% probability of arriving.

This means that [tex]n = 8, p = 0.48[/tex]

A) Find the probability that overbooking occurs.

12 seats, 8 of which are already occupied. So overbooking occurs if more than 4 of the reservated arrive.

[tex]P(X > 4) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8)[/tex]

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

[tex]P(X = 5) = C_{8,5}.(0.48)^{5}.(0.52)^{3} = 0.2006[/tex]

[tex]P(X = 6) = C_{8,6}.(0.48)^{6}.(0.52)^{2} = 0.0926[/tex]

[tex]P(X = 7) = C_{8,7}.(0.48)^{7}.(0.52)^{7} = 0.0244[/tex]

[tex]P(X = 8) = C_{8,5}.(0.48)^{8}.(0.52)^{0} = 0.0028[/tex]

[tex]P(X > 4) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) = 0.2006 + 0.0926 + 0.0244 + 0.0028 = 0.3204[/tex]

32.04% probability that overbooking occurs.

B) Find the probability that the flight has empty seats.

Less than 4 of the booked passengers arrive.

To make it easier, i will use

[tex]P(X < 4) = 1 - (P(X = 4) + P(X > 4))[/tex]

From a), P(X > 4) = 0.3204

[tex]P(X = 4) = C_{8,4}.(0.48)^{4}.(0.52)^{4} = 0.2717[/tex]

[tex]P(X < 4) = 1 - (P(X = 4) + P(X > 4)) = 1 - (0.2717 + 0.3204) = 1 - 0.5921 = 0.4079[/tex]

40.79% probability that the flight has empty seats.

What value of x makes this equation true?

Answers

Answer:

1/11

Step-by-step explanation:

simply because 12 power 1/11 means 11 times the root
Other Questions
Which legislation required states to use sales from land grants to establish agricultural and mechanical colleges PLS help 10 points & will give brainliest PLEASE bruh In the DBE 122 class, there are 350 possible points. These points come from 5 homework sets that are worth 10 points each and 3 exams that are worth 100 points each. A student has received homework scores of 7, 8, 7, 5, and 8 and the first two exam scores are 81 and 80. Assuming that grades are assigned according to the standard scale, where if the grade percentage is 0.9 or higher the student will get an A, and if the grade percentage is between 0.8 and 0.9 the student will get a B, and there are no weights assigned to any of the grades, is it possible for the student to receive an A in the class? What is the minimum score on the third exam that will give an A? What about a B? 8. What should be subtracted from 360 to makeit a perfect cube? Dev has been sucking his thumb for a few weeks. His parents would prefer him to use a pacifier, so they begin to offer one, but Dev rejects it and continues to suck his thumb. Dev is at stage _____ of Piaget's theory of sensorimotor development. HELPPPPPP ASAP!!!!!!!!!!!!!!!!!!!!!!! PLS DO NOT LOOK IT UP How did Khrushchev respond to President Kennedy's demands? He said the USSR would give in because he feared a nuclear strike. He said the USSR would give in because it was the right thing to do. He said the USSR would not give in because the US was being unfair. He said the USSR would not give in until he looked into the demands further. Find the slope of the line on the graph. Write your answer as a fraction or a whole number, but a mixer number or decimal . Write an email to a friend telling him about the new PlayStation which your father gifted to you on your birthday. Use the drawing tools to graph the solution to this system of inequalities on the coordinate plane. y > 2x + 4 x + y 6 A major advantage to a business residence situation is_____ What is the total cost of troys order? PLEASE HELP ME WITH THIS QUESTION :0 In a survery of 154 households, a Food Marketing Institute found that 106 households spend more than $125 a week on groceries. Please find the 95% confidence interval for the true proportion of the households that spend more than $125 a week on groceries. Please can somebody work out the mean? I'm struggling! Why does the excess of base used in these eliminations favor the E2 over the E1 mechanism for elimination When would you need to arrange polynomials Using Volume Formulas: Tutorial14 of 23 Save & ExitQuestion 2Suppose that you want to design a set of four congruent square pyramids whose combined volume is the same as the volume of a singlerectangular pyramid. What values of land h for the four square pyramids and what values of I, w, and h for the rectangular pyramid will produceidentical volumes? There is more than one correct answer.BTUXXFont SizesA. AE JESquare PyramidsRectangular PyramidVolumeBase Length HeightVolumeVolume x4 Base Length Base Width Height(2x)3(lxwh3ICharacters used: 110 / 15000Submit Descartes believed in dualism, the view that the mind and the body are: a. empirical.b. opposing physical entities.c. separate.d. the same thing. In Triangle ABC, AB = 10. AC = 14, and angle A = 51. Find the length of BC to the nearest hundredth WILL AWARD BRAINLIEST HELP If an image of a triangle is congruent to the pre-image, what is the scale factor of the dilation?0.112 / 2110