P(x)=2x^5+9x^4+9x^3+3x^2+7x-6;x=i,-2

Answers

Answer 1

Answer:

The value of the polynomial function at P(1) and P(-2) is 24 and 0 respectively.

Step-by-step explanation:

We are given with the following polynomial function below;

[tex]\text{P}(x) = 2x^{5} +9x^{4} +9x^{3} +3x^{2}+7x-6[/tex]

Now, we have to calculate the value of P(x) at x = 1 and x = -2.

For this, we will substitute the value of x in the given polynomial and find it's value.

At x = 1;

[tex]\text{P}(1) = 2(1)^{5} +9(1)^{4} +9(1)^{3} +3(1)^{2}+7(1)-6[/tex]

[tex]\text{P}(1) = (2\times 1) +(9\times 1)+(9 \times 1)+(3\times 1)+(7\times 1)-6[/tex]

[tex]\text{P}(1) = 2 +9+9+3+7-6[/tex]

P(1) = 30 - 6

P(1) = 24

At x = -2;

[tex]\text{P}(-2) = 2(-2)^{5} +9(-2)^{4} +9(-2)^{3} +3(-2)^{2}+7(-2)-6[/tex]

[tex]\text{P}(-2) = (2\times -32) +(9\times 16)+(9 \times -8)+(3\times 4)+(7\times -2)-6[/tex]

[tex]\text{P}(-2) = -64 +144-72+12-14-6[/tex]

P(-2) = 156 - 156

P(-2) = 0

Hence, the value of the polynomial function at P(1) and P(-2) is 24 and 0 respectively.


Related Questions

A gallup survey indicated that 72% of 18- to 29-year-olds, if given choice, would prefer to start their own business rather than work for someone else. A random sample of 600 18-29 year-olds is obtained today. What is the probability that no more than 70% would prefer to start their own business?

Answers

Answer:

The probability that no more than 70% would prefer to start their own business is 0.1423.

Step-by-step explanation:

We are given that a Gallup survey indicated that 72% of 18- to 29-year-olds, if given choice, would prefer to start their own business rather than work for someone else.

Let [tex]\hat p[/tex] = sample proportion of people who prefer to start their own business

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

                               Z  =  [tex]\frac{\hat p-p}{\sqrt{\frac{\hat p(1-\hat p)}{n} } }[/tex]  ~ N(0,1)

where, p = population proportion who would prefer to start their own business = 72%

            n = sample of 18-29 year-olds = 600

Now, the probability that no more than 70% would prefer to start their own business is given by = P( [tex]\hat p[/tex] [tex]\leq[/tex] 70%)

       P( [tex]\hat p[/tex] [tex]\leq[/tex] 70%) = P( [tex]\frac{\hat p-p}{\sqrt{\frac{\hat p(1-\hat p)}{n} } }[/tex] [tex]\leq[/tex] [tex]\frac{0.70-0.72}{\sqrt{\frac{0.70(1-0.70)}{600} } }[/tex] ) = P(Z [tex]\leq[/tex] -1.07) = 1 - P(Z < 1.07)

                                                                       = 1 - 0.8577 = 0.1423

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

the value of 4^-1+8^-1÷1/2/3^3​

Answers

Answer:

1.9375.

Step-by-step explanation:

To solve this, we must use PEMDAS.

The first things we take care of are parentheses and exponents.

Since there are no parentheses, we do exponents.

4^-1+8^-1÷1/2/3^3​

= [tex]\frac{1}{4} +\frac{1}{8} / 1/ 2/ 27[/tex]

= 1/4 + (1/8) / 1 * (27 / 2)

= 1/4 + (27 / 8) / 2

= 1/4 + (27 / 8) * (1 / 2)

= 1/4 + (27 / 16)

= 4 / 16 + 27 / 16

= 31 / 16

= 1.9375.

Hope this helps!

What is the slope of the line shown below (3,9) (1,1)

Answers

Answer:

slope m = 4

Step-by-step explanation:

The formula of a slope:

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

We have the points

[tex](3;\ 9)\to x_1=3;\ y_1=9\\(1;\ 1)\to x_2=1;\ y_2=1[/tex]

Substitute:

[tex]m=\dfrac{1-9}{1-3}=\dfrac{-8}{-2}=4[/tex]

Answer:

m=4

Step-by-step explanation:

Slope can be found using the following formula:

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

where [tex](x_{1},y_{1})[/tex] and [tex](x_{2},y_{2})[/tex] are points on the line.

We are given the points (3,9) and (1,1). Therefore,

[tex]x_{1}=3\\y_{1}=9 \\x_{2}=1\\y_{2}=1[/tex]

Substitute each value into the formula.

[tex]m=\frac{1-9}{1-3}[/tex]

Subtract in the numerator first.

[tex]m=\frac{-8}{1-3}[/tex]

Subtract in the denominator.

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

Divide.

[tex]m=4[/tex]

The slope of the line is 4.


An experiment involves 17 participants. From these, a group of 3 participants is to be tested under a special condition. How many groups of 3 participants can
be chosen, assuming that the order in which the participants are chosen is irrelevant?

Answers

Answer: 680

Step-by-step explanation:

When order doesn't matter,then the number of combinations of choosing r things out of n = [tex]^nC_r=\dfrac{n!}{r!(n-r)!}[/tex]

Given: Total participants = 17

From these, a group of 3 participants is to be tested under a special condition.

Number of groups of 3 participants chosen = [tex]^{17}C_3=\dfrac{17!}{3!(17-3)!}\[/tex]

[tex]^{17}C_3=\dfrac{17!}{3!(17-3)!}\\\\=\dfrac{17\times16\times15\times14!}{3\times2\times14!}\\\\=680[/tex]

Hence, there are 680 groups of 3 participants can  be chosen,.

