how to solve x^2+8x+3 using the quadratic formula​

Answers

Answer 1

Answer:

x = sqrt(13) - 4 or x = -4 - sqrt(13)

Step-by-step explanation:

Solve for x:

x^2 + 8 x + 3 = 0

Hint: | Solve the quadratic equation by completing the square.

Subtract 3 from both sides:

x^2 + 8 x = -3

Hint: | Take one half of the coefficient of x and square it, then add it to both sides.

Add 16 to both sides:

x^2 + 8 x + 16 = 13

Hint: | Factor the left hand side.

Write the left hand side as a square:

(x + 4)^2 = 13

Hint: | Eliminate the exponent on the left hand side.

Take the square root of both sides:

x + 4 = sqrt(13) or x + 4 = -sqrt(13)

Hint: | Look at the first equation: Solve for x.

Subtract 4 from both sides:

x = sqrt(13) - 4 or x + 4 = -sqrt(13)

Hint: | Look at the second equation: Solve for x.

Subtract 4 from both sides:

Answer: x = sqrt(13) - 4 or x = -4 - sqrt(13)


Related Questions

An architect is designing a triangular shaped plot of land. The base of the land is 100.8 ft and the height of the land is 96.3 ft. Find the available floor area of the building. Type your answer. Do not include a label, just the numbers.

Answers

Answer:4853.52

Step-by-step explanation:

base=100.8ft

Height=96.3ft

Area of =(base x height) ➗ 2

Area of =(100.8x96.3) ➗ 2

Area of =9707.04 ➗ 2

Area of =4853.52

Jason earned $54 at his job when he worked for 4 hours. What was his hourly pay rate in hours per dollar?

Answers

Answer:

$13.50

Step-by-step explanation:

$54 divided by 4 is $13.50.

What is the formula to find the area of a circle?

Answers

Answer:

A= [tex]\pi[/tex]r²

Step-by-step explanation:

the area of a circle

What graph is produced from the following function: f(x)= 1/4x

Answers

Answer:

Step-by-step explanation:

Answer:

  see below

Step-by-step explanation:

The graph is of all the points such that y is 1/4 of x. So, for x=4, y=1, for example. Similarly, for x=-4, y=-1.

These, (4, 1) and (-4, -1), are two points on the graph, which is a straight line through those points and through the origin. The graph extends to infinity to the lower left and the upper right. A portion is shown below.

Help ASAP giving BRAINLIEST! Am i correct?

Answers

Answer:

The answer is yes

Step-by-step explanation:

x-7 > 27

x> 27 +7

x > 34

Answer:

Yes

Step-by-step explanation:

We have the inequality:

x-7 > 27

To solve this, we have to get by itself. 7 is being subtracted from x. To undo this, add 7 to both sides, since addition is the opposite of subtraction.

x-7+7>27+7

x>34

So, your answer is correct

A tire manufacturer has a 60,000 mile warranty for tread life. The manufacturer considers the overall tire quality to be acceptable if less than 5% are worn out at 60,000 miles. The manufacturer tests 250 tires that have been used for 60,000 miles. They find that 9 of them are worn out. With this data, we test the following hypotheses at the 5% significance level. The P-value is 0.15

H0: The proportion of tires that are worn out after 60,000 miles is equal to 0.05.
Ha: The proportion of tires that are worn out after 60,000 miles is less than 0.05.

Which of the following conclusions is correct?

A. Accept H0.
B. Fail to reject H0.
C. Reject H0.

Answers

Answer:

Fail to reject H₀

Step-by-step explanation:

To reject the null hypothesis, the P-value must be less than 0.05.

Since the P-value is 0.15 which is greater than 0.05, we would fail to reject the null hypothesis as there is no sufficient evidence against the null hypothesis.

Thus, the conclusion would be to fail to reject H₀.

A university found that 20% of its students withdraw without completing the introductory statistics course. Assume that 20 students registered for the course. (Round your answers to four decimal places.) (a) Compute the probability that 2 or fewer will withdraw. (b) Compute the probability that exactly 4 will withdraw. (c) Compute the probability that more than 3 will withdraw. (d) Compute the expected number of withdrawals.

Answers

Answer:

(a) Probability that 2 or fewer will withdraw is 0.2061.

(b) Probability that exactly 4 will withdraw is 0.2182.

(c) Probability that more than 3 will withdraw is 0.5886.

(d) The expected number of withdrawals is 4.

Step-by-step explanation:

We are given that a university found that 20% of its students withdraw without completing the introductory statistics course.

Assume that 20 students registered for the course.

The above situation can be represented through binomial distribution;

