Someone pls explain what to do and give answer <3 thank you

Someone Pls Explain What To Do And Give Answer &lt;3 Thank You

Answers

Answer 1

Answer:

you just have to add everything together.

Step-by-step explanation:

H=6

E=x+5

F=12

D=9

G=6


Related Questions

Police response time to an emergency call is the difference between the time the call is first received by the dispatcher and the time a patrol car radios that it has arrived at the scene. Over a long period of time, it has been determined that the police response time has a normal distribution with a mean of 7.2 minutes and a standard deviation of 2.1 minutes. For a randomly received emergency call, find the probability that the response time is between 3 and 9 minutes. (Round your answer to four decimal places.)

Answers

Answer:

0.7823 = 78.23% probability that the response time is between 3 and 9 minutes.

Step-by-step explanation:

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score 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 p-value, we get the probability that the value of the measure is greater than X.

Normal distribution with a mean of 7.2 minutes and a standard deviation of 2.1 minutes.

This means that [tex]\mu = 7.2, \sigma = 2.1[/tex]

Probability that the response time is between 3 and 9 minutes.

This is the pvalue of Z when X = 9 subtracted by the pvalue of Z when X = 3. So

X = 9

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

[tex]Z = \frac{9 - 7.2}{2.1}[/tex]

[tex]Z = 0.86[/tex]

[tex]Z = 0.86[/tex] has a pvalue of 0.8051

X = 3

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

[tex]Z = \frac{3 - 7.2}{2.1}[/tex]

[tex]Z = -2[/tex]

[tex]Z = -2[/tex] has a pvalue of 0.0228

0.8051 - 0.0228 = 0.7823

0.7823 = 78.23% probability that the response time is between 3 and 9 minutes.

PLEASE HELP ILL MARK BRAINIEST

Answers

Answer:

Length of pendulum = 72 feet

Step-by-step explanation:

Given:

Time period (T) = 9.42

pi = 3.14

According to question,

T = 2 x pi x root(L/32)

9.42 = 2 x 3.14 x root(L/32)

9.42 = 6.28 × root (L/32)

9.42/6.28 = root(L/32)

1.5 = root(L/32)

Squaring both sides,

2.25 = L/32

L = 2.25 x 32

L = 72

Answer:

L=72

Step-by-step explanation:

T=2pi[tex]\sqrt{L/32\\}[/tex]

9.42 = (2 x 3.14)[tex]\sqrt{L/32}[/tex]

1.5=[tex]\sqrt{L/32}[/tex]

2.25 = L/32   (I squared both sides)

L=72

Hope this Helps

One acre is equivalent to 43,560 square feet. If an acre is also equivalent to 4,840 square yards, how many square feet are equal to one square yard? Add an explanation and a step by step answer.



Help please thank you so much! (Math has never really been my strongest subject)

Answers

Answer:

Step-by-step explanation:

1 acre = 4,840 yd²

1 acre = 43,560 ft²

4,840 yd² = 43,560 ft²

1 yd² = 43,560/4,840 ft² = 9 ft²

Richard has just been given an l0-question multiple-choice quiz in his history class. Each question has five answers, of which only one is correct, Since Richard has not attended a class recently, he doesn't know any of the answers, Assuming that Richard guesses on all 10 questions. Find the indicated probabilities.
A) What is the probability that he will answer all questions correctly?
B) What is the probability that he will answer all questions incorrectly?
C) What is the probability that he will answer at least one of the questions correctly?
Then use the fact that P(r1) = 1 P(r = 0).
D) What is the probability that Richard will answer at least half the questions correctly?

Answers

Answer:

a) 0.0000001024 probability that he will answer all questions correctly.

b) 0.1074 = 10.74% probability that he will answer all questions incorrectly

c) 0.8926 = 89.26% probability that he will answer at least one of the questions correctly.

d) 0.0328 = 3.28% probability that Richard will answer at least half the questions correctly

Step-by-step explanation:

For each question, there are only two possible outcomes. Either he answers it correctly, or he does not. The probability of answering a question correctly is independent of any other question. This means that 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.

Each question has five answers, of which only one is correct