A regression model between sales (y in $1000), unit price (x1 in dollars), and television advertisement (x2 in dollars) resulted in the following function: Ŷ = 7 - 3x1 + 5x2 For this model, SSR = 3500, SSE = 1500, and the sample size is 18. If we want to test for the significance of the regression model, the critical value of F at the 5% level of significance is a. 3.29. b. 3.24. c. 3.68. d. 4.54.

Answers

Answer: C. 3.68

Step-by-step explanation:

Given that;

Sample size n = 18

degree of freedom for numerator k = 2

degree of freedom for denominator = n - k - 1 = (18-2-1) = 15

level of significance = 5% = 5/100 = 0.05

From the table values,

the critical value of F at 0.05 significance level with (2, 18) degrees of freedom is 3.68

Therefore option C. 3.68 is the correct answer

What is the simplified expression for 3 y squared minus 6 y z minus 7 + 4 y squared minus 4 y z + 2 minus y squared z?
WILL MARK BRAINLEST

Answers

Answer:

7y⁴- 10yz - y²z - 5

Step-by-step explanation:

First collect like terms

3y²+ 4y²- 6yz - 4yz - y²z - 7+2

7y⁴-10yz - y²z - 5

Answer:

Its C

Step-by-step explanation:

PLEASE HELP I DO NOT UNDERSTAND AT ALL ITS PRECALC PLEASE SERIOUS ANSWERS

Answers

You want to end up with [tex]A\sin(\omega t+\phi)[/tex]. Expand this using the angle sum identity for sine:

[tex]A\sin(\omega t+\phi)=A\sin(\omega t)\cos\phi+A\cos(\omega t)\sin\phi[/tex]

We want this to line up with [tex]2\sin(4\pi t)+5\cos(4\pi t)[/tex]. Right away, we know [tex]\omega=4\pi[/tex].

We also need to have

[tex]\begin{cases}A\cos\phi=2\\A\sin\phi=5\end{cases}[/tex]

Recall that [tex]\sin^2x+\cos^2x=1[/tex] for all [tex]x[/tex]; this means

[tex](A\cos\phi)^2+(A\sin\phi)^2=2^2+5^2\implies A^2=29\implies A=\sqrt{29}[/tex]

Then

[tex]\begin{cases}\cos\phi=\frac2{\sqrt{29}}\\\sin\phi=\frac5{\sqrt{29}}\end{cases}\implies\tan\phi=\dfrac{\sin\phi}{\cos\phi}=\dfrac52\implies\phi=\tan^{-1}\left(\dfrac52\right)[/tex]

So we end up with

[tex]2\sin(4\pi t)+5\cos(4\pi t)=\sqrt{29}\sin\left(4\pi t+\tan^{-1}\left(\dfrac52\right)\right)[/tex]

Answer:

y(t) = √29·sin(4πt +1.1903)amplitude: √29angular frequency: 4πphase shift: 1.1903 radians

Step-by-step explanation:

In the form ...

  y(t) = Asin(ωt +φ)

you have ...

Amplitude = Aangular frequency = ωphase shift = φ

The translation from ...

  y(t) = 2sin(4πt) +5cos(4πt)

is ...

  A = √(2² +5²) = √29 . . . . the amplitude

  ω = 4π . . . . the angular frequency in radians per second

  φ = arctan(5/2) ≈ 1.1903 . . . . radians phase shift

Then, ...

  y(t) = √29·sin(4πt +1.1903)

_____

Comment on the conversion

You will notice we used "2" and "5" to find the amplitude and phase shift. In the generic case, these are "coefficient of sin( )" and "coefficient of cos( )". When determining phase shift, pay attention to whether your calculator is giving you degrees or radians. (Set the mode to what you want.)

If you have a negative coefficient for sin( ), you will need to add 180° (π radians) to the phase shift value given by the arctan( ) function.

Assume that there is a 6% rate of disk drive failure in a year. a. If all your computer data is stored on a hard disk drive with a copy stored on a second hard disk drive, what is the probability that during a year, you can avoid catastrophe with at least one working drive? b. If copies of all your computer data are stored on independent hard disk drives, what is the probability that during a year, you can avoid catastrophe with at least one working drive? four a. With two hard disk drives, the probability that catastrophe can be avoided is . (Round to four decimal places as needed.) b. With four hard disk drives, the probability that catastrophe can be avoided is . (Round to six decimal places as needed.)

Answers

Answer: 0.9964

Step-by-step explanation:

Consider,

P (disk failure) = 0.06

q = 0.06

p = 1- q

p = 1- 0.06,

p = 0.94

Step 2

Whereas p represents the probability that a disk does not fail. (i.e. working entire year).

a)

Step 3

a)

n = 2,

let x be a random variable for number...

Continuation in the attached document

Please help. I’ll mark you as brainliest if correct!

Answers

Answer:

8lb of the cheaper Candy

17.5lb of the expensive candy

Step-by-step explanation:

Let the cheaper candy be x

let the costly candy be y

X+y = 25.5....equation one

2.2x +7.3y = 25.5(5.7)

2.2x +7.3y = 145.35.....equation two

X+y = 25.5

2.2x +7.3y = 145.35

Solving simultaneously

X= 25.5-y

Substituting value of X into equation two

2.2(25.5-y) + 7.3y = 145.35

56.1 -2.2y +7.3y = 145.35

5.1y = 145.35-56.1

5.1y = 89.25

Y= 89.25/5.1

Y= 17.5

X= 25.5-y

X= 25.5-17.5

X= 8

A subcommittee is randomly selected from a committee of eight men and seven women. What is the probability that all three people on the subcommittee are men

Answers

Answer:

The probability that all three people on the subcommittee are men

= 20%

Step-by-step explanation:

Number of members in the committee = 15

= 8 men + 7 women

The probability of selecting a man in the committee