[tex]P(X =r) = \binom{n}{r} \times p^{r} \times (1-p)^{n-r};x=0,1,2,3,......[/tex]

where, n = number of trials (samples) taken = 20 students

            r = number of success  

            p = probability of success which in our question is probability  

                  that students withdraw without completing the introductory  

                  statistics course, i.e; p = 20%

Let X = Number of students withdraw without completing the introductory statistics course

So, X ~ Binom(n = 20 , p = 0.20)

(a) Probability that 2 or fewer will withdraw is given by = P(X [tex]\leq[/tex] 2)

P(X [tex]\leq[/tex] 2) =  P(X = 0) + P(X = 1) + P(X = 2)

=  [tex]\binom{20}{0} \times 0.20^{0} \times (1-0.20)^{20-0}+ \binom{20}{1} \times 0.20^{1} \times (1-0.20)^{20-1}+ \binom{20}{2} \times 0.20^{2} \times (1-0.20)^{20-2}[/tex]

=  [tex]1 \times1 \times 0.80^{20}+ 20 \times 0.20^{1} \times 0.80^{19}+ 190\times 0.20^{2} \times 0.80^{18}[/tex]

=  0.2061

(b) Probability that exactly 4 will withdraw is given by = P(X = 4)

                      P(X = 4) =  [tex]\binom{20}{4} \times 0.20^{4} \times (1-0.20)^{20-4}[/tex]

                                 =  [tex]4845\times 0.20^{4} \times 0.80^{16}[/tex]

                                 =  0.2182

(c) Probability that more than 3 will withdraw is given by = P(X > 3)

P(X > 3) =  1 - P(X [tex]\leq[/tex] 3) = 1 - P(X = 0) - P(X = 1) - P(X = 2) - P(X = 3)

=  [tex]1-(\binom{20}{0} \times 0.20^{0} \times (1-0.20)^{20-0}+ \binom{20}{1} \times 0.20^{1} \times (1-0.20)^{20-1}+ \binom{20}{2} \times 0.20^{2} \times (1-0.20)^{20-2}+\binom{20}{3} \times 0.20^{3} \times (1-0.20)^{20-3})[/tex]

=  [tex]1-(1 \times1 \times 0.80^{20}+ 20 \times 0.20^{1} \times 0.80^{19}+ 190\times 0.20^{2} \times 0.80^{18}+1140\times 0.20^{3} \times 0.80^{17})[/tex]

=  1 - 0.4114 = 0.5886

(d) The expected number of withdrawals is given by;

                        E(X)  =  [tex]n\times p[/tex]

                                 =  [tex]20 \times 0.20[/tex] = 4 withdrawals

Need help please no dumb answers I gotta turn it in in five min help a girl out please

Answers

Answer:

boo just search the formula dud

its A though

White and black shapes are used in a game Some of the shapes are circles All the other shapes are squares The ratio of white to black shapes is 5:11 The ration of white circles to white squares is 3:7 The ratio of black circles to black squares is 3:8 What fraction of all the shapes are circles

Answers

Is there a picture to this question??

Answer:

9/32

hope this helps

Joe earns $750 each week working his full time job. His employer has a
9.75% tax deduction on all monies earned each week.

Answers

Answer:

After tax deduction he makes $676.875  a week

Step-by-step explanation:

9.75% of 750 is 71.125

750-71.125 is 676.875

There were 3,342 students enrolled at a university of those students 587 graduated in may over the sumer 32 students left the university and 645 new students enrolled in the fall how many students were enrolled in the fall

Answers

Answer:

645

Step-by-step explanation:

it says 645 were inrolled in the fall

1/8 cups + what ? Makes 1 1/3 cups

Answers

Answer:

 1  5/24 cups

Step-by-step explanation:

What is the simplest form of this expression?
(2x + 1)(x2 - 9X+11)

Answers

Answer:

2x³ - 17x² + 13x + 11

Step-by-step explanation:

(2x + 1)(x² - 9x + 11)      Distribute the 2x then the 1

2x³ - 18x² + 22x + x² - 9x + 11       Combine like terms

2x³ - 17x² + 13x + 11

If this answer is correct, please make me Brainliest!

Which expression is equivalent to (1/16)^-4?

Answers

Answer:

Answer: Option B. 16^4 is the correct answer.

Step-by-step explanation:

Answer:

Step-by-step explanation:

b

OMG THIS QUESTION IS SO HARD WILL RATE IF U GET IT

Answers

Answer:

19.5 in²

Step-by-step explanation:

Area of rhombus tile = side × height

Area = 3 × 6.5

Area = 19.5 in²

A rhombus, like any parallelogram, has area equal to base times height,