This means that the probability of correctly answering a question guessing is [tex]p = \frac{1}{5} = 0.2[/tex]

10 questions.

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

A) What is the probability that he will answer all questions correctly?

This is [tex]P(X = 10)[/tex]

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

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

0.0000001024 probability that he will answer all questions correctly.

B) What is the probability that he will answer all questions incorrectly?

None correctly, so [tex]P(X = 0)[/tex]

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

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

0.1074 = 10.74% probability that he will answer all questions incorrectly

C) What is the probability that he will answer at least one of the questions correctly?

This is

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

Since [tex]P(X = 0) = 0.1074[/tex], from item b.

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

0.8926 = 89.26% probability that he will answer at least one of the questions correctly.

D) What is the probability that Richard will answer at least half the questions correctly?

This is

[tex]P(X \geq 5) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10)[/tex]

In which

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

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

[tex]P(X = 6) = C_{10,6}.(0.2)^{6}.(0.8)^{4} = 0.0055[/tex]

[tex]P(X = 7) = C_{10,7}.(0.2)^{7}.(0.8)^{3} = 0.0008[/tex]

[tex]P(X = 8) = C_{10,8}.(0.2)^{8}.(0.8)^{2} = 0.0001[/tex]

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

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

So

[tex]P(X \geq 5) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) = 0.0264 + 0.0055 + 0.0008 + 0.0001 + 0 + 0 = 0.0328[/tex]

0.0328 = 3.28% probability that Richard will answer at least half the questions correctly

In ΔVWX, x = 9.1 inches, w = 5.4 inches and ∠W=161°. Find all possible values of ∠X, to the nearest 10th of a degree

Answers

Answer:

NO POSSIBLE TRIANGLES

Step-by-step explanation:

Answer:

no possible triangles

Step-by-step explanation:

please help

what is the slope of the line ?

Answers

Answer:

Slope would be -3/1

Answer:

-3/1 is the slope since you are going down 3 and going to the right one time.

The distance around the outside of an apartment is 0.3 mile. Keira ran 0.1 of the distance during her lunch. How far did she run?

Answers

Answer:

0.1

Step-by-step explanation:

Which property is shown by the equation 23 + 0 = 23

Answers

Answer:

The identity property of addition

Step-by-step explanation:

It is the identity property of addition.

In a certain tropical forest, litter (mainly dead vegetation such as leaves and vines) forms on the ground at the rate of 10 grams per square centimeter per year. At the same time, however, the litter is decomposing at the rate of 80% per year. Let f(t) be the amount of litter (in grams per square centimeter) present at time t. Find a differential equation satisfied by f(t).

Answers

Answer:

df(t)/dt = 10 - 0.8f(t)

Step-by-step explanation:

The net rate of change, df(t)/dt = rate in - rate out

The rate in = rate litter forms on ground = 10 g/cm²/yr

Since f(t) is the amount of litter present at time, t, in g/cm² the rate out = rate of decomposition = the percentage rate × f(t) = 80% per year × f(t) = 0.8f(t) g/cm²/yr

Since df(t)/dt = rate in - rate out

df(t)/dt = 10 - 0.8f(t)

So the desired differential equation is

df(t)/dt = 10 - 0.8f(t)


Amath class has a total of 45 students. The number of males is 13 more than the number of females. How many males and
how many females are in the class
Number of males:
Number of females

Answers

Answer:

Males: 29

Females: 16

Step-by-step explanation:

2x+ 13 = 45

2x = 45 - 13

2x = 32

x = 16

16 + 13 = 29

29 +16 = 45

231+X=? HELLLLLLLLLLLLLLLLLLLL!!!!!!!!

Answers

Answer:

231+X = 231+X

Step-by-step explanation:

Hope it helps!!!!!!!!

a normal distribution has a mean of 56 and a standard deviation of 8. Find the percentage of data values that are in the given interval. Use the curve to aid you.​

Answers

Answer:

12) Between 40 and 64 = 0.815

13) Between 32 and 40 = 0.0235

14) Between 56 and 64 = 0.34

15) At most 56 = 0.515

16) At least 72 = 0.025

17) At most 64 = 0.855

Explanation:

To answer this, we will convert each of the values into their standardized form to make this easier.