= 8/15

= 53%

The probability of selecting three men from eight men

= 3/8

= 37.5%

The probability that all three people on the subcommittee are men

= probability of selecting a man multiplied by the probability of selecting three men from eight men

= 53% x 37.5%

= 19.875%

= 20% approx.

This is the same as:

The probability of selecting 3 men from the 15 member-committee

= 3/15

= 20%

need answers (ASAP!!!) with equations, please!!

Answers

Answer:

a=6, b=5.5

Step-by-step explanation:

By looking at the sides of the triangles it can easily be seen that some of the sides match up. Side b is similar to the side of 11 and same with side a and the side of 3. Since one side is 16 and the other side on the smaller triangle is 8, the bigger triangle is twice as large than the smaller one. So 3 x 2 = 6 and 11 / 2 = 5.5

what is the answer to 100×338 ​

Answers

Answer:

33800

Step-by-step explanation:

100 x 338 = 33800

Answer:

33800

Step-by-step explanation:

338x10=3380 then 3380x10=33800

-------------------------------------------------------

Good luck with your assignment...

In 2015, the CDC analyzed whether American adults were eating enough fruits and vegetables. Let the mean cups of vegetables adults eat in a day be μ. If the CDC wanted to know if adults were eating, on average, more than the recommended 2 cups of vegetables a day, what are the null and alternative hypothesis? Select the correct answer below: H0: μ=2; Ha: μ>2 H0: μ>2; Ha: μ=2 H0: μ=2; Ha: μ<2 H0: μ=2; Ha: μ≠2

Answers

Answer:

H0: μ=2; Ha: μ>2

Step-by-step explanation:

The null hypothesis is the default hypothesis while the alternative hypothesis is the opposite of the null and is always tested against the null hypothesis.

In this case study, the null hypothesis is that adults were eating, on average, the recommended 2 cups of vegetables a day: H0: μ=2 while the alternative hypothesis is adults were eating, on average, more than the recommended 2 cups of vegetables a day Ha: μ>2.

Historically, the proportion of students entering a university who finished in 4 years or less was 63%. To test whether this proportion has decreased, 114 students were examined and 51% had finished in 4 years or less. To determine whether the proportion of students who finish in 4 year or less has statistically significantly decreased (at the 5% level of signficance), what is the critical value

Answers

Answer:

z(c)  = - 1,64

We reject the null hypothesis

Step-by-step explanation:

We need to solve a proportion test ( one tail-test ) left test

Normal distribution

p₀ = 63 %

proportion size  p = 51 %

sample size  n = 114

At 5% level of significance   α = 0,05, and with this value we find in z- table z score of z(c) = 1,64  ( critical value )

Test of proportion:

H₀     Null Hypothesis                        p = p₀

Hₐ    Alternate Hypothesis                p < p₀

We now compute z(s) as:

z(s) =  ( p - p₀ ) / √ p₀q₀/n

z(s) =( 0,51 - 0,63) / √0,63*0,37/114

z(s) =  - 0,12 / 0,045

z(s) = - 2,66

We compare z(s) and z(c)

z(s) < z(c)      - 2,66 < -1,64

Therefore as z(s) < z(c)  z(s) is in the rejection zone we reject the null hypothesis

Please help asap.
A pizza is cut into six unequal slices (each cut starts at the center). The largest slice measures $90$ degrees If Larry eats the slices in order from the largest to the smallest, then the number of degrees spanned by a slice decreases at a constant rate. (So the second slice is smaller than the first by a certain number of degrees, then the third slice is smaller than the second slice by that same number of degrees, and so on.) What is the degree measure of the fifth slice Larry eats?

Answers

Answer:

The answer is 5th angle = [tex]\bold{42^\circ}[/tex]

Step-by-step explanation:

Given that pizza is divided into six unequal slices.

Largest slice has an angle of [tex]90^\circ[/tex].

He eats the pizza from largest to smallest.

Let the difference in angles in each slice = [tex]d^\circ[/tex]

1st angle = [tex]90^\circ[/tex]

2nd angle = 90-d

3rd angle = 90-d-d = 90 - 2d

4th angle = 90-2d-d = 90 - 3d

5th angle = 90-3d-d = 90 - 4d

6th angle = 90-4d -d = 90 - 5d

We know that the sum of all the angles will be equal to [tex]360^\circ[/tex] (The sum of all the angles subtended at the center).

i.e.

[tex]90+90-d+90-2d+90-3d+90-4d+90-5d=360\\\Rightarrow 540 - 15d = 360\\\Rightarrow 15d = 540 -360\\\Rightarrow 15d = 180\\\Rightarrow d = 12^\circ[/tex]

So, the angles will be:

1st angle = [tex]90^\circ[/tex]

2nd angle = 90- 12 = 78

3rd angle = 78-12 = 66

4th angle = 66-12 = 54

5th angle = 54-12 = 42

6th angle = 42 -12 = 30

So, the answer is 5th angle = [tex]\bold{42^\circ}[/tex]

In the search to determine if car 1 is slower to accelerate than car 2, the mean time it takes to accelerate to 30 miles per hour is recorded (Note: a car is slower to accelerate if it takes more time to accelerate). Twenty trials of the acceleration time for each car are recorded, and both populations have normal distributions with known standard deviations. What are the hypotheses used in this test

Answers

Answer:

Step-by-step explanation:

The happiest used in a test in statistics are the null and the alternative hypothesis. The null hypothesis is usually the default statement while the alternative hypothesis is thevopposite of the null hypothesis.

In this case study, the null hypothesis is u1 = u2: the average mean time it takes to accelerate to 30 miles per hour for car 1 is the same as that for car 2.

The alternative hypothesis is u1 > u2: the mean time it takes to accelerate to 30 miles per hour is greater than that for car 2 thus car 1 is slower to accelerate as it takes more time.

