An article in Fire Technology, 2014 (50.3) studied the effectiveness of sprinklers in fire control by the number of sprinklers that activate correctly. The researchers estimate the probability of a sprinkler to activate correctly to be 0.7. Suppose that you are an inspector hired to write a safety report for a large ballroom with 10 sprinklers. Assume the sprinklers activate correctly or not independently. (a) What is the probability that all of the sprinklers will operate correctly in a fire

Answers

Answer 1

Answer:

probability that all of the sprinklers will operate correctly in a fire: 0.0282

Step-by-step explanation:

In order to solve this question we will use Binomial  probability distribution because:

In the question it is given that the sprinklers activate correctly or not independently. The number of outcomes are two i.e. sprinklers activate correctly or not.

A binomial distribution is a probability of a success or failures outcomes in an  repeated multiple or n times.

Number of outcomes of this distributions are two.

The formula is:

b(x; n, P) = [tex]C_{n,x}*p^{x} * (1 - p)^{n-x}[/tex]

b = binomial probability  also represented as P(X=x)

x =no of successes

P = probability of a success on a single trial

n = no of trials

[tex]C_{n,x}[/tex] is calculated as:

[tex]C_{n,x}[/tex] = n! / x!(n – x)!

        = 10!  / 10!(10-10)!

        = 1

According to given question:

probability of success i.e. p = 0.7 i.e. probability of a sprinkler to activate correctly.

number of trials i.e. n = 10 as number of sprinklers are 10

To find: probability that all of the sprinklers will operate correctly in a fire

X = 10 because we have to find the probability that "all" of the sprinklers will operate correctly and there are 10 sprinklers so all 10 of them

So putting these into the formula:

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

           = C₁₀,₁₀ * 0.7¹⁰ * (1-0.7)¹⁰⁻¹⁰

           =  1 * 0.0282 * (0.3) ⁰

           = 1 * 0.0282 * 1

  P(X=x)        = 0.0282


Related Questions

Help me fast please
give the coordinates(enclose the coordinates in parentheses) of the
foci,vertices,and convertices of the ellipse with equation x²/169 + y²/25 = 1​

Answers

Answer:

[tex]\frac{x^2}{169} +\frac{y^2}{25}=1[/tex]

If we compare this to the general expression for an ellipse given by:

[tex]\frac{(x-h)^2}{a^2} +\frac{(y-k)^2}{b^2}=1[/tex]

We can see that the vertex is [tex] V=(0,0)[/tex]

And we can find the values of a and b like this:

[tex] a=\sqrt{169}=13, b=\sqrt{25}=5[/tex]

in order to find the foci we can find the value of c

[tex] c =\sqrt{169-25}=\sqrt{144}=12[/tex]

The two focis are (12,0) and (-12,0)

The convertices  for this case are: (13,0) and (-13,0) on the x axis

And for the y axis (0,5) and (0,-5)

Step-by-step explanation:

For this problem we have the following equation given:

[tex]\frac{x^2}{169} +\frac{y^2}{25}=1[/tex]

If we compare this to the general expression for an ellipse given by:

[tex]\frac{(x-h)^2}{a^2} +\frac{(y-k)^2}{b^2}=1[/tex]

We can see that the vertex is [tex] V=(0,0)[/tex]

And we can find the values of a and b like this:

[tex] a=\sqrt{169}=13, b=\sqrt{25}=5[/tex]

in order to find the foci we can find the value of c

[tex] c =\sqrt{169-25}=\sqrt{144}=12[/tex]

The two focis are (12,0) and (-12,0)

The convertices  for this case are: (13,0) and (-13,0) on the x axis

And for the y axis (0,5) and (0,-5)

Which ordered pair is a solution of the equation? y=3x+5 A:(2,11) B:(3,13) C: Neither D: Both

Answers

Answer:

A: (2, 11).

Step-by-step explanation:

For an ordered pair to be a solution of an equation, the ordered pair must "fit".

A: (2, 11).

11 = 3(2) + 5

11 = 6 + 5

11 = 11