The standardized score for any value is the value minus the mean then divided by the standard deviation.

z = (x - μ)/σ

x = Each value

μ = Mean = 56

σ = Standard deviation = 8

12) Between 40 and 64

For 40,

z = (x - μ)/σ = (40 - 56)/8 = (-16/8) = -2

For 64

z = (x - μ)/σ = (64 - 56)/8 = (8/8) = 1

So,

Between 40 and 64 = Between -2 and 1

From the curve, noting that the central point is the mean, with standard score of 0, the lines before it move in step of 1 standard deviation towards the negative side, that is, -1, -2, etc. And the lines before the central point move towards the positive side, that is, 1, 2, 3, etc.

So,

Between -2 and 1 = 0.135 + 0.34 + 0.34 = 0.815

13) Between 32 and 40

For 32,

z = (x - μ)/σ = (32 - 56)/8 = (-24/8) = -3

For 40,

z = (x - μ)/σ = (40 - 56)/8 = (-16/8) = -2

So,

Between 32 and 40 = Between -3 and -2 = 0.0235

14) Between 56 and 64

For 56,

z = (x - μ)/σ = (56 - 56)/8 = (0/8) = 0

For 64,

z = (x - μ)/σ = (64 - 56)/8 = (8/8) = 1

Between 56 and 64 = Between 0 and 1 = 0.34

15) At most 56

For 56,

z = (x - μ)/σ = (56 - 56)/8 = (0/8) = 0

At most 56 = At most 0 = 0.0015 + 0.0235 + 0.15 + 0.34 = 0.515

All the regions before z = 0)

16) At least 72

For 72,

z = (x - μ)/σ = (72 - 56)/8 = (16/8) = 2

At least 72 = At least 2 = 0.0235 + 0.0015 = 0.025

(All the regions from z = 2 to the end)

17) At most 64

For 64,

z = (x - μ)/σ = (64 - 56)/8 = (8/8) = 1

At most 64 = At most 1 = 0.0015 + 0.0235 + 0.15 + 0.34 + 0.34 = 0.855

(All the regions before z = 1)

Hope this Helps!!!

Which transformation should be applied to show similarity?

Answers

Two figures are similar if one can be mapped onto the other by rigid rotation, reflection, and translation. Two figures are similar if one can be mapped onto the other by rotation, reflection, translation, or dilation/rescaling.

Help please!!!!!! I don't have a lot of time

Answers

Answer:

Its 5,...................

Answer:

5

Step-by-step explanation:

simplify the exponent

35/8-1

simplify

35/7

simplify

5

A circular table has an area of 75.5, what is the radius and diameter?

Answers

Answer:

r = 4.90228481 in

d = 9.80456963 in

g The average midterm score of students in a certain course is 70 points. From the past experience it is known that the midterm scores in this course are Normally distributed. If 29 students are randomly selected and the standard deviation of their scores is found to be 13.15 points, find the probability that the average midterm score of these students is at most 75 points. (Round your final answer to 3 places after the decimal point).

Answers

Answer:

0.98 = 98% probability that the average midterm score of these students is at most 75 points.

Step-by-step explanation:

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

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score 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 p-value, 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.

The average midterm score of students in a certain course is 70 points.

This means that [tex]\mu = 70[/tex]

29 students are randomly selected and the standard deviation of their scores is found to be 13.15 points.

This means that [tex]\sigma = 13.15, n = 29, s = \frac{13.15}{\sqrt{29}} = 2.44[/tex]

Find the probability that the average midterm score of these students is at most 75 points.

This is the pvalue of Z when X = 75. So

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

By the Central Limit Theorem

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

[tex]Z = \frac{75 - 70}{2.44}[/tex]

[tex]Z = 2.05[/tex]

[tex]Z = 2.05[/tex] has a pvalue of 0.98.

0.98 = 98% probability that the average midterm score of these students is at most 75 points.

Find the perimeter of the figure. due today

Answers

Answer:

62

Step-by-step explanation:

Since you are simply finding the perimeter, I assume they just want you to add all the sides. 13 + 15 + 10 + 10 + 14 = 62

hello I need help please help me I will give you brianly if it Correct

Answers