Solve : 1 − | 0.2(m−3)+ 1/4| =0

Answers

Answer:

1-{0.2(m-3)+¼}=0

1{0.2m-0.6+¼}=0

1-{(0.8m-2.4+1)/4}=0

1-(0.8m-1.4)/4=0

lcm

(4-0.8m-1.4)/4=0

(2.6-0.8m)/4=0

cross multiply

2.6-0.8m=0

m=2.6/0.8

m=3.25

The solution of the expression are,

⇒ m = 3.25

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

Given that;

Expression is,

⇒ 1 - | 0.2 (m - 3) + 1/4 | = 0

Now, We can simplify as;

⇒ 1 - | 0.2m - 0.6 + 1/4| = 0

⇒ 1 - |0.2m - 0.6 + 0.25| = 0

⇒ 1 - |0.2m - 0.35| = 0

⇒ 1 = 0.2m + 0.35

⇒ 1 - 0.35 = 0.2m

⇒ 0.2m = 0.65

⇒ m = 3.25

Thus, The solution of the expression are,

⇒ m = 3.25

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ2

a 12- inch ruler is duvided into 3 parts. the large part is 3 times longer than the small. the meddium part is times longer than then small, the medium part is 2 times long as the smallest .how long is the smallest part?

Answers

Answer:

2 inches

Step-by-step explanation:

x= smallest

3x=largest

2x=medium

x+3x+2x=12

6x=12

x=2

so smallest is 2

largest is 6 (3x)

medium is 4 (2x)

2+6+4=12

Crime and Punishment: In a study of pleas and prison sentences, it is found that 45% of the subjects studied were sent to prison. Among those sent to prison, 40% chose to plead guilty. Among those not sent to prison, 55% chose to plead guilty.
(A) If one of the study subjects is randomly selected, find the probability of getting someone who was not sent to prison.
(B) If a study subject is randomly selected and it is then found that the subject entered a guilty plea, find the probability that this person was not sent to prison.

Answers

Answer:

(a) The probability of getting someone who was not sent to prison is 0.55.

(b) If a study subject is randomly selected and it is then found that the subject entered a guilty plea, the probability that this person was not sent to prison is 0.63.

Step-by-step explanation:

We are given that in a study of pleas and prison sentences, it is found that 45% of the subjects studied were sent to prison. Among those sent to prison, 40% chose to plead guilty. Among those not sent to prison, 55% chose to plead guilty.

Let the probability that subjects studied were sent to prison = P(A) = 0.45

Let G = event that subject chose to plead guilty

So, the probability that the subjects chose to plead guilty given that they were sent to prison = P(G/A) = 0.40

and the probability that the subjects chose to plead guilty given that they were not sent to prison = P(G/A') = 0.55

(a) The probability of getting someone who was not sent to prison = 1 - Probability of getting someone who was sent to prison

      P(A') = 1 - P(A)

               = 1 - 0.45 = 0.55

(b) If a study subject is randomly selected and it is then found that the subject entered a guilty plea, the probability that this person was not sent to prison is given by = P(A'/G)

We will use Bayes' Theorem here to calculate the above probability;

    P(A'/G) =  [tex]\frac{P(A') \times P(G/A')}{P(A') \times P(G/A') +P(A) \times P(G/A)}[/tex]      

                 =  [tex]\frac{0.55 \times 0.55}{0.55\times 0.55 +0.45 \times 0.40}[/tex]

                 =  [tex]\frac{0.3025}{0.4825}[/tex]

                 =  0.63

If w'(t) is the rate of growth of a child in pounds per year, what does 7 w'(t)dt 4 represent? The change in the child's weight (in pounds) between the ages of 4 and 7. The change in the child's age (in years) between the ages of 4 and 7. The child's weight at age 7. The child's weight at age 4. The child's initial weight at birth.

Answers

Complete Question

If w'(t) is the rate of growth of a child in pounds per year, what does

[tex]\int\limits^{7}_{4} {w'(t)} \, dt[/tex]  represent?

a) The change in the child's weight (in pounds) between the ages of 4 and 7.

b) The change in the child's age (in years) between the ages of 4 and 7.

c) The child's weight at age 7.

d) The child's weight at age 4. The child's initial weight at birth.

Answer:

The correct option is  option a

Step-by-step explanation:

From the question we are told that

       [tex]w'(t)[/tex] represents the rate of growth of a child in   [tex]\frac{pounds}{year}[/tex]

So      [tex]{w'(t)} \, dt[/tex]  will be in  [tex]pounds[/tex]

Which then mean that this  [tex]\int\limits^{7}_{4} {w'(t)} \, dt[/tex]  the change in the weight of the child between the ages of  [tex]4 \to 7[/tex] years

   

Compute the following values when the log is defined by its principal value on the open set U equal to the plane with the positive real axis deleted.

a. log i
b. log(-1)
c. log(-1 + i)
d. i^i
e. (-i)^i

Answers

Answer:

Following are the answer to this question:

Step-by-step explanation:

The principle vale of Arg(3)

[tex]Arg(3)=-\pi+\tan^{-1} (\frac{|Y|}{|x|})[/tex]

The principle value of the [tex]\logi= \log(0+i)\ \ \ \ \ _{where} \ \ \ x=0 \ \ y=1> 0[/tex]

So, the principle value:

a)

[tex]\to \log(i)=\log |i|+i Arg(i)\\\\[/tex]

             [tex]=\log \sqrt{0+1}+i \tan^{-1}(\frac{1}{0})\\\=\log 1 +i \tan^{-1}(\infty)\\\=0+i\frac{\pi}{2}\\\=i\frac{\pi}{2}[/tex]

b)

[tex]\to \log(-i)= \log(0-i ) \ \ \ x=0 \ \ \ y= -1<0\\[/tex]

Principle value:

[tex]\to \log(-i)= \log|-i|+iArg(-i) \\\\[/tex]

                 [tex]=\log \sqrt{0+1}+i(-\pi+\tan^{-1}(\infty))\\\\=\log1 + i(-\pi+\frac{\pi}{2})\\\\=-i\frac{\pi}{2}[/tex]

c)

