Ms. Bridges asked her class to evaluate the expression she wrote on her whiteboard.
5 x (4+6) - 9
What is the solution to the expression?

Answers

Answer 1

Answer:

41

Step-by-step explanation:

PEMDAS parentheses equation multiplication division adding subtraction


Related Questions

does this answer and help me with all subjects?

Answers

yes, just ask your question on the "ask" page, select a subject, choose how many points you want to assign to the question and the answers will usually appear in 10 minutes ;)

Help me plz
Solve for X
20 points*

Answers

Answer:

x = 4

Step-by-step explanation:

14x - 15 + 139 = 180

(Alternate & Supplementary angles)

14x = 56

x = 4

"Tongue Piercing May Speed Tooth Loss, Researchers Say" is the headline of an article. The article describes a study of 51 young adults with pierced tongues. The researchers found receding gums, which can lead to tooth loss, in 19 of the participants. (a) Construct a 95% confidence interval for the proportion of young adults with pierced tongues who have receding gums. (Round your answers to three decimal places.) ( .138 Incorrect: Your answer is incorrect. , .503 Incorrect: Your answer is incorrect. )

Answers

Answer:

The 95% confidence interval for the proportion of young adults with pierced tongues who have receding gums is (0.24, 0.506).

Step-by-step explanation:

In a sample with a number n of people surveyed with a probability of a success of [tex]\pi[/tex], and a confidence level of [tex]1-\alpha[/tex], we have the following confidence interval of proportions.

[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

In which

z is the zscore that has a pvalue of [tex]1 - \frac{\alpha}{2}[/tex].

For this problem, we have that:

[tex]n = 51, \pi = \frac{19}{51} = 0.373[/tex]

95% confidence level

So [tex]\alpha = 0.05[/tex], z is the value of Z that has a pvalue of [tex]1 - \frac{0.05}{2} = 0.975[/tex], so [tex]Z = 1.96[/tex].

The lower limit of this interval is:

[tex]\pi - z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.373 - 1.96\sqrt{\frac{0.373*0.627}{51}} = 0.24[/tex]

The upper limit of this interval is:

[tex]\pi + z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.373 + 1.96\sqrt{\frac{0.373*0.627}{51}} = 0.506[/tex]

The 95% confidence interval for the proportion of young adults with pierced tongues who have receding gums is (0.24, 0.506).

The following gambling game has been proposed, which a player must pay to play. First, a value U is chosen uniformly from the set [0, 10]. Next, a number is chosen according to a Poisson random variable with a parameter U. Letting X be the number chosen, the player receives $X. Find E[X], which is the amount a player should pay to make this a fair game HINT: Use the Law of Total Probability for Expectations, E[X]

Answers

Answer:

The player should be required to pay $5 to make this a fair game.

Step-by-step explanation:

U ~ Uniform(0, 10)

E[U] = (0 + 10)/2

         = 5

X | U ~ Poisson(U)

E[X | U] = U

By law of total probability for expectations,

E[X] = E[E[X|U]] = E[U] = $5

Therefore the player should be required to pay $5 to make this a fair game.

When telephone subscribers call from the National Magazine Subscription Company, 18% of the people who answer stay on the line for more than one minute. If 800 people are called in a day, find the probability that a. at least 150 stay on the line for more than one minute. (Use normal approximation to binomial). b. more than 200 stay on the line. (Use Normal approximation to Binomial).

Answers

Answer:

a) 30.50% probability that  at least 150 stay on the line for more than one minute.

b) 0% probability that more than 200 stay on the line for more than one minute.

Step-by-step explanation:

Binomial probability distribution

Probability of exactly x sucesses on n repeated trials, with p probability.

Can be approximated to a normal distribution, using the expected value and the standard deviation.

The expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

The standard deviation of the binomial distribution is:

[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]

Normal probability distribution

Problems of normally distributed samples can be solved using 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.

When we are approximating a binomial distribution to a normal one, we have that [tex]\mu = E(X)[/tex], [tex]\sigma = \sqrt{V(X)}[/tex].

In this problem, we have that:

[tex]n = 800, p = 0.18[/tex]

So

[tex]\mu = E(X) = np = 800*0.18 = 144[/tex]

[tex]\sigma = \sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{800*0.18*0.82} = 10.87[/tex]

a. at least 150 stay on the line for more than one minute.

Using continuity correction, [tex]P(X \geq 150 - 0.5) = P(X \geq 149.5)[/tex], which is 1 subtracted by the pvalue of Z when X = 149.5. So

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

[tex]Z = \frac{149.4 - 144}{10.87}[/tex]

[tex]Z = 0.51[/tex]

[tex]Z = 0.51[/tex] has a pvalue of 0.6950

1 - 0.6950 = 0.3050

30.50% probability that  at least 150 stay on the line for more than one minute.

b. more than 200 stay on the line.

Using continuity correction, [tex]P(X \geq 200 + 0.5) = P(X \geq 200.5)[/tex], which is 1 subtracted by the pvalue of Z when X = 200.5. So

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

[tex]Z = \frac{200.5 - 144}{10.87}[/tex]

[tex]Z = 5.2[/tex]

[tex]Z = 5.2[/tex] has a pvalue of 1

1 - 1 = 0

0% probability that more than 200 stay on the line for more than one minute.

Solve the system of linear equations by graphing.

y=−2x+2
y=−x−1

Answers

Answer:

(3; - 4)

Step-by-step explanation:

Blue: y = -x - 1

Red: y = -2x + 2

The given system of linear equations have solution as  x = 3 and y = -4.

How to represent a straight line on a graph?

To represent a straight line on a graph consider two points namely x and y intercepts of the line. To find x-intercept put y = 0 and for y-intercept put x = 0. Then draw a line passing through these two points.

The system of equations are given as,

y =−2x + 2          (1)

y = −x − 1            (2)

The above equations are linear equation in two variables.

Their graph are straight lines which  shows their intersection at point (3, -4).

Hence, the solution of the given system of linear equations is x = 3 and y = -4.

To know more about straight line equation click on,

brainly.com/question/21627259

#SPJ2

Find the product of 0.032 and -1.9

Answers

Answer:

i think it's -0.0608

Step-by-step explanation:

Toby skated from his house to the beach at a constant speed of 8 88 kilometers per hour, and then skated from the beach to the park at a constant speed of 7 77 kilometers per hour. The total distance Toby skated was 20 2020 kilometers, and it took him twice as long to get to the park.

Answers

Answer:

8b+7p=20

p=2b

Step-by-step explanation:

You're welcome. Thou shall complete thou work without any trouble.

Function g can be thought of as a translated (shifted) version of f(x) = x2.
܂
ܗ ܕ
ܛ ܚ
. ܝ
-7 -6 -5 -4 -4 -2
+
1
2 3
4
5
6
7
+
ܟ ܟ
ܟ ܟ
+
ܕ ܬ
+
ܞ ܕ
+
܂
Write the equation for g(2).

Answers

Given:

The given parent function is [tex]f(x)=x^2[/tex]

We need to determine the equation of the new translated (shifted) function g(x).

Vertical stretch:

The general rule to shift the graph f(x), to shift c units upward is [tex]g(x)=f(x)+c[/tex]

From the graph, it is obvious that the graph f(x) is shifted 1 unit upwards.

Thus, applying the above rule, we get;

[tex]g(x)=x^2+1[/tex]

Horizontal stretch:

The general rule to shift the graph f(x) to shift c units to the left is [tex]g(x)=f(x+c)[/tex]

From, the graph, it is obvious that the graph f(x) is shifted 2 units to the left.

Thus, applying the above rule, we have;

[tex]g(x)=(x+2)^2[/tex]

Equation of the new function g(x):

From the figure, it is obvious that the graph g(x) is shifted 1 unit upwards and 2 units to the left.

Thus, we have;

[tex]g(x)=(x+2)^2+1[/tex]

Therefore, the equation of the new function g(x) is [tex]g(x)=(x+2)^2+1[/tex]

12x+7<-11 and 5x-8>= 40