that's 3×6.5 = 19.5 square inches

Answer: 19.5

A teacher of statistics wants to know if a new teaching methodology that includes IT is efficient in terms of increased average score. He took a class with old methodology and a class with new methodology for samples and gave a same test. Open the file by clicking the file name above. Once you open the file and run Excel, you need not open it again. What is Ha? Find it from Excel output that you generate.
a) 0.62.
b) 0.5.
c) 0.31.
d) -0.5.

Answers

Answer:

The answer is 0.31

Step-by-step explanation:

Old Method                                       New Method                          .

Mean                      73.5625                  Mean            75.70588

Standard Error        3.143736             Standard Error  2.923994

Median                    72                          Median            75

Mode                       90                          Mode               64

Standard deviation  12.57494           Standard deviation 12.05594

Sample Variance     158.1292            Sample Variance     145.3456

Kurtosis                     -1.14544              Kurtosis                   -0.76646

Skewness                 0.171025             Skewness                0.091008

Range                       39                        Range                      41

Minimum                   55                        Minimum                 56

Maximum                  94                        Maximum                 97

Sum                          1177                        Sum                        1287

Count                         16                         Count                      17

State the hypotheses. The first step is to state the null hypothesis and an alternative hypothesis.

Null hypothesis: μNew< μOld

Alternative hypothesis: μNew > μOld

Note that these hypotheses constitute a one-tailed test. The null hypothesis will be rejected if the mean difference between sample means is too small.

Formulate an analysis plan. For this analysis, the significance level is 0.05. Using sample data, we will conduct a two-sample t-test of the null hypothesis.

Analyze sample data. Using sample data, we compute the standard error (SE), degrees of freedom (DF), and the t statistic test statistic (t).

[tex]SE=\sqrt{\frac{S_1^2}{n_1} +\frac{S_2^2}{n_2} } \\\\SE=4.29[/tex]

DF = 31

[tex]t = \frac{(x_1-x_2)-d}{SE} \\\\t = - 0.4997[/tex]

where s1 is the standard deviation of sample 1, s2 is the standard deviation of sample 2, n1 is the size of sample 1, n2 is the size of sample 2, x1 is the mean of sample 1, x2 is the mean of sample 2, d is the hypothesized difference between population means, and SE is the standard error.

The observed difference in sample means produced a t statistic of - 0.499. We use the t Distribution Calculator to find P(t < - 0.499) = 0.311

Therefore, the P-value in this analysis is 0.311.

Interpret results. Since the P-value (0.311) is greater than the significance level (0.05), we cannot reject the null hypothesis.

From the above test we do have sufficient evidence in the favor of the claim that new method is efficient than the old method.

apply the distributive property to factor out the gcf of 35+14

Answers

Answer:

  7(5 +2)

Step-by-step explanation:

From our knowledge of times tables, we know that ...

  35 = 5·7

  14 = 2·7

so the greatest common factor of 35 and 14 is 7. Factoring that out, we have ...

  35 +14 = 7(5 +2)

F=440(2)h/12 where h is 6

Answers

Answer:440

Step-by-step explanation:

F=440(2)h/12 h=6

F=440 x 2 x 6/12

F=(440 x 2 x 6) ➗ 12

F=5280 ➗ 12

F=440

How many sundaes did the shop make if they used 32 spoonfuls of sprinkles?

Answers

Answer:

32?

Step-by-step explanation:

Answer:

Depends on how many spoonfuls of sprinkles per sundae. Is there more details to this question?

What’s the correct answer for this?

Answers

Answer:

A

Step-by-step explanation:

Cosine X= adjacent /hypotenuse

where adjacent=5 and hyp=13

Cos X=5/13

Graph-3x2 + 12y2 = 84. What are the domain and range?

Answers

Domain (infinity,infinity)

Range (infinity,[tex]\sqrt{7}[/tex])

Express the null hypothesis and the alternative hypothesis in symbolic form. The owner of a football team claims that the average attendance at games is over 68,800, and he is therefore justified in moving the team to a city with a larger stadium. H0: μ > 68,800 H1: μ ≤ 68,800 H0: μ = 68,800 H1: μ < 68,800 H0: μ < 68,800 H1: μ ≥ 68,800 H0: μ ≤ 68,800 H1: μ > 68,800

Answers

Answer:

H0: μ ≤ 68,800

H1: μ > 68,800

Step-by-step explanation:

The null hypothesis (H0) tries to show that no significant variation exists between variables or that a single variable is no different than its mean. While an alternative Hypothesis (H1) attempt to prove that a new theory is true rather than the old one. That a variable is significantly different from the mean.

For the case above;