So, (2, 11) is a solution.

B: (3, 13).

13 = 3(3) + 5

13 = 9 + 5

13 = 14

Since 13 is not the same thing as 14, (3, 13) is not a solution.

Since A works but B doesn't, choices C and D are both eliminated. A is your answer.

Hope this helps!

Write down the first 6 elements of the following sequence (where n ∈ Z+), then give a recursive definition for an. Do not forget the base case. (You do not need to prove it is correct).

a. an - 3n - 10
b. an= (1+(-1)^n)^n
c. an= 2n! (2)

Answers

Answer:

a. The first six terms are:

-7, -4, -1, 2, 5, 8

b. The first six terms are:

0, 2, 0, 2, 0, 2.

c. The first six terms are:

4, 8, 24, 96, 480, 2880

Step-by-step explanation:

a. an - 3n - 10

For n = 1

a1 = 3(1) - 10

= -7

For n = 2

a2 = 3(2) - 10

= -4

For n = 3

a3 = 3(3) - 10

= -1

For n = 4

a4 = 3(4) - 10

= 2

For n = 5

a5 = 3(5) - 10

= 5

For n = 6

a6 = 3(6) - 10

= 8

The first six terms are:

-7, -4, -1, 2, 5, 8

b. an= (1+(-1)^n)^n

For n = 1

a1 = (1+(-1)^1)^1

= 0

For n = 2

a2 = (1+(-1)^2)^1

= 2

For n = 3

a3 = (1+(-1)^3)^1

= 0

For n = 4

a4 = (1+(-1)^4)^1

= 2

For n = 5

a5 = (1+(-1)^5)^1

= 0

For n = 6

a6 = (1+(-1)^6)^1

= 2

The first six terms are:

0, 2, 0, 2, 0, 2.

c. an= 2n! (2)

For n = 1

a1 = 2(1!)(2)

= 4

For n = 2

a2 = 2(2!)(2)

= 8

For n = 3

a3 = 2(3!)(2)

= 24

For n = 4

a4 = 2(4!)(2)

= 96

For n = 5

a5 = 2(5!)(2)

= 480

For n = 6

a6 = 2(6!)(2)

= 2880

The first six terms are:

4, 8, 24, 96, 480, 2880

A passcode can have 5 or 6 digits. Digits can be repeated and leading 0s are allowed. So, 1234 would be a 4 digit code that is different from 01234, which is a 5 digit code. How many different passcodes are possible

Answers

Answer:

The number of passcodes possible is 1,100,000

Step-by-step explanation:

Here , we want to calculate the number of different possible passcodes.

For the five digit code,

each number in the code has a possibility of choosing from the digits 0 to 9, so this means that each of the numbers in the code has 10 options.

So for a five digit code, the number of possible choices would be 10 * 10 * 10 * 10 * 10 = 10^5

For a six digit code, the number of possible choice would be 10 * 10 * 10 * 10 * 10 * 10 * 10 = 10^6

So for 5 or 6 digits code, the number of possible choices would be;

10^5 + 10^6 = 10^5(1 + 10)

= 11(10^5) = 1,100,000

The number of passcodes possible is 1,100,000

Calculation of the no of passcode:

For the five-digit code, the no of possible choices should be [tex]10^5[/tex]

For the six-digit code, the no of possible choices should be [tex]10^6[/tex]

So, the possible choices should be

[tex]10^5 + 10^6 = 10^5(1 + 10)\\\\= 11(10^5)[/tex]

= 1,100,000

Hence, The number of passcodes possible is 1,100,000

Learn more about code here: https://brainly.com/question/24418415

if elf =gjh ef=12 and Lf=7.8 find ij

Answers

Answer:

IJ= 4.98

Step-by-step explanation:

EF = 12

KF = 6

LF = 7.8

LK = sqrt(7.8^2-6^2) = 4.98

IJ = LK (4.98)

Students in a statistics class are conducting a survey to estimate the mean number of units students at their college are enrolled in. The students collect a random sample of 47 students. The mean of the sample is 12.3 units. The sample has a standard deviation of 1.9 units. What is the 95% confidence interval for the average number of units that students in their college are enrolled in