[tex]\to \log(-1+i) \ \ \ \ x=-1, _{and} y=1 \ \ \ x<0 and y>0[/tex]

The principle value:

[tex]\to \log(-1+i)=\log |-1+i| + i Arg(-1+i)[/tex]

                     [tex]=\log \sqrt{1+1}+i(\pi+\tan^{-1}(\frac{1}{1}))\\\\=\log \sqrt{2} + i(\pi-\tan^{-1}\frac{\pi}{4})\\\\=\log \sqrt{2} + i\tan^{-1}\frac{3\pi}{4}\\\\[/tex]

d)

[tex]\to i^i=w\\\\w=e^{i\log i}[/tex]

The principle value:

[tex]\to \log i=i\frac{\pi}{2}\\\\\to w=e^{i(i \frac{\pi}{2})}\\\\=e^{-\frac{\pi}{2}}[/tex]

e)

[tex]\to (-i)^i\\\to w=(-i)^i\\\\w=e^{i \log (-i)}[/tex]

In this we calculate the principle value from b:

so, the final value is [tex]e^{\frac{\pi}{2}}[/tex]

f)

[tex]\to -1^i\\\\\to w=e^{i log(-1)}\\\\\ principle \ value: \\\\\to \log(-1)= \log |-1|+iArg(-i)[/tex]

                [tex]=\log \sqrt{1} + i(\pi-\tan^{-1}\frac{0}{-1})\\\\=\log \sqrt{1} + i(\pi-0)\\\\=\log \sqrt{1} + i\pi\\\\=0+i\pi\\=i\pi[/tex]

and the principle value of w is = [tex]e^{\pi}[/tex]

g)

[tex]\to -1^{-i}\\\\\to w=e^(-i \log (-1))\\\\[/tex]

from the point f the principle value is:

[tex]\to \log(-1)= i\pi\\\to w= e^{-i(i\pi)}\\\\\to w=e^{\pi}[/tex]

h)

[tex]\to \log(-1-i)\\\\\ Here x=-1 ,<0 \ \ y=-1<0\\\\ \ principle \ value \ is:\\\\ \to \log(-1-i)=\log\sqrt{1+1}+i(-\pi+\tan^{-1}(1))[/tex]

                    [tex]=\log\sqrt{2}+i(-\pi+\frac{\pi}{4})\\\\=\log\sqrt{2}+i(-\frac{3\pi}{4})\\\\=\log\sqrt{2}-i\frac{3\pi}{4})\\[/tex]

Sam weights 51kg. What is this weight to the nearest stone?. Use this conversion, 1kg= 2.2 pounds and 14 pounds= 1 stone

Answers

Sam's weight to the nearest stone is equal to 8.0 stone.

Given the following data:

Sam's weight = 51 kg.1 kg = 2.2 pounds.14 pounds = 1 stone.

To determine Sam's weight to the nearest stone:

How to convert the units of measurement.

In this exercise, you're required to determine Sam's weight to the nearest stone. Thus, we would convert his weight in kilograms to pounds and lastly to stone as follows:

Conversion:

1 kg = 2.2 pounds.

51 kg = [tex]51 \times 2.2[/tex] = 112.2 pounds.

Next, we would convert the value in pounds to stone:

14 pounds = 1 stone.

112.2 pounds = X stone.

Cross-multiplying, we have:

[tex]14X = 112.2\\\\X=\frac{112.2}{14}[/tex]

X = 8.01 8.0 stone.

Read more on weight here: brainly.com/question/13833323

Find the common ratio of the following geometric sequence:
11,55, 275, 1375, ....

Answers

Answer:

Hey there!

The common ratio is 5, because you multiply by 5 to get from one term to the next.

Hope this helps :)

Answer:

5

Step-by-step explanation:

To find the common ratio take the second term and divide by the first term

55/11 = 5

The common ratio would be 5

Scores made on a certain aptitude test by nursing students are approximately normally distributed with a mean of 500 and a variance of 10,000. If a person is about to take the test what is the probability that he or she will make a score of 650 or more?

Answers

Answer:

0.0668 or 6.68%

Step-by-step explanation:

Variance (V) = 10,000

Standard deviation (σ) = √V= 100

Mean score (μ) = 500

The z-score for any test score X is:

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

For X = 650:

[tex]z=\frac{650-500}{100}\\z=1.5[/tex]

A z-score of 1.5 is equivalent to the 93.32nd percentile of a normal distribution. Therefore, the probability that he or she will make a score of 650 or more is:

[tex]P(X\geq 650)=1-P(X\leq 650)\\P(X\geq 650)=1-0.9332\\P(X\geq 650)=0.0668=6.68\%[/tex]

The probability is 0.0668 or 6.68%

The probability that he or she will make a score of 650 or more is 0.0668.

Let X = Scores made on a certain aptitude test by nursing students

X follows normal distribution with mean = 500 and variance of 10,000.

So, standard deviation = [tex]\sqrt{10000}=100[/tex].

z score of 650 is = [tex]\frac{\left(650-500\right)}{100}=1.5[/tex].

The probability that he or she will make a score of 650 or more is:

[tex]P(X\geq 650)\\=P(z\geq 1.5)\\=1-P(z<1.5)\\=1-0.9332\\=0.0668[/tex]

Learn more: https://brainly.com/question/14109853

Find the directional derivative of f at the given point in the direction indicated by the angle θ. f(x, y) = y cos(xy), (0, 1), θ = π/3