Answers

Answer:

  no solution

Step-by-step explanation:

First inequality:

  12x < -18 . . . . subtract 7

  x < -18/12 . . . divide by 12

  x < -1.5 . . . . . . write as decimal

__

Second inequality:

  5x -8 ≥ 40

  5x ≥ 48 . . . . . . add 8

  x ≥ 9.6 . . . . . . . divide by 5

__

There are no solutions to this pair of inequalities. No value of x can be both less than -1.5 and greater than 9.6.

78.3 + -17 evaluate the expression

Answers

Answer:

it is 61.3

Step-by-step explanation:

A circle is centered on point B. Points A, C and D lie on it's circumference. If ADC measures 20 degrees, what does ABC measure

Answers

The Answer is : ABC = 40

i need this answered asap

Answers

It's a parallelogram, opposite sides congruent.

6x - 7 = 2x + 9

4x = 16

x = 4

12 = y + 3

9 = y

Answer: x=4, y=9

Answer:

x = 4 and y = 9

Step-by-step explanation:

This is a parallelogram, which we can tell because of the arrows. Basically, opposite sides are parallel. By definition, then, opposite sides of this polygon are equal: LM = ON and LO = MN. That means we can set the various expressions equal to each other:

LM = ON  ⇒  6x - 7 = 2x + 9  ⇒  4x = 16  ⇒  x = 4

LO = MN  ⇒  12 = y + 3  ⇒  y = 9

Thus, x = 4 and y = 9.

Hope this helps!

please help????
?????
????

Answers

Answer: -b, 0

Explaination: the value is going to be the same as (b,0) but it’s going to be negative because it’s on the left side of the graph :)
(-b,0) because the one on the right is positive b so if it’s on the left that means it’ll be negative

Three forces act on a hook. Determine the magnitude of the resultant of the force.

Answers

Use Hooke's law... (just kidding)

Break down each force vector into horizontal and vertical components.

[tex]\vec F_1=(1000\,\mathrm N)(\cos30^\circ\,\vec x+\sin30^\circ\,\vec y)\approx(866.025\,\mathrm N)\,\vec x+(500\,\mathrm N)\,\vec y[/tex]

[tex]\vec F_2=(1500\,\mathrm N)(\cos160^\circ\,\vec x+\sin160^\circ\,\vec y)\approx(-1409.54\,\mathrm N)\,\vec x+(513.03\,\mathrm N)\,\vec y[/tex]

[tex]\vec F_3=(750\,\mathrm N)(\cos195^\circ\,\vec x+\sin195^\circ\,\vec y)\approx(-724.444\,\mathrm N)\,\vec x+(-194.114\,\mathrm N)\,\vec y[/tex]

The resultant force is the sum of these vectors,

[tex]\vec F=\displaystyle\sum_{i=1}^3\vec F_i\approx(-1267.96\,\mathrm N)\,\vec x+(818.916\,\mathrm N)\,\vec y[/tex]

and has magnitude

[tex]|\vec F|\approx\sqrt{(-1267.96\,\mathrm N)^2+(818.916\,\mathrm N)^2}\approx1509.42\,\mathrm N[/tex]

The closest answer is D.

Final answer:

To determine the magnitude of the resultant force acting on a hook when three forces are applied, you can use vector addition. If you have the information of the forces and the angles between them, you can calculate the resultant force using trigonometric functions.

Explanation:

To determine the magnitude of the resultant force when three forces act on a hook, you must realize that forces are vector quantities. This means that they have both a magnitude (how much force is being applied) and a direction (the direction the force is being applied in).

If the forces are concurrent (i.e., they act at the same point), one usually uses the parallelogram law or the triangle rule to find the resultant force. You can add two forces to create a resultant, then add the third force to that resultant to find the total resultant. If the forces and the angles between them are known, you can use trigonometric functions to calculate the resultant force.

For instance, if the three forces are F1, F2, and F3, and the angles between them are θ1, θ2, and θ3, the resultant force R can be found using the following equation:

R = √[ (F1 + F2cosθ2 + F3cosθ3)^2 + (F2sinθ2 + F3sinθ3)^2 ]

This equation will give the magnitude of the resultant force. Please note that to use this equation, you must have enough information about the forces and the angles between them.

Learn more about Resultant Force here:

https://brainly.com/question/37085280

#SPJ3

What is the relationship between x and y

Answers

Given:

Given that the table with values of x and y.

We need to determine the relationship between x and y.

Slope:

The slope of the relation can be determined using the formula,

[tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex]

Substituting the points (2,11) and (4,9), we get;

[tex]m=\frac{9-11}{4-2}[/tex]

[tex]m=\frac{-2}{2}[/tex]

[tex]m=-1[/tex]

Thus, the slope of the relation is m = -1.

y - intercept:

The y - intercept of the relation is the value of y when x = 0.

Hence, from the table, it is obvious that when x = 0, the value of y is 13.

Thus, the y - intercept of the relation is b = 13.

Relationship between x and y:

The relationship between x and y can be determined using the formula,

[tex]y=mx+b[/tex]

Substituting m = -1 and y =13, we get;

[tex]y=-x+13[/tex]

Thus, the relationship between x and y is [tex]y=-x+13[/tex]

a box of cookies contain 12 chocolate chip cookies, 6 peanut butter cookies, and 6 sugar cookies, what is the probability of randomly selecting a chocolate chip cookie, eating it, and then randomly selecting a sugar cookie?

Answers

The probability of first selecting a chocolate chip cookie and then selecting a sugar cookie from a box containing 24 cookies in total is 6/46 or approximately 0.1304.

The question refers to calculating the probability of selecting cookies of different flavors one after the other without replacement from a box. To begin with, we must find the probability of selecting a chocolate chip cookie followed by the probability of selecting a sugar cookie after one chocolate chip cookie has been removed.

Firstly, the total count of cookies is 12 chocolate chip + 6 peanut butter + 6 sugar cookies = 24 cookies. The probability (P) of selecting a chocolate chip cookie first is P(chocolate chip) = 12/24 = 1/2. After eating the chocolate chip cookie, there are 23 cookies left and the probability of then selecting a sugar cookie is P(sugar) = 6/23 since there are 6 sugar cookies left out of the remaining 23 cookies.

Since these events are sequential without replacement, we can find the combined probability of both events by multiplying the probabilities of each event. Thus, the combined probability is P(chocolate chip then sugar) = P(chocolate chip) *P(sugar) = (1/2) * (6/23) = 6/46.

The combined probability of first selecting a chocolate chip cookie and then selecting a sugar cookie is therefore 6/46 or about 0.1304.

A simple random sample of size nequals10 is obtained from a population with muequals63 and sigmaequals18. ​(a) What must be true regarding the distribution of the population in order to use the normal model to compute probabilities involving the sample​ mean? Assuming that this condition is​ true, describe the sampling distribution of x overbar.

Answers

Answer:

The sample size is smaller than 30, so we need to assume that the underlying population is normally distributed.

The  sampling distribution of x overbar will be approximately normally distributed with mean 63 and standard deviation 5.69.

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.

In this problem

The sample size is smaller than 30, so we need to assume that the underlying population is normally distributed.

If it is:

[tex]\mu = 63, \sigma = 18, n = 10, s = \frac{18}{\sqrt{10}} = 5.69[/tex]

The  sampling distribution of x overbar will be approximately normally distributed with mean 63 and standard deviation 5.69.

Convert 4π/3 radians to degrees.

135°

180°

60°

240°

Answers

Answer:

240°

Step-by-step explanation:

[tex] \frac{4\pi^{c} }{3} = \frac{4 \times 180 \degree}{3} = 4 \times 60 \degree = 240 \degree \\ [/tex]

Kirk goes to the gym every 3 days. Deshawn goes to the
gym every 4 days. If they join the gym on the same day,
when is the first day that they'll be at the gym together?​

Answers

The day when they would meet first time after joining the gym together will be 12.

What is Algebra?

The analysis of mathematical representations is algebra, and the handling of those symbols is logic.