Answers

Answer:

The 95% confidence interval for the average number of units that students in their college are enrolled in is :

Confidence Interval ( 11.76, 12.84).

Step-by-step explanation:

The formula for a Confidence Interval is:

C. I = μ ± z × σ/√n

Where

z = z score

μ is the sample mean

σ is the sample standard deviation

n = number of samples

We were given a 95% confidence interval

The z score for a 95% confidence interval = 1.96

μ = 12.3 units

σ = 1.9

n = 47 students

C. I = μ ± z × σ/√n

C.I = 12.3 ± 1.96 × 1.9/√47

C.I = 12.3 ± 0.5432012283

Hence,

Confidence interval = 12.3 ± 0.5432012283

12.3 - 0.5432012283 = 11.756798772 Approximately ≈ 11.76

12.3 + 0.5432012283 = 12.843201228

Approximately ≈ 12.84

Therefore, the 95% confidence interval for the average number of units that students in their college are enrolled in is :

Confidence Interval ( 11.76, 12.84).

There are three persons aged 60, 65 and 70 years old. The survival probabilities for these
three persons for another 5 years are 0.7.0.4 and 0.2 respectively. What is the probability
that at least two of them would survive another five years?

Answers

Answer:

Probability that at least two of them would survive another five years = 0.388

Step-by-step explanation:

We are given;

Probability of Survival of 60 years old for the next 5 years;

P(60 years old surviving) = 0.7  

Thus;

Probability of 60 years old not surviving for the next 5 years;

P(60 years old not surviving) = 1 - 0.7  = 0.3

Also,given;

Probability of Survival of 65 years old for the next 5 years;

P(65 years old surviving)  =  0.4  

Thus;

Probability of 65 years old not surviving for the next 5 years;

P(65 years not surviving)  =  1 - 0.4  = 0.6

Also,given;

Probability of Survival of 70 years old for the next 5 years;

P(70 years old surviving)  =  0.2  

Thus;

Probability of 70 years old not surviving for the next 5 years;

P(70 years not surviving)  =  1 - 0.2   = 0.8

Probability that at least two survived is;

P(at least 2 surviving) = [P(60 surviving) x P(65 surviving) x P(70 not surviving)] + [P(60 surviving) x P(65 not surviving) x P(70 surviving)] + [P(60 not surviving) x P(65 surviving) x P(70 surviving)] + [P(60 surviving) x P(65 surviving) x P(70 surviving)]

P(at least 2 surviving) = [(0.7)(0.4)(0.8)] + [(0.7)(0.6)(0.2)] + (0.3)(0.4)(0.2)  + [(0.7)(0.4)(0.2)]

P(at least 2 surviving) = 0.224  + 0.084  + 0.024 + 0.056

P(at least 2 surviving) = 0.388

Please help!!! Plz give good answers

Answers

Answer:

75

Step-by-step explanation:

In this case, you just need to use the distance formula of AC and DB.

Using the distance formula, we find that AC= 15, and DB=10

Therefore, area= 150/2=75

Copy the problem, mark the givens in the diagram. Given: CS ≅ HR, ∠CHS ≅ ∠HCR, ∠CSH ≅ ∠HRC, Prove: CR ≅ HS

Help urgently needed

Answers

Explanation:

1. CS ≅ HR, ∠CHS ≅ ∠HCR, ∠CSH ≅ ∠HRC — given

2. ∆CRH ~ ∆HSC — AA similarity theorem

3. ∠SCH ≅ ∠RHC — corresponding angles of similar triangles are congruent

4. CH ≅ HC — reflexive property of congruence

5. ∆CRH ≅ ∆HSC — SAS congruence theorem

6. CR ≅ HS — CPCTC

which linear inequality is represented by the graph​

Answers

Answer:

The first choice.

Step-by-step explanation:

When you are using y≥, then this means that the positive area needs to be shaded, but as you can see, the negative area is shaded, so the symbol '≤' would best fit this.