Answer:

Option C.

Step-by-step explanation:

You can find this by doing ratios. 1/1.1266=x/700. Then, solve for x and you will get 621.3385.

The graphs below have the same shape. What is the equation of the graph of g(x)? A. g(x) = x^2 + 4
B. g(x) = x^2- 4
C. g(x) = (x - 4)^2
D. g(x) = (x + 4)^2

Answers

The given graph of g(x) is translated 4 units to left, so the function is g(x)=(x+4)². Therefore, option D is the correct answer.

What is the parabola?

A parabola refers to an equation of a curve, such that a point on the curve is equidistant from a fixed point, and a fixed line. The fixed point is called the focus of the parabola, and the fixed line is called the directrix of the parabola.

From the graph, f(x)=x².

Graph the parabola using the direction, vertex, focus, and axis of symmetry.

Direction: Opens Up

Vertex: (0,0)

Focus: (0,1/4)

Axis of Symmetry: x=0

Directrix: y= -1/4

In the graph we can graph of g(x) is translated 4 units to left, so the function is g(x)=(x+4)²

Therefore, option D is the correct answer.

To learn more about the parabola visit:

https://brainly.com/question/21685473.

#SPJ1

Can y’all help me on question 27?!

Answers

Answer:

B and D

Step-by-step explanation:

A would be:

57 + 2j

C would be:

13-t

write the sum as a fraction whole number or mixed number in lowest terms 5/14 + 5/14 + 2/14​

Answers

Answer:

5/14 + 5/14 + 2/14​ = 12/14 = 6/7

Step-by-step explanation:

Suppose that a committee is studying whether there is waste of time in our judicial system. It is interested in the mean amount of time individuals waste at the courthouse waiting to be called for jury duty. The committee randomly surveyed 81 people who recently served as jurors. The sample mean wait time was eight hours with a sample standard deviation of four hours. Construct a 95% confidence interval for the population mean time wasted. Which distribution should you use for this problem

Answers

Answer:

The t-distribution is used, as we have the standard deviation of the sample.

The 95% confidence interval for the population mean time wasted is between 7.12 hours and 8.88 hours.

Step-by-step explanation:

We have the standard deviation for the sample, which meas that the t-distribution should be used to solve this question.

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

df = 81 - 1 = 80

95% confidence interval

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

The margin of error is:

[tex]M = T\frac{s}{\sqrt{n}} = 1.99\frac{4}{\sqrt{81}} = 0.88[/tex]

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

The lower end of the interval is the sample mean subtracted by M. So it is 8 - 0.88 = 7.12 hours.

The upper end of the interval is the sample mean added to M. So it is 8 + 0.88 = 8.88 hours.

The 95% confidence interval for the population mean time wasted is between 7.12 hours and 8.88 hours.

Nancy and Evan are each writing a 6-page essay. Nancy completed 4/6 of her essay in the morning and 2/6 of her essay in the afternoon. Evan completed 3/6 of his essay before school and 2/6 of his essay after school. Nancy says that she completed more of her essay than Evan. Evan says that he completed more of his essay than Nancy. Who is correct?

Answers

Answer:Nancy completed more of the essay.

Step-by-step explanation:4/6 + 2/6 = 6/6 = Nancy

3/6 + 2/6 = 5/6 = Evan

Therefore Nancy did more of the essay.

What is the value of x in the figure below?

Answers

3x+8=35

3x=35-8

3x=27

x=27/3

x=9

HELP ITS A MATH EMERGENCY

Answers

Answer:

A. is the correct answer.

Step-by-step explanation:

Answer:

h

Step-by-step explanation:

can somebody help me solve for x.

Answers

Answer:

8/3

Step-by-step explanation:

x : 4 = 4 :  6

x = 16/ 6

x = 8/3

Q1. If sinθ = 3/5 and cosθ = 4/5, Find the value of tanθ (Use Pythagorean Identity)

Q2. If sinθ = 3/5 and cosθ = 4/5, Find the value of tanθ (Use Trignometric Identity)

Answers

Step-by-step explanation:

[tex]sinθ = \frac{3}{5} \: \: cosθ = \frac{4}{5} \\ now \\ tanθ = \frac{sinθ}{cos θ } \\ = \frac{3}{5 } \div \frac{4}{5} \\ = \frac{3}{5} \times \frac{5}{4} \\ = \frac{3}{4} [/tex]

Hope it will help :)❤

What is the measure of

Answers

Answer:

Just Plus the 2 Given and Minus in the 360 Because 360 It has a Fourside The Answer is 168degrees

Aubree is going to invest $27,000 and leave it in an account for 10 years. Assuming the interest is compounded continuously, what interest rate, to the nearest tenth of a percent, would be required in order for Aubree to end up with $39,000?

Answers

Answer:

3.7%

Step-by-step explanation:

simple

ANSWER ASAP FOR BRAINIEST AND 100 POINT ASAP
Find the value of x in the triangle.

Answers

The total measure of all the angles in a triangle is 180°.

Since there is already a 90° angle, the other 2 angles must also add up to 90°.

The only answer that fits is x = 9.

Check:

9x7 = 63°

3x9 = 27°

Add up = 90°

:)

C (x=18)

is your answer

Other Questions
Que hay en la casa worksheet 20 POINTS! WILL AWARD BRAINLIEST! Which equations have only one root what would happen if mushrooms were producers? help me asap brainliest for correct answer Luna lovegood is wifey Your friend Alex has won a scholarship to study abroad. (Congratulations!) Alex has only 8 weeks to earn enough money to buy a plane ticket, and he wants to work at an amusement park over the summer to acheive this goal I need help with my math homework ANYONE KNOW HOW TO SOLVE THIS!!!! PLEASE HELP ME!!! IT IS SOLVING SYSTEM EQUATIONS BY SUBSTITUTING!!x+8y=204x-y=14 Help please its due soon work and power!______is the amount of work done over time a. Efficiency C. Power b. Newton d. Horsepower find the value of the variable and the length of each chord.if necessary, round your answers to the nearest tenth PLEASE I NEEED HELP Winds that change daily in a regular pattern and blow within small areas are called:O monsoonsO air massesO global windsO local winds 4. What could Beneatha's hair, Mama's plant, and "Eat your eggs!" symbolize? If QRS is dilated by a scale factor of 6 through the origin, which of the following points represent the coordinates of R'?A. (-12,-24)B. (12,24)C. (-24,-12)D. (24,12) Read this excerpt from A Black Hole is NOT a Hole. Suppose you were to visit a perfectly symmetric, smallish, non-spinning black hole. What would happen? Right away, you would need a new nickname something like Stretch or the Spaghetti Kid. The pull from the black hole would force your body into a long, skinny, stringy shape. If you were going in feet first, your feet would stretch out the most. For a moment, they might look like droopy wet socks. Not that you would notice any of this. By the time your toes could register "ouch in your brain, your brain would not be working. This is the one time when stretching your mind might be a bad idea. What if the black hole were lumpy? Instead of getting a nice, smooth stretch, youd be pushed and pulled in changing directions, like human dough in a wrestling match with a pretzel maker. (The pretzel maker wins.) Which writing technique does the author use? scientific data that explains the function of a black hole facts to compare black holes language that describes the impact of a black hole statistics to contrast black holes PLEASE HELP!! Due today!! a pendulum clock having Copper keeps time at 20 degree Celsius it gains 15 second per day if cooled to 0C celsius calculate the coefficient of linear expansion of copper. Equimolar solutions of the following were prepared in water separately. Which one of the solution will record the highest pH?o CaCl2 SrCl 2 Ba(NO 2 )2 MgCl2 Starting with spore dispersal, and identify adaptations in the life cycle of the bryophyte for living in a terrestrial environment (ie, in air, without water surrounding the plant body). What are new stresses associated with living on land, and what morphological or physiological features did the first land plants have to evolve to cope with these stresses The nominal resistance of a wire is 0.15 Ohm. Random testing of the wire stock yields the following resistance data: 0.148 0.147 0.151 0.146 0.151 0.148 0.147 0.152 0.151 0.148 0.149 0.147 0.146 0.149 0.151 0.147 Does the sign test yield the conclusion, at the 5% significance level, that the median resistance is less than 0.15 Ohm?