Kirk goes to the gym every 3 days.

Deshawn goes to the gym every 4 days.

If they join the gym on the same day.

Then the day when they would meet first time after joining the gym together will be

LCM of 4, 3 will be 12.

Then the day will be 12.

More about the Algebra link is given below.

https://brainly.com/question/953809

#SPJ2

Final answer:

Kirk and Deshawn will be at the gym together on the 12th day since they joined.

Explanation:

Gym memberships for Kirk and Deshawn occur every 3 days and 4 days respectively. To find the first day they'll be at the gym together, we need to find the lowest common multiple of 3 and 4.

LCM(3, 4) = 12. Therefore, Kirk and Deshawn will be at the gym together on the 12th day since they joined the gym.

If the sphere shown above has a radius of 17 units, then what is the approximate volume of the sphere?

Answers

Answer:

Approximately 20,579 units.

Find the absolute value.
|-89= 0






please help thank you​

Answers

the answer is 89

Step-by-step explanation:

it does not matter if the number is negative the absolute value is the number inside the lines

Answer:

The absolute value of this one is 89. Because for example: |-3|=3 because any number is in that sign || the number will turn to positive. For example, If it is |-3| it will turn to 3

Two similar cylinders have surface areas of 24 cm2 and 54 cm2. The volume of the smaller cylinder is 16 cm2.

What is the volume of the larger cylinder?

Answers

Given:

Given that two similar cylinder have surface areas 24π cm² and 54π cm².

The volume of the smaller cylinder is 16π cm³

We need to determine the volume of the larger cylinder.

Volume of the larger cylinder:

The ratio of the two similar cylinders having surface area of 24π cm² and 54π cm², we have;

[tex]\frac{24 \pi}{54 \ pi}=\frac{4}{9}[/tex]

       [tex]=\frac{2^2}{3^2}[/tex]

Thus, the ratio of the surface area of the two cylinders is [tex]\frac{2^2}{3^2}[/tex]

The volume of the larger cylinder is given by

[tex]\frac{2^2}{3^2}\times \frac{2}{3}=\frac{16 \pi }{x}[/tex]

where x represents the volume of the larger cylinder.

Simplifying, we get;

[tex]\frac{2^3}{3^3}=\frac{16 \pi }{x}[/tex]

[tex]\frac{8}{27}=\frac{16 \pi }{x}[/tex]

Cross multiplying, we get;

[tex]8x=16 \pi \times 27[/tex]

[tex]8x=432 \pi[/tex]

 [tex]x=54 \pi \ cm^3[/tex]

Thus, the volume of the larger cylinder is 54π cm³

Answer:

54π cm³

Step-by-step explanation:

What is the place value of 4 in 4.09

Answers

Thousands place. Hope this helped
Thousands place. :) hope It helps

What is your favorite color? A larger survey of countries, including the United States, China, Russia, France, Turkey, Kenya, and others, indicated that most people prefer the color blue. In fact, about 24% of the population claim blue as their favorite color. Suppose a random sample of n = 75 college students were surveyed and x = 19 of them said that blue is their favorite color. Does this information imply that the proportion of college students who prefer blue differs from that of the general population? Use ???? = 0.05.

Answers

Answer:

[tex]z=\frac{0.253 -0.24}{\sqrt{\frac{0.24(1-0.24)}{75}}}=0.264[/tex]  

[tex]p_v =2*P(z>0.264)=0.792[/tex]  

So the p value obtained was a very high value and using the significance level given [tex]\alpha=0.05[/tex] we have [tex]p_v>\alpha[/tex] so we can conclude that we have enough evidence to FAIL to reject the null hypothesis, and we can said that at 5% of significance the proportion of students said that blue is their favorite color is not different from 0.24

Step-by-step explanation:

Data given and notation

n=75 represent the random sample taken

X=19 represent the students said that blue is their favorite color

[tex]\hat p=\frac{19}{75}=0.253[/tex] estimated proportion of  students said that blue is their favorite color

[tex]p_o=0.24[/tex] is the value that we want to test