Now, that we see that, we can eliminate the 2nd and 4th option.

Now, looking at points (0, 2) and (2, 3), the slope is 1/2 <-- rise over run.

So, the first option will be correct!

Hope this helps:)

Answer:

You have selected the correct one!

Step-by-step explanation:

helppp pleaseee!!!!!!!!!!!!

Answers

Answer:

B = 26°

Step-by-step explanation:

To find Angle B we use sine

sin∅ = opposite / hypotenuse

From the question

AB is the hypotenuse

AC is the opposite

So we have

sin B = AC / AB

sin B = 4/9

B = sin-¹ 4/9

B = 26.38

B = 26° to the nearest hundredth

Hope this helps you

Answer:

[tex]\boxed{ \sf 26.39}[/tex]

Step-by-step explanation:

The triangle is a right triangle.

We can use trigonometric functions.

[tex]\sf sin(\theta )=\frac{opposite}{hypotenuse}[/tex]

[tex]\sf sin(?)=\frac{4}{9}[/tex]

[tex]\sf ?=sin^{-1}(\frac{4}{9} )[/tex]

[tex]\sf ? =26.38779996...[/tex]

pleassssssssssssssssssssssssseeeeeeeeeeeeeeeeeeeeeeee helpppppppppppppp meeeeeeeee i giveeeee you bralienstttttt

Answers

Answer:

487 divide by 14

Step-by-step explanation:

have a nice day

Which of the following lines are parallel to 2Y - 3X = 4?

A. Y = 2/3 X + 4
B. Y = 6/4 X
C. 2Y=8-3X

Answers

Answer:

B. Y = 6/4 X

Step-by-step explanation:

Well to find its parallel line we need to put,

2y - 3x = 4 into slope-intercept.

+3x to both sides

2y = 3x + 4

Now we divide everything by 2,

y = 3/2x + 2

So a line that is parallel to the given line will have the same slope but different y intercept, meaning we can cross out choices A and C.

To check look at the image below ↓

Thus,

answer choice B. Y = 6/4 X is correct.

Hope this helps :)

Solving by fractions

Answers

Answer:

x = -8, 8

Step-by-step explanation:

Set y = 0 to find the x intercepts

0 = x^2 -64

Add 64 to each side

64 = x^2

Take the square root of each side

±sqrt(64) = sqrt(x^2)

±8  =x

Write the equation in equivalent logarithmic form.
1
3=81​

Answers

Answer:

work is shown and pictured

n rectangle ABCD, point E lies half way between sides AB and CD and halfway between sides AD and BC. If AB=11 and BC=2, what is the area of the shaded region? Write your answer as a decimal, if necessary.

Answers

Answer:

Step-by-step explanation:

Hello!

For the rectangle ABCD

AB= DC= 11

BC= AD= 2

Point E lies halfway between AB and CD

The shaded are forms two triangles, I'll refer to the upper triangle as "Triangle one" and the lower triangle will be "triangle 2"

The area of a triangle is calculated as

[tex]a= \frac{bh}{2}[/tex]

b= base

h= height

Triangle 1

b₁= AB= 11

[tex]h_1= \frac{BC}{2}= \frac{2}{2}= 1[/tex]

[tex]a_1= \frac{b_1h_1}{2}= \frac{11*1}{2}= 5.5[/tex]

Triangle 2

b₂= DC= 11

[tex]h_2= \frac{BC}{2}= \frac{2}{2} = 1[/tex]

[tex]a_2= \frac{b_2h_2}{2}= \frac{11*1}{2}= 5.5[/tex]

Now you add the areas of both triangles to get the area of the shaded region:

a₁ + a₂= 5.5 + 5.5= 11

Since point E is halfway to all sides of the rectangle, even tough it doesn't see so, the shaded area is equal to half the area of the rectangle:

area= bh= DC*AD= 11*2= 22

area/2= 22/12= 11

I hope this helps!

Find the measure of each interior angle of a regular polygon with 10 sides.

Answers

Answer:

add up c

Step-by-step explanation:

What is the point-slope form of a line that has a slope of 3 and passes through point (1, 4)?
BRE
BE
y-4=3(x-1)
1-y=3(x-4)
Y,-4 = 3(1-x)
1-Y, = 3(4-x,)

Answers

Answer:

Option (1)

Step-by-step explanation:

Equation of a line passing through [tex](x_1,y_1)[/tex] having slope 'm' is represented as,

[tex]y-y_1=m(x-x_1)[/tex]

If a line passes through (1, 4) and having slope = 3,

By substituting the values in the equation of the line,

y - 4 = 3(x- 1)

Therefore, equation of the line will be,

y - 4 = 3(x - 1)

Option (1) will be the answer.

For the functions f(x)=2x−5 and g(x)=3x2−x, find (f∘g)(x) and (g∘f)(x).

Answers

Hi,

f°g means :  apply first g then f . so calculate  "g" and then use result as "x" in f.  

g°f  means :   you apply first  f then g  

so :  f°g =    2(3x²-x) -5  =   6x²-2x- 5

To improve in math, you need practice. have a try with  g°f  :)

give the answer in comments, and I will tell you if you are correct.

good luck.

g Which distribution is used to compute the p-value, if one of the alternative hypotheses of the test is true?Group of answer choices

Answers

Answer:

Probability distribution

Step-by-step explanation:

Probability distribution is the function which describes the likelihood of possible values assuming a random variable. Alternative hypothesis is a statement which we accept or reject based on the null hypothesis. The null hypothesis is rejected or accepted on the basis of level of significance. When the p-value is greater than level of significance we fail to reject the null hypothesis and null hypothesis is then accepted. It is not necessary that all null hypothesis will be rejected at 10% level of significance. To determine the criteria for accepting or rejecting a null hypothesis we should also consider p-value.

Sophie saw a dress she liked on sale for $15 off. The original price of the dress was $96. What is the sale price of the dress?

Answers

$96-$15=$81 that simple

If there is $15 off on the dress and the original price of the dress was $96 the sale price of the dress will be $81.

What is the application of subtraction?

In mathematics, subtraction is defined as the difference between two quantities. The application of subtraction can be used broadly in different applications to find or solve the problems such as finding differences between two quantities and many more.

Given that Sophie discovered a dress she liked that was $15 off. The dress cost $96.

The sale price of the dress is obtained by subtracting the original price from the price discount on the dress,

= $96 - $15

=$  $81

Thus, if there is $15 off on the dress and the original price of the dress was $96 the sale price of the dress will be $81.

Learn more about the application of subtraction here:

brainly.com/question/15345330

#SPJ2

N = 10 ft, Q = 2 ft, R = 4

Answers

Answer:

so what's the question

Suppose the results indicate that the null hypothesis should not be rejected; thus, it is possible that a type II error has been committed. Given the type of error made in this situation, what could researchers do to reduce the risk of this error? Choose a 0.01 significance level, instead of a 0.05 significance level. Increase the sample size.

Answers

Answer:

Increase the sample size.

Step-by-step explanation:

Increasing the sample size is the best way to reduce the likelihood of a type II error.

The type II error occurs when a hypothesis test accepts a false null hypothesis. That is, it fails to reject the null hypothesis that is false.

In such a situation, to increase the power of the test, you have to increase the sample size used in the test. The sampling size has the ability to detect the differences in a hypothesis test.

We have a bigger chance of capturing the difference if the sample size is larger, and it also increases the power of the test.

Brainliest for whoever gets this correct! What is the sum of the rational expressions below?

Answers

Answer:

second option

Step-by-step explanation:

x / x - 1 + 3x / x + 2

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

= (x² + 2x) / (x² + x - 2) + (3x² - 3x) / (x² + x - 2)

= (4x² - x) / (x² + x - 2)

PLEASE HELPPP ITS TIMED Consider the following functions. f(x) = x2 – 4 g(x) = x – 2 What is (f(x))(g(x))? a.(f(x))(g(x)) = x + 2; x ≠ 2 b.(f(x))(g(x)) = x + 2; all real numbers c.(f(x))(g(x)) = x3 – 2x2 – 4x + 8; x ≠ 2 d(f(x))(g(x)) = x3 – 2x2 – 4x + 8; all real numbers

