1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Yuri [45]
3 years ago
10

Write a polynomial function of minimum degree with real coefficients whose zeros include those listed. Write the polynomial in s

tandard form. (5 points) 4, -8, and 2 + 3i
f(x) = x4 - 6x3 + 12x2 - 90x + 416
f(x) = x4 - 45x2 + 180x - 416
f(x) = x4 - 35x2 + 180x - 416
f(x) = x4 - 6x3 - 12x2 + 90x - 416

Mathematics
1 answer:
Nataly_w [17]3 years ago
3 0
<h3>Answer: Choice C) x^4-35x^2+180x-416</h3>

=============================================

Explanation:

The given zeros are: 4, -8, 2+3i

All coefficients are real numbers, so this means that the root 2+3i must be paired with 2-3i which is its conjugate pair.

While we are given 3 roots, there are actually four roots and they are: 4, -8, 2+3i, 2-3i

This means,

x = 4 or x = -8 or x = 2+3i or x=2-3i

x-4=0 or x+8=0 or x-2=3i or x-2=-3i

x-4=0 or x+8=0 or (x-2)^2=(3i)^2 or (x-2)^2=(-3i)^2

x-4=0 or x+8=0 or (x-2)^2=-9 or (x-2)^2=-9

x-4=0 or x+8=0 or (x-2)^2=-9

x-4=0 or x+8=0 or (x-2)^2+9=0

(x-4)(x+8)((x-2)^2+9)=0

(x-4)(x+8)(x^2-4x+4+9)=0

(x-4)(x+8)(x^2-4x+13)=0

(x^2+4x-32)(x^2-4x+13)=0

x^4-35x^2+180x-416 = 0 .... see attached image below

If you work your way backwards up the steps listed here, then you'll go from x^4-35x^2+180x-416 = 0 to x = 4 or x = -8 or x = 2+3i or x=2-3i

This shows f(x) = x^4-35x^2+180x-416 has the four roots x = 4, x = -8, x = 2+3i, x = 2-3i

You might be interested in
The data reflects the number of hours an employee spends working a checkout line (x), paired with the number of customers served
Whitepunk [10]

The slope of the line can be interpreted that with each additional hour, nearly 18 customers are served; option B

<h3>What is the slope of a line?</h3>

The slope of a line is the ratio of climb to that of run

Slope = change in y/change in x

The given graph is a graph of the number of hours an employee spends working a checkout line (x), against the number of customers served (y).

The slope of the graph can be written as follows:

Slope = change in the number of customers served/change in the number of hours an employee spends working

Therefore, the slope of the line can be interpreted that with each additional hour, nearly 18 customers are served.

In conclusion, slope of a line is ratio of change in y to change in x.

Learn more about slope at: brainly.com/question/16949303

#SPJ1

7 0
2 years ago
Factor the expression.<br> 3x2 + 14x-5
Irina18 [472]

Answer:

(3x-1)(x+5)

Step-by-step explanation:

Find two numbers that when they multiply, you get the third term,

which is -5 in this problem. And when they add up, you get the second term,

which is 14 in this problem.

8 0
3 years ago
Which one is correct? Please hurry &lt;3
Levart [38]
First one (20 characters) hope this helped
4 0
3 years ago
Read 2 more answers
joey's mom baked two dozen cookies . that night, there were only 14 cookies left. what percentage of the cookies were eaten?
Aleksandr [31]

Answer:

41.67 % ( to 2 dec. places )

Step-by-step explanation:

Since 2 dozen cookies were baked, that is 24 and 14 were left.

Then 10 were eaten.

Calculate the percentage eaten as

percentage = \frac{numbereaten}{original} × 100%

percentage eaten = \frac{10}{24} × 100% ≈41.67%

5 0
3 years ago
The Fish and Game Department stocked a lake with fish in the following proportions: 30% catfish, 15% bass, 40% bluegill, and 15%
vagabundo [1.1K]

Answer:

1) \chi^2 =\frac{(112-150)^2}{150}+\frac{(95-75)^2}{75}+\frac{(210-200)^2}{200}+\frac{(83-75)^2}{75}=16.313

2) p_v =P(\chi^2_{3}>16.313)=0.000978

And we got the same decision reject the null hypothesis at 5% of significance.

Step-by-step explanation:

Previous concepts

The Chi-Square test of independence is used "to determine if there is a significant relationship between two nominal (categorical) variables". And is defined with the following statistic:

\chi^2 =\sum_{i=1}^n \frac{(O-E)^2}{E}

Where O rpresent the observed values and E the expected values.  

State the null and alternative hypothesis

Null hypothesis: The distribution  is 30% catfish, 15% bass, 40% bluegill, and 15% pike

Alternative hypothesis: The distribution  is NOT 30% catfish, 15% bass, 40% bluegill, and 15% pike

The observed values are given by the table given:

Catfish =112, BAss = 95, Bluegill=210, Pike=83

Calculate the expected values

In order to calculate the expected values we can use the following formula for each cell of the table

E = \% Grand total

E_{Catfish}=500*0.3=150

E_{Bass}=500*0.15=75

E_{Bluegill}=500*0.4=200

E_{Pike}=500*0.15=75

Part 1: Calculate the statistic

\chi^2 =\frac{(112-150)^2}{150}+\frac{(95-75)^2}{75}+\frac{(210-200)^2}{200}+\frac{(83-75)^2}{75}=16.313

\chi^2 =16.313

Calculate the critical value

First we need to calculate the degrees of freedom given by:

df= (categories-1)=(4-1)= 3

Since the confidence provided is 95% the significance would be \alpha=1-0.95=0.05 and we can find the critical value with the following excel code: "=CHISQ.INV(0.95,3)", and our critical value would be \chi^2_{crit}=7.815

We can calculate also the p value:

p_v =P(\chi^2_{3}>16.313)=0.000978

And we got the same decision reject the null hypothesis at 5% of significance.

5 0
3 years ago
Other questions:
  • HELP ASAP ALGEBRA 2 QUESTION PLEASE!!!
    14·1 answer
  • You decide to buy some berries as a surprise for your aunt from the local farmer’s market. However, when you arrive, you see tha
    15·1 answer
  • Order the following from greatest to least <br><br> 3.644 3.9 3.099 3.289
    6·2 answers
  • 7 times 7 times 7 times 10 times 3
    14·2 answers
  • Gabby purchased a pair of ear phones online for $12. She purchased the ear phones at 60% of the store price. What was the store
    11·1 answer
  • Is 5x-7y=3 standard form?
    9·1 answer
  • Help i dont feel like doing this help me please
    5·1 answer
  • Which radical is not a real number?
    9·1 answer
  • Help please im struggling.
    10·2 answers
  • Solve this for me please.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!