Answers

Answer:

√3/2

Explanation:

The directional derivative at the given point is gotten using the formula;

∇f(x,y)•u where u is the unit vector in that direction.

∇f(x,y) = f/x i + f/y j

Given the function f(x, y) = y cos(xy),

f/x = -y²sin(xy) and

f/y = -xysin(xy)+cos(xy)

∇f(x,y) = -y²sin(xy) i + (cos(xy)-xysin(xy)) j

∇f(x,y) at (0,1) will give;

∇f(0,1) = -0sin0 i + cos0j

∇f(0,1) = 0i+j

The unit vector in the direction of angle θ is given as u = cosθ i + sinθ j

u = cos(π/3)i+ sin(π/3)j

u = 1/2 i + √3/2 j

Taking the dot product of both vectors;

∇f(x,y)•u = (0i+j)•(1/2 i + √3/2 j)

Note that i.i = j.j = 1 and i.j = 0

∇f(x,y)•u = 0 + √3/2

∇f(x,y)•u = √3/2

The directional derivative of [tex]f[/tex] at the given point in the direction indicated is [tex]\frac{\sqrt{3}}{2}[/tex].

How to calculate the directional derivative of a multivariate function

The directional derivative is represented by the following formula:

[tex]\nabla_{\vec v} f = \nabla f(x_{o},y_{o}) \cdot \vec v[/tex]    (1)

Where:

[tex]\nabla f(x_{o}, y_{o})[/tex] - Gradient evaluated at point [tex](x_{o},y_{o})[/tex].[tex]\vec v[/tex] - Directional vector

The gradient of [tex]f[/tex] is calculated below:

[tex]\nabla f (x_{o},y_{o}) = \left[\begin{array}{cc}\frac{\partial f}{\partial x} (x_{o}, y_{o}) \\\frac{\partial f}{\partial y} (x_{o}, y_{o})\end{array}\right][/tex] (2)

Where [tex]\frac{\partial f}{\partial x}[/tex] and [tex]\frac{\partial f}{\partial y}[/tex] are the partial derivatives with respect to [tex]x[/tex] and [tex]y[/tex], respectively.

If we know that [tex](x_{o}, y_{o}) = (0, 1)[/tex], then the gradient is:

[tex]\nabla f(x_{o}, y_{o}) = \left[\begin{array}{cc}-y^{2}\cdot \sin xy\\\cos xy -x\cdot y\cdot \sin xy\end{array}\right][/tex]

[tex]\nabla f (x_{o}, y_{o}) = \left[\begin{array}{cc}-1^{2}\cdot \sin 0\\\cos 0-0\cdot 1\cdot \sin 0\end{array}\right][/tex]

[tex]\nabla f (x_{o}, y_{o}) = \left[\begin{array}{cc}0\\1\end{array}\right][/tex]

If we know that [tex]\vec v = \cos \frac{\pi}{3}\,\hat{i} + \sin \frac{\pi}{3} \,\hat{j}[/tex], then the directional derivative is:

[tex]\Delta_{\vec v} f = \left[\begin{array}{cc}0\\1\end{array}\right]\cdot \left[\begin{array}{cc}\cos \frac{\pi}{3} \\\sin \frac{\pi}{3} \end{array}\right][/tex]

[tex]\nabla_{\vec v} f = (0)\cdot \cos \frac{\pi}{3} + (1)\cdot \sin \frac{\pi}{3}[/tex]

[tex]\nabla_{\vec v} f = \frac{\sqrt{3}}{2}[/tex]

The directional derivative of [tex]f[/tex] at the given point in the direction indicated is [tex]\frac{\sqrt{3}}{2}[/tex]. [tex]\blacksquare[/tex]

To learn more on directional derivatives, we kindly invite to check this verified question: https://brainly.com/question/9964491

A car travels 133 mi averaging a certain speed. If the car had gone 30 mph​ faster, the trip would have taken 1 hr less. Find the​ car's average speed.

Answers

Answer:

49.923 mph

Step-by-step explanation:

we know that the car traveled 133 miles in h hours at an average speed of x mph.

That is, xh = 133.

We can also write this in terms of hours driven: h = 133/x.

 

If x was 30 mph faster, then h would be one hour less.

That is, (x + 30)(h - 1) = 133, or h - 1 = 133/(x + 30).

We can rewrite the latter equation as h = 133/(x + 30) + 1

We can then make a system of equations using the formulas in terms of h to find x:

h = 133/x = 133/(x + 30) + 1

133/x = 133/(x + 30) + (x + 30)/(x + 30)

133/x = (133 + x + 30)/(x + 30)

133 = x*(133 + x + 30)/(x + 30)

133*(x + 30) =  x*(133 + x + 30)

133x + 3990 = 133x + x^2 + 30x

3990 = x^2 + 30x

x^2 + 30x - 3990 = 0

Using the quadratic formula:

x = [-b ± √(b^2 - 4ac)]/2a  

= [-30 ± √(30^2 - 4*1*(-3990))]/2(1)  

= [-30 ± √(900 + 15,960)]/2

= [-30 ± √(16,860)]/2

= [-30 ± 129.846]/2

= 99.846/2  -----------  x is miles per hour, and a negative value of x is neglected, so we'll use the positive value only)

= 49.923

Check if the answer is correct:

h = 133/49.923 = 2.664, so the car took 2.664 hours to drive 133 miles at an average speed of 49.923 mph.

If the car went 30 mph faster on average, then h = 133/(49.923 + 30) = 133/79.923 = 1.664, and 2.664 - 1 = 1.664.

Thus, we have confirmed that a car driving 133 miles at about 49.923 mph would have arrive precisely one hour earlier by going 30 mph faster