Answers

Answer:

d(f(x))(g(x)) = x3 – 2x2 – 4x + 8; all real numbers

Step-by-step explanation:

(f(x))(g(x)) = (x²- 4)*(x-2) =x³ - 2x² - 4x + 8

Choice d. is correct

a.(f(x))(g(x)) = x + 2; x ≠ 2 incorrectb.(f(x))(g(x)) = x + 2; all real numbers incorrectc.(f(x))(g(x)) = x3 – 2x2 – 4x + 8; x ≠ 2 incorrectd(f(x))(g(x)) = x3 – 2x2 – 4x + 8; all real numberscorrect

Answer:

D

Step-by-step explanation:

The rate of earnings is 6% and the cash to be received in four years is $20,000. The present value amount, using the following partial table of present value of $1 at compound interest, is

Answers

Answer:

$15,842

Step-by-step explanation:

We use the Present value formula

Present Value = Future value/(1 + r)ⁿ

r = 6% = 0.06

n = 4 years

Future value = $20,000

Present value = 20,000/(1 + 0.06)⁴

= $15841.873265

≈ $15,842

What does it mean to say​ "correlation does not imply​ causation"? Choose the correct answer below. A. Two variables can only be strongly correlated if there existed a​ cause-and-effect relationship between the variables. B. The fact that two variables are strongly correlated does not in itself imply a​ cause-and-effect relationship between the variables. C. The fact that two variables are strongly correlated implies a​ cause-and-effect relationship between the variables. D. Two variables that have a​ cause-and-effect relationship are never correlated.

Answers

Answer:

B. The fact that two variables are strongly correlated does not in itself imply a​ cause-and-effect relationship between the variables.

Step-by-step explanation:

The term "correlation does not imply causation", simply means that because we can deduce a link between two factors or sets of data, it does not necessarily prove that there is a cause-and-effect relationship between the two variables. In some cases, there could indeed be a cause-and-effect relationship but it cannot be said for certain that this would always be the case.

While correlation shows the linear relationship between two things, causation implies that an event occurs because of another event. So the phrase is actually saying that because two factors are related, it does not mean that it is as a result of a causal factor. It could simply be a coincidence. This occurs because of our effort to seek an explanation for the occurrence of certain events.

Answer: B. The fact that two variables are strongly correlated does not in itself imply a​ cause-and-effect relationship between the variables.

Step-by-step explanation:

Graph the equation below by plotting the y-intercept and a second point on the line. When you click Done, your line will appear

Answers

Answer:

Step-by-step explanation:

Equation of the line has been given as,

[tex]y=\frac{3}{2}x-5[/tex]

By comparing this equation with the y-intercept form of the equation,

y = mx + b

Slope of the line 'm' = [tex]\frac{3}{2}[/tex]

and y-intercept 'b' = -5

Table for the points to be plotted on a graph will be,

x              y

-4           -11

-2           -6

0            -5

2            -4

4            -3

By plotting y-intercept (0, -5) and any one of the points given in the table we can get the required line.

Answer: actually the answer to this question is (0, -5) and ( 2, -2)

Step-by-step explanation: I just took the test on Plato and got it right :)

What is the slope of the line
described by Y = 6X + 2?

A. 6
B. 2
C. 3
D. -6
E. 12

Answers

Answer:

A . 6

Step-by-step explanation:

[tex]\mathrm{For\:a\:line\:equation\:for\:the\:form\:of\:}\mathbf{y=mx+b}\mathrm{,\:the\:slope\:is\:}\mathbf{m}\\m=6[/tex]

A sample of 250 observations is selected from a normal population with a population standard deviation of 25. The sample mean is 20. Determine the standard error of the mean. (Round your answer to 3 decimal places.)

Answers

Answer:

The standard error of the mean is  [tex]\sigma _{\= x } = 1.581[/tex]