The Null hypothesis is that the average attendance at games is less than or equal to 68,800.

H0: μ ≤ 68,800

The alternative hypothesis is that the average attendance at games is over 68,800.

H1: μ > 68,800

H₀: μ ≤ 68,800 H₁: μ > 68,800. Then the correct option is D.

What are null hypotheses and alternative hypotheses?

In null hypotheses, there is no relationship between the two phenomenons under the assumption, or it is not associated with the group. And in alternative hypotheses, there is a relationship between the two chosen unknowns.

The Null hypothesis is that the average attendance at games is less than or equal to 68,800.

H₀: μ ≤ 68,800

The alternative hypothesis is that the average attendance at games is over 68,800.

H₁: μ > 68,800

Then the correct option is D.

More about the null hypotheses and alternative hypotheses link is given below.

https://brainly.com/question/9504281

#SPJ5

Two forces are acting on an object at the same point. Determine the angle between the two forces. (-2,7) and (3,-1)

Answers

The answer is 56 degree

Answer:

It is 124 degrees.

Step-by-step explanation:

You square each coordinate like this:

sqrt(x^2+y^2 )

You will end up getting sqrt(53 and sqrt(10.

Then find the dot product which is -6+-7=-13.

Then cos^-1(-13/sqrt53*sqrt10)

=124 degrees

Which set of numbers is included in the solution set of the compound inequality? {–7, 5, 18, 24, 32} {–9, 7, 15, 22, 26} {16, 17, 22, 23, 24} {18, 19, 20, 21, 22}

Answers

Answer:

{-7,5,18,24,32}

Step-by-step explanation:

Let's verify all cases to determine the solution to the problem.

CASE A) we have

-9,7,15,22,26

The number 22 is not included in the solution set of the compound inequality.

CASE B) we have

-7,5,18,24,32

The number 22 is not included in the solution set of the compound inequality.

CASE C) we have

16,17,22,23,24

The number 22 is not included in the solution set of the compound inequality.

CASE D) we have

18,19,20,21,22

The numbers 19,20,21,22 are not included in the solution set of the compound inequality.

The answer to your question would be A

A random sample of 150 donations at a certain blood bank reveals that 70 were Type A blood. Does this suggest that the actual percentage of Type A donations differs from 40%, the percentage of the population having Type A blood? Carry out a test of hypotheses using a significance level of 0.01. Would your conclusion have been different if significance level of 0.05 had been used? Use only the P-Value Approach. State H0 and Ha. (20 pts)

Answers

Answer:

[tex]z=\frac{0.467 -0.4}{\sqrt{\frac{0.4(1-0.4)}{150}}}=1.675[/tex]  

Now we can calculate th p value using the alternative hypothesis with the following probability:

[tex]p_v =2*P(z>1.675)=0.0939[/tex]  

Since the p value is higher than the significance level given of 0.05 we have enough evidence to FAIL to reject the null hypothesis and we can conclude that the true proportion of Type A donations  is not significantly different from 0.4 or 40% at 5% of significance.

Step-by-step explanation:

Information given

n=150 represent the random sample taken

X=70 represent the samples with Type A blood

[tex]\hat p=\frac{70}{150}=0.467[/tex] estimated proportion of samples with Type A blood

[tex]p_o=0.4[/tex] is the value to verify

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

zwould represent the statistic

[tex]p_v[/tex] represent the p value

System of hypothesis

We want to verify if the actual percentage of Type A donations differs from 40%, then the system of hypothesis are:  

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

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

The statistic is given by:

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

Replacing the info given we got:

[tex]z=\frac{0.467 -0.4}{\sqrt{\frac{0.4(1-0.4)}{150}}}=1.675[/tex]  

Now we can calculate th p value using the alternative hypothesis with the following probability:

[tex]p_v =2*P(z>1.675)=0.0939[/tex]  

Since the p value is higher than the significance level given of 0.05 we have enough evidence to FAIL to reject the null hypothesis and we can conclude that the true proportion of Type A donations  is not significantly different from 0.4 or 40% at 5% of significance.

Compute the sum of the first 8 terms in the sequence: 100, -50, 25, -12,5. Show work!

Answers

Answer:

100, -50, 25, -12.5, 6.25, -3.125, 1.5625, -0.78125

Step-by-step explanation:

Each term is being multiplied by -0.5

How did I know?

Divide the second term by the first.

-50 divided by 100 = -1/2

Find the last four terms.

-12.5 x -1/2 = 6.25

6.25 x -1/2 = -3.125

-3.125 x -1/2 = 1.5625

1.5625 x -1/2 = -0.78125