In which table does y vary inversely with x? A. x y 1 3 2 9 3 27 B. x y 1 -5 2 5 3 15 C. x y 1 18 2 9 3 6 D. x y 1 4 2 8 3 12

Answers

Answer:

In Table C, y vary inversely with x.

1×18 = 18

2×9 = 18

3×6 = 18

18 = 18 = 18

Step-by-step explanation:

We are given four tables and asked to find out in which table y vary inversely with x.

We know that an inverse relation has a form given by

y = k/x

xy = k

where k must be a constant

Table A:

x     |      y

1     |      3

2     |     9

3     |    27

1×3 = 3

2×9 = 18

3×27 = 81

3 ≠ 18 ≠ 81

Hence y does not vary inversely with x.

Table B:

x     |      y

1     |     -5

2     |     5

3     |    15

1×-5 = -5

2×5 = 10

3×15 = 45

-5 ≠ 10 ≠ 45

Hence y does not vary inversely with x.

Table C:

x     |      y

1     |      18

2     |     9

3     |     6

1×18 = 18

2×9 = 18

3×6 = 18

18 = 18 = 18

Hence y vary inversely with x.

Table D:

x     |      y

1     |      4

2     |     8

3     |    12

1×4 = 4

2×8 = 16

3×12 = 36

4 ≠ 16 ≠ 36

Hence y does not vary inversely with x.

The automatic opening device of a military cargo parachute has been designed to open when the parachute is 155 m above the ground. Suppose opening altitude actually has a normal distribution with mean value 155 and standard deviation 30 m. Equipment damage will occur if the parachute opens at an altitude of less than 100 m. What is the probability that there is equipment damage to the payload of at least one of five independently dropped parachutes

Answers

Answer:

the probability that one parachute of the  five parachute is damaged is 0.156

Step-by-step explanation:

From the given information;

Let consider X to be the altitude above the  ground that a parachute opens

Then; we can posit that the probability that the parachute is damaged is:

P(X ≤ 100 )

Given that the population mean μ = 155

the standard deviation σ = 30

Then;

[tex]P(X \leq 100 ) = ( \dfrac{X- \mu}{\sigma} \leq \dfrac{100- \mu}{\sigma})[/tex]

[tex]P(X \leq 100 ) = ( \dfrac{X- 155}{30} \leq \dfrac{100- 155}{30})[/tex]

[tex]P(X \leq 100 ) = (Z \leq \dfrac{- 55}{30})[/tex]

[tex]P(X \leq 100 ) = (Z \leq -1.8333)[/tex]

[tex]P(X \leq 100 ) = \Phi( -1.8333)[/tex]

From standard normal tables

[tex]P(X \leq 100 ) = 0.0334[/tex]

Hence; the probability of the given parachute damaged is 0.0334

Let consider Q to be the dropped parachute

Given that the number of parachute be n= 5

The probability that the parachute opens in each trail be  p = 0.0334

Now; the random variable Q follows the binomial distribution with parameters n= 5 and p = 0.0334

The probability mass function is:

Q [tex]\sim[/tex] B(5, 0.0334)

Similarly; the event that one parachute is damaged is :

Q ≥ 1

P( Q ≥ 1 ) = 1 - P( Q < 1 )

P( Q ≥ 1 ) = 1 - P( Y = 0 )

P( Q ≥ 1 ) = 1 - b(0;5; 0.0334 )

P( Q ≥ 1 ) = [tex]1 -(^5_0)* (0.0334)^0*(1-0.0334)^5[/tex]

P( Q ≥ 1 ) = [tex]1 -( \dfrac{5!}{(5-0)!}) * (0.0334)^0*(1-0.0334)^5[/tex]

P( Q ≥ 1 ) = 1 -  0.8437891838

P( Q ≥ 1 ) = 0.1562108162

P( Q ≥ 1 ) [tex]\approx[/tex] 0.156

Therefore; the probability that one parachute of the  five parachute is damaged is 0.156

let x = the amoun of raw sugar in tons a procesing plant is a sugar refinery process in one day . suppose x can be model as exponetial distribution with mean of 4 ton per day . The amount of raw sugar (x) has

Answers

Answer:

The answer is below

Step-by-step explanation:

A sugar refinery has three processing plants, all receiving raw sugar in bulk. The amount of raw sugar (in tons) that one plant can process in one day can be modelled using an exponential distribution with mean of 4 tons for each of three plants. If each plant operates independently,a.Find the probability that any given plant processes more than 5 tons of raw sugar on a given day.b.Find the probability that exactly two of the three plants process more than 5 tons of raw sugar on a given day.c.How much raw sugar should be stocked for the plant each day so that the chance of running out of the raw sugar is only 0.05?

Answer: The mean (μ) of the plants is 4 tons. The probability density function of an exponential distribution is given by:

[tex]f(x)=\lambda e^{-\lambda x}\\But\ \lambda= 1/\mu=1/4 = 0.25\\Therefore:\\f(x)=0.25e^{-0.25x}\\[/tex]

a) P(x > 5) = [tex]\int\limits^\infty_5 {f(x)} \, dx =\int\limits^\infty_5 {0.25e^{-0.25x}} \, dx =-e^{-0.25x}|^\infty_5=e^{-1.25}=0.2865[/tex]

b) Probability that exactly two of the three plants process more than 5 tons of raw sugar on a given day can be solved when considered as a binomial.

That is P(2 of the three plant use more than five tons) = C(3,2) × [P(x > 5)]² × (1-P(x > 5)) = 3(0.2865²)(1-0.2865) = 0.1757

c) Let b be the amount of raw sugar should be stocked for the plant each day.

P(x > a) = [tex]\int\limits^\infty_a {f(x)} \, dx =\int\limits^\infty_a {0.25e^{-0.25x}} \, dx =-e^{-0.25x}|^\infty_a=e^{-0.25a}[/tex]

But P(x > a) = 0.05