[tex]\alpha=0.05[/tex] represent the significance level

Confidence=95% or 0.95

z would represent the statistic (variable of interest)

[tex]p_v[/tex] represent the p value (variable of interest)  

Concepts and formulas to use  

We need to conduct a hypothesis in order to test the claim that the true proportion is different from 0.24.:  

Null hypothesis:[tex]p=0.24[/tex]  

Alternative hypothesis:[tex]p \neq 0.24[/tex]  

When we conduct a proportion test we need to use the z statisitc, and the is given by:  

[tex]z=\frac{\hat p -p_o}{\sqrt{\frac{p_o (1-p_o)}{n}}}[/tex] (1)  

The One-Sample Proportion Test is used to assess whether a population proportion [tex]\hat p[/tex] is significantly different from a hypothesized value [tex]p_o[/tex].

Calculate the statistic  

Since we have all the info requires we can replace in formula (1) like this:  

[tex]z=\frac{0.253 -0.24}{\sqrt{\frac{0.24(1-0.24)}{75}}}=0.264[/tex]  

Statistical decision  

It's important to refresh the p value method or p value approach . "This method is about determining "likely" or "unlikely" by determining the probability assuming the null hypothesis were true of observing a more extreme test statistic in the direction of the alternative hypothesis than the one observed". Or in other words is just a method to have an statistical decision to fail to reject or reject the null hypothesis.  

The significance level provided [tex]\alpha=0.05[/tex]. The next step would be calculate the p value for this test.  

Since is a bilateral test the p value would be:  

[tex]p_v =2*P(z>0.264)=0.792[/tex]  

So the p value obtained was a very high value and using the significance level given [tex]\alpha=0.05[/tex] we have [tex]p_v>\alpha[/tex] so we can conclude that we have enough evidence to FAIL to reject the null hypothesis, and we can said that at 5% of significance the proportion of students said that blue is their favorite color is not different from 0.24

Answer:

0.792

Step-by-step explanation:

how much water does it take to completely fill a pool that is 50m long 25m wide and 2.5m deep

Answers

Answer:

[tex]3,125[/tex]

Step-by-step explanation:

If you want to fill a pool, you will use the formula for finding the volume:

[tex]v=l*w*h[/tex]

In this case, height being depth:

[tex]v=l*w*d[/tex]

Insert values

[tex]v=50*25*2.5[/tex]

Simplify

[tex]v=1,250*2.5\\v=3,125[/tex]

You would need a lot of water.

Answer:

3125000 liter

Step-by-step explanation:

hope i helped

if i can be brainliest that would be great

                             

                             

1/4 divided by 7/16 give an example of real world situation that might involve this expression

Answers

Answer:

Step-by-step explanation:

if you have 1/4 of a rope and you need to give 7/16 to your friend how much rope did you give to your friend?

Final answer:

Divide 1/4 by the reciprocal of 7/16 to get 4/7. A real-world example is when needing ¼ cup of sugar with only a 7/16 cup measure, fill it approximately 4/7 full to obtain the needed amount of sugar.

Explanation:

To calculate 1/4 divided by 7/16, you would multiply 1/4 by the reciprocal of 7/16, which is 16/7. This would give you (1/4) * (16/7) = 16/28, which can be simplified to 4/7 after dividing both numerator and denominator by 4. A real-world situation involving this expression could be as follows: Imagine you have a recipe that requires 1/4 of a cup of sugar, but you only have a measuring cup that measures 7/16 of a cup.

To find out how many times you need to fill the 7/16 cup to get the 1/4 cup needed, you would calculate 1/4 divided by 7/16, which will give you 4/7. So, you would fill the 7/16 measuring cup approximately 4/7 of the way full to have 1/4 cup of sugar for your recipe.

In a bag of candy, there are 2 cinnamon, 1 butterscotch, and 2 peppermints. What is the probability of randomly selecting a peppermint?

Answers

Answer:

2/5

Step-by-step explanation:

The total number of candies are 2+1+2 = 5 candies

P (peppermint) = number of peppermints/total

                        =2/5

Answer:

2/5