a semitruck has 18 wheels. the semitruck has 3 times as many wheels than a garbage truck.how many wheels does a garbage truck have? need by 11;00 am

Answers

Answer:

The answer is the garbage truck had 6 wheels

Step-by-step explanation:

Since the semitruck has 18 wheels and the semitruck had 3 times more wheels than a garbage truck all you would have to do is divide 18 by 3 and you will get 6 as your answer.

Hope this helps, its my first time answering.

Natalie read 12 books in 8 months. What was her rate of reading in months per book?

Answers

1 and half books per month
She read about 1 and a half books every month

During a promotion at Dale's Donuts, customers received

Answers

Answer:

divide 528 by 88 and you will get 6

therefore, each person will receive 6 donuts :)

Step-by-step explanation:

STATS. How can we decide if an event that seems weird is actually unusual or fairly likely?

Answers

Answer:

Try finding the theoretical probability of a sample space before calling the event in the sample space "weird"

Step-by-step explanation:

Other Questions
How do the fisherman's actions contribute to the story?They establish the setting of the story.They reveal the narrator's inner thoughts.They develop the story's main conflict.They provide a satisfying ending to the story, PLEASE HELP Camera Obscura is a term describing what Group of answer choices A 12th century ancestor to the photographic capturing devices An example of an early projection technology An obscure machine that was used to film still life scenes An Arab term created by early mathematicians to describe pin hole cameras The leaning Tower of Pisa was completed in 1372 and makes 86 degree angle with the ground. The tower is 50 meters tall, measured vertically from the ground to the highest point. If you were to climb to the top then accidentally drop your keys, where would you start looking for them? How far from the base of the tower would they land? I made having no luck in figuring this out. A skateboard manufacturing company has had problems with the wheels on its skateboards cracking and causing injuries. An engineer for the company knows of a material that he thinks will make the skateboards safer. What would be the best step for the engineer to take next?He should publish a report about the innovation and its impact on public safety.He should conduct tests using computer models to determine the safety impact.He should immediately begin producing all skateboards with the new material.He should convert production of half of the skateboards to use the new material. HURRY ITS FOR A TEST when 3x - 2x +7 is subtracted from 5x - 4x+ 10 , what's the difference? a. 5x-7x+2x+3b.5x + x + 2x - 3c.5x - 7x + 2x + 17d. 5x + x + 2x + 17 In your lab you are studying the genome of venomous rattlesnakes to find the gene which codes for their venom glands. One rattlesnake has a mutation and cannot produce venom. You compare his DNA to a normal rattlesnake. What type of mutation has occurred? Normal: AATCGCTACGCACGTCAG Mutated: AATCGCCATGCACGTCAG Plz help!! answer for c using Pythagorean Theorem Suppose a hypothetical economy is currently in a situation of deficient aggregate demand of $64 billion. Four economists agree that expansionary fiscal policy can increase total spending and move the economy out of recession, but they are debating which type of expansionary policy should be used. Economist A believes that the government spending multiplier is 8 and the tax multiplier is 2. Economist B believes that the government spending multiplier is 4 and the tax multiplier is 8. Compute the amount the government would have to increase spending to close the output gap according to each economist's belief. Then, for each scenario, compute the size of the tax cut that would achieve this same effect. Spending Multiplier Tax Multiplier Policy Options for Closing Output Gap Increase in Spending Tax Cut (Billions of dollars) (Billions of dollars) Economist A 8 2 Economist B 4 8 help me answer this question hlp me plzzzzxbox user is JollyColt40397 Describe natural selection 10. Which of the following pieces of safety equipment is required on your boat and must appear as an item on your Pre-DepartureChecklist?A reflective mirror surfaceA waterproof compassExtra clothes and towelsWorking navigation lights What is the average forest loss per year in % and/or hectares in the Amazon rainforest? Empathy mindset involves Read this excerpt from F. Scott Fitzgerald's The Great Gatsby:"About half way between West Egg and New York the motor road hastily joins the railroad and runs beside it for a quarter of a mile, so as to shrink away from a cerain desolate area of land." Where does the story most likely take place?A. a borough of New York CityB. a rural area that's still accessible to New YorkC. in rural upstate New YorkD. in New York City During summer in the Northern Hemisphere, A. the Sun rises earlier and sets later than during other seasons. B. the Sun appears lower in the sky than during other seasons. C. there are fewer hours of visible sunlight each day than during other seasons. D. the Sun rises in the Southeast and sets in the Southwest. What percent will be black?25 %50 %100 % Japans imperialism gave it control of where does abraham say to look for william Identify the subjunctive verb in each sentence below.She acts as if she were Queen.a. actsb. as ifC. were