Therefore:

[tex]e^{-0.25a}=0.05\\ln[e^{-0.25a}]=ln(0.05)\\-0.25a=-2.9957\\a=11.98[/tex]

a  ≅ 12

The following data values represent a sample. What is the variance of the
sample? X = 8. Use the information in the table to help you.
х
12
9
11
5
3
(x; - x)²
16
1
9
9
25

Answers

Answer:

The variance of the data is 15.

σ² = 15

Step-by-step explanation:

The mean is given as

X = 8

х        |    (x - X)    |    (x - X) ²

12       |        4         |    16

9        |        1         |     1    

11        |        3         |    9

5       |        -3        |    9

3       |        -5        |    25

The variance is given by

[tex]\sigma^2 = \frac{1}{n-1} \sum (x - X)^2[/tex]

[tex]\sigma^2 = \frac{1}{5 - 1} (16 + 1 + 9 + 9 +25) \\\\\sigma^2 = \frac{1}{4} ( 16 + 1 + 9 + 9 +25) \\\\\sigma^2 = \frac{1}{4} (60) \\\\\sigma^2 = 15[/tex]

Therefore, the variance of the data is 15.

Other Questions
A man is running on the straightroad with the uniform velocity of 3m/s. Calculate acceleration produced by him. What are some possible reasons for writing an arrangement? Pick all that apply - adding an introduction - embellishing music so it's more difficult - changing the key so it's easier to sing - combining several songs into one piece, called a medley Determine the solution to the following set of linear equations by using the graph belowa) 2x + y = 5 2x - 2y = 2 answer asappppProkaryotes, like most living organisms, need movement to locate food and to survive. If a prokaryote needed to move to a new food source.which structure would it use for locomotion?pilli2capsule-flagellumsochromosome 29 point plus brainiest The function f(x) = x2 7x + 30 shows the relationship between the vertical distance of a diver from a pool's surface f(x), in feet, and the horizontal distance x, in feet, of a diver from the diving board. What is a zero of f(x), and what does it represent? x = 10; the diver hits the water 10 feet away horizontally from the board. x = 3; the diver hits the water 3 feet away horizontally from the board. x = 10; the diver jumps in the pool at 10 feet per second. x = 3; the diver jumps in the pool at 3 feet per second. Simplify the rate: 46 cans of Soda / 8 people Only enter the numeric amount: 15x - 30 x 0 + 40 = 89 Suppose that a company based in Dallas, Texas, initially confronts only four other rival firms. Its own market share is percent, which ties it with the other largest producer and seller in the industry. The market share of each of the other three firms is percent. Then a sixth firm, located in Cleveland, Ohio, enters the same industry. The new firm captures percent market share, and the market share of one of the smallest three original incumbents declines to percent as well. After the Cleveland firm's entry into the industry, what are the values of the four-firm concentration ratio and of the Herfindahl-Hirschman index? A school trip requires students to score at least a total of 335 points on four tests. Each test is worth 100 points. If a student's scores on the first three testswere 77, 95, and 82, what score would the student need on the last test to have no less than 335 points ?O A. 79OB. 75O C. 93O D. 81 calculate the area and leave your answer in term of pie Which two features of igneous rocks are determined by their cooling rate?color and shininessshininess and hardnesshardness and crystal sizecrystal size and rock texture Greg was looking at different websites to complete his paper for his accounting class. He found several websites that ended in .org, .gov, and .edu. He was unsure about franksmith.net, created by Frank Smith, which gave him a lot of information that he thought was important. Which best describes how Greg could find more information about the website to check for its validation? Compare Ernest Thayer's" Casey at the Bat e'to a typical prose story. What differences and similarities do you notice in the developmeiof the plot? How does the pacing of the story in the poem change before and while Casey is at the plate? Summarize the importance of medical necessity and how it relates to medical documentation, coding, and reimbursement? Analyze the process of reviewing medical documentation and note the importance of quality control. 1.Following is the Receipt and Payment A/c. of a club for the year ended 31-03-2014. Receipt Payment To Balance b/d75,000By Salaries 22,000To SubscriptionBy office expenses8,000 2012-13 35,000By Sports equipment 2013-14 9,50,000(Purchased on 1-10-2013)6,00,000 2014-15 55,00010,40,000By Telephone charges12,000To Donation90,000By Electricity charges18,000To Entrance Fees60,000By Travelling Expenses6,000To Locker rent20,000By 10% Fixed DepositTo Donation for Building1,50,000(made on 1-07-2013)7,00,000 By balance c/d.69,000 14,35,000 14,35,000Additional information:a) Outstanding subscription for 2013-14 80,000. Outstanding salaries as on 1-04-2013 were 2,000 and as on 31-03-2014 were 4,000.b) One third of Entrance fee to be treated as General income.c) Locker rent rate is 2,000 per month.d) Depreciation on sports equipment 10% p.a.Prepare Income and Expenditure A/c. for the year ending 31-03-2014. A car engine burns gas at 495 K and exhausts to the air at 293 K. What is the highest possible efficiency it could have?(NO UNIT) What country is this lol? the one in yellow The school district uses the Hamilton method to apportion its 22 board members to the 4 towns. How many board members are assigned to each town, using this method? 2. The following year, 900 people move out of Town D. Two hundred of these people move Town C, and 700 of them move to Town B. Now, how many board members does each town have? (Be careful. Make sure you assign a total of 22 board members). 3. Compare the results from the 2 years. Do you think they make sense? How do you think each town would react? Are they fair? Why or Why not? A cat is classically conditioned to purr when it hears the refrigerator door open, because it contains the cat food. But the cat does not purr when it hears the pantry door open. The fact that the cat only purrs when the refrigerator door opens is most likely a result of In how many ways can you arrange 4 different colored balls? 4,8,4!,3!,5!