Step-by-step explanation:

The probability is 2/5.There are five in all and two peppermint.Put it as a fraction and you get 2/5.

A rectangular box is to have a square base and a volume of 72 ft3. If the material for the base costs $0.62/ft2, the material for the sides costs $0.15/ft2, and the material for the top costs $0.18/ft2, determine the dimensions (in ft) of the box that can be constructed at minimum cost.
a. length
b. width
c. height

Answers

Answer:

a. length  = 0.7211 ft

b. width  = 0.7211 ft

c. height = 140.3846 ft

Step-by-step explanation:

This is an optimiztion with restriction problem.

We have to minimize the cost, with the restriction of the volume being equal to 72 ft3.

As the cost for the sides is constant, we know that length and width are equal.

Then, we can express the volume as:

[tex]V=x\cdot y\cdot z=x^2z=73[/tex]

being x: length and z: height

We can express the height in function of the length as:

[tex]x^2z=73\\\\z=73x^{-2}[/tex]

Then, the cost of the box can be expressed as:

[tex]C=0.62(x^2)+4*0.15(xz)+0.18(x^2)=(0.62+0.18)x^2+0.60xz\\\\C=0.8x^2+0.60x*x^{-2}=0.8x^2+0.6x^{-1}[/tex]

To optimize C, we derive and equal to zero

[tex]\dfrac{dC}{dx}=\dfrac{d}{dx}[0.8x^2+0.6x^{-1}]=1.6x-0.6x^{-2}=0\\\\\\1.6x=0.6x^{-2}\\\\x^{1+2}=0.6/1.6=0.375\\\\x=\sqrt[3]{0.375} =0.7211[/tex]

The height z is then

[tex]z=73x^{-2}=\dfrac{73}{0.7211^2}=\dfrac{73}{0.52}=140.3846[/tex]

Consider the polynomial p(s) = s2 + bs + c where b and c are real numbers. Show that all the roots of p(s) are both contained in the open left half plane {s : s < 0} if and only if b > 0 and c > 0. Hint: use the quadratic formula.

Answers

Answer:

It is shown in the explanation

Step-by-step explanation:

p(s) = s² + bs + c

a = 1

b = b

c = c

We get Δ as follows

Δ = (b²-4*a*c) = b² - 4*1*c = b² - 4c > 0  ⇒   b² > 4c  ⇔ c > 0

s = (-b + √(b² - 4c))/2(1)

⇒   s₁ = (-b + √(b² - 4c))/2

s₂ = (-b - √(b² - 4c))/2(1)

⇒   s₂ = (-b - √(b² - 4c))/2

We have that -b < 0  ⇔ b > 0

then s₁ < 0 and s₂ < 0 ⇔ c > 0 and b > 0

Answer:

For roots to lie on the left half plane, b ⊃ 0 and c ⊃0

Step-by-step explanation:

From quadratic formula, we have;

x = -b±√(b²-4ac)/2a

From the given expression p(s) = s² + bs + c,

x = s

a = 1

b = b

c = c

The quadratic formula can then be written as;

s =  -b±√(b²-4*1*c)/2*1

   =  -b±√(b²-4c)/2

s₁ =  -b+√(b²-4c)/2

s₂ =  -b±√(b²-4c)/2

From the equation above,

Sum of root = -b

Product of root = c

If both the root lie on left side of the s-plane, then sum of roots will be negative. Hence, -b ∠0. That is, b ⊃0

Also, the product root will be positive, c ⊃ 0

Hence, for roots to lie on the left half plane, b ⊃ 0 and c ⊃0