Step-by-step explanation:

From the question we are told that

    The sample size is  n  =  250

      The standard deviation is  [tex]\sigma = 25[/tex]

          The sample mean is  [tex]\= x = 20[/tex]

The standard error of the mean is mathematically represented as

        [tex]\sigma _{\= x } = \frac{\sigma }{\sqrt{n} }[/tex]

substituting values

        [tex]\sigma _{\= x } = \frac{25 }{\sqrt{250} }[/tex]

       [tex]\sigma _{\= x } = 1.581[/tex]

Other Questions
En una botella caben 2.75 litros de agua. Aproximadamente cuntos galones caben en la botella?1 espacio l i t r o casi igual a 0.264 espacio g a l o n e s HELP me pleaseeee somebody an object is placed 30cm from a mirror of focal length 15 cm the object is 7.5cm tall. where is the image located? how tall is the image?? ASAP!! Please help me. I will not accept nonsense answers, but will mark as BRAINLIEST if you answer is correctly with solutions. Why did President Roosevelt need to create a Second New Deal?Americans were prospering and needed to find new ways to spend and invest their money.The unemployment rate had dropped to an all-time low, and there was a need to find new workers.The economy continued to struggle with high unemployment rates and widespread poverty.O There was no longer a need for the government to support social programs for Americans. Select all angle measures for which cos0= 1/2 Jill is standing at the base of her apartment building. She measures the angle of elevation to the top of a nearby tower to be 40. Then Jill goes to the roof of her apartment building, directly above her previous position, and measures the angle of elevation to the top of the same tower to be 30. If the height of the tower is 100 meters, the height of Jill's apartment building is meters. 76.175/50[tex] \frac{ \sqrt[3]{175} }{ \sqrt[3]{50} } [/tex] Steven wants to become a member of the labor union. Which law gives him the right to do so?A. Civil Rights ActB. Fair Labor Standards ActC. Occupational Safety and Health ActD. Wagner ActE. Equal Pay Act Barry spent 1/5 of his monthly salary for rent and 1/7 of his monthly salary for his school loans. If $851 was left, what was his monthly salary? Fess convinces Gwyn to enter into a contract for the purchase of a Falafel Waffle Food Cart by knowingly misrepresenting a number of material features about the facility and the business. Most likely, Gwyn can rescind the contract on the basis of Eukaryotic cells are substantially larger than bacterial cells and average over 20 times more volume-per-surface-area than bacterial cells. How can the eukaryotic cell membrane provide this higher rate of exchange of materials Light emitted by element X passes through a diffraction grating that has 1200 slits/mm. The interference pattern is observed on a screen 77.0 cm behind the grating. First-order maxima are observed at distances of 58.0 cm , 65.4 cm , and 94.5 cm from the central maximum. What are the wavelengths of light emitted by element X? A bond with a coupon rate of "5.96" percent and semiannual coupon payments matures in 18 years. The YTM is 6.97 percent. What is the effective annual yield? Please answer ASAP will mark brainliest if correct Answer ill mark the brainliest please help how to simplify this expression ? A police office claims that the proportion of people wearing seat belts is less than 65%. To test this claim, a random sample of 200 drivers is taken and its determined that 126 people are wearing seat belts. The following is the setup for this hypothesis test: H0:p=0.65 Ha:p Match the terms to their definition. 1. fatalist a reference to well-know people, places, myths, or literature 2. foreshadowing someone who believes that humans cannot change their destinies 3. allusion inconsistent, likely to change or reverse 4. fickle very different, incomparable 5. disparate clues or hints of forthcoming events in literature 6. gentry to deprive a person of legal rights and protection 7. disenfranchise Suppose ABC is a right triangle with sides of lengths a, b, and c and right angle at C. Find the unknown side length using the Pythagorean theorem and then find the value of the indicated trigonometric function of the given angle. Rationalize the denominator if applicable. Find tan B when a In many larger U.S. based firms the __________ match(es) the overall strategy of the firm and reinforce(s) the culture emerging from day-to-day activities.