Other Questions
Which of the following is true of e-learning and computer-based training (CBT)? a. Simulations and games are social media tools that can be used for training. b. It is not advisable to integrate instruction text with games in e-learning and CBT. c. Trainees can collaborate with other learners in standalone CBT. d. E-learning includes the delivery of instruction only through a firms intranet, never the Internet. e. Trainees can answer questions and choose responses in standalone CBT. How many moles of gas are present in 1.13 L of gas at 2.09 atm and 291 K? The process begins when a customer steps into line and ends when the customer receives the receipt and leaves the store. The process steps are the activities the customer and store personnel do to complete the transaction. A_________ is a standardized set of activities that accomplish a specific task,such as processing a customers order. AlbcSelect the type of goal being described in each example.Alexia wants to buy a new racing bicycle.Grayson wants to become an Airline Pilot.Jillian wants to pass all of her classes with at least "B" grades this year. Solve for x-18x+21>-15 or 20x-13>27 Your firm has an average receipt size of $135. A bank has approached you concerning a lockbox service that will decrease your total collection time by one day. You typically receive 7,300 checks per day. The daily interest rate is .016 percent. The bank charges a lockbox fee of $125 per day. What is the NPV of accepting the lockbox agreement? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) What would the net annual savings be if the service were adopted? (Use 365 days a year. Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) Please Help! Let P and V represent the pressure and volume of Xe(g). If a piston is used to reduce the volume of the gas to V/2 at a constant temperature, what is the new pressure in the container in terms of the original pressure, P?What happens to the average speed of the Xe (g) atoms as the original volume is reduced to V/2 at a constant temperature? Explain. BRAINLY+10PTSWhats the irony? Sarahs Organic Soap Company makes organic liquid soap. One of the raw materials for her soaps is organic palm oil. She needs 900 kg of palm oil per day on average. The supplier charges a $57 delivery fee per order (which is independent of the order size) and $5.25 per kg. Sarahs annual holding cost is 20 percent. Assume she operates and sells five days per week, 52 weeks per year. Esther needs a bin for her hair bows. A yellow bin has a length of 11.4 inches, a width of 4.2 inches, and a height of LaTeX: \frac{8}{3}8 3 inches. A red bin has a length of 9 inches, a width of 5.45 inches and a height of LaTeX: \frac{11}{5}11 5 inches. What is the volume of the bin with the greatest volume? Explain your answer. Which function below will translate f(x) = x2 left 5 units and down 1 unit? genomic imprinting does not actually involve a change in the genetic sequence of an inherited gene true or false Which one of the following statements concerning the proper time interval between two events is true? a) The proper time interval is the longest time interval that any inertial observer can measure for the event. b) The proper time interval is the shortest time interval that any inertial observer can measure for the event. c) The proper time interval is the time measured by an observer who is in motion with respect to the event. d) The proper time interval depends upon the speed of the observer. e) The proper time interval depends upon the choice of reference frame. Which of the following statements is CORRECT? a. When the WACC is calculated, it should reflect the costs of new common stock, reinvested earnings, preferred stock, long-term debt, short-term bank loans if the firm normally finances with bank debt, and accounts payable if the firm normally has accounts payable on its balance sheet. b. If a firm has been suffering accounting losses that are expected to continue into the foreseeable future, and therefore its tax rate is zero, then it is possible for the after-tax cost of preferred stock to be less than the after-tax cost of debt. c. Since the costs of internal and external equity are related, an increase in the flotation cost required to sell a new issue of stock will increase the cost of reinvested earnings. d. An increase in a firm's tax rate will increase the component cost of debt, provided the YTM on the firm's bonds is not affected by the change in the tax rate. e. Since its stockholders are not directly responsible for paying a corporation's income taxes, corporations should focus on before-tax cash flows when calculating the WACC. The structure of benzene can best be described as a The liver is the......................gland in the body.The liver is thegland in the body. You had to heat the NaHCO3 strongly in order for it to decompose. This is anexample of an endothermic reaction. What does this tell you about the energy storedin the reactants compared to the energy stored in the product? Write the balancedequation for the decomposition of NaHCO3, this time with the term + energy onthe appropriate side of the equation. The eastward translation of the rose garden is along which axis? What integer represents a change of two yards east? Recall on February 1, Derrick Company established a $200 petty cash fund. On February 15, when the fund balance reached $7, the petty cash custodian prepared a petty cash report that summarized receipts for postage ($140) and printing ($54).Prepare the necessary journal entry. 14. "The real problem is not whether machines think but whether men do." This quote illustrates afundamental difference between the