Question

Question 1 of 8, Step 2 of 2 1/12 Correct Consider the following quadratic equation: y2 - 8y + 1 = 0 Step 2 of 2: Use the dis

0 0
Add a comment Improve this question Transcribed image text
Answer #1

y=84+1=0 D = be hae (-897 4.1.1 D = 64-4 = 60 D>O (Roofs are real unequal ) -(-8) + VE8D24.1.1 y = 2.c) 8+ rão Cc a 81/60 8-V

Add a comment
Know the answer?
Add Answer to:
Question 1 of 8, Step 2 of 2 1/12 Correct Consider the following quadratic equation: y2...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In Python. The two roots of a quadratic equation ax^2 + bx + c = 0...

    In Python. The two roots of a quadratic equation ax^2 + bx + c = 0 can be obtained using the following formula: r1 = (-b + sqrt(b^2 - 4ac) / (2a) and r2 = (-b - sqrt(b^2 - 4ac) / (2a) b^2 - 4ac is called the discriminant of the quadratic equation. If it is positive, the equation has two real roots. If it is zero, the equation has one root. If it is negative, the equation has no...

  • This is in python language Algebra: solve quadratic equations) The two roots of a quadratic equation,...

    This is in python language Algebra: solve quadratic equations) The two roots of a quadratic equation, for example, 0, can be obtained using the following fomula: b 4ac is called the discriminant of the quadratic equation. If it is positive, the equation has two real roots. If it is zero, the equation has one root. If it is negative, the equation has no real roots. Write a program that prompts the user to enter values for a, b, and cand...

  • c++ language TECH 1211 Computer Programming Name Test 2 Hands-On-Program B Spring 2020 Write a program...

    c++ language TECH 1211 Computer Programming Name Test 2 Hands-On-Program B Spring 2020 Write a program that uses the quadratic formula to solve quadratic equations. Background Given the format for a quadratic equations: aX? +BX+C =0 The coefficient of the X term is the number a. The coefficient of the X term is the number b. The value of c is any non-zero constant. These values can be positive, negative or zero. You can find the solution to this equation...

  • Question 18 of 25 > The quadratic formula is used to solve for 2 in equations...

    Question 18 of 25 > The quadratic formula is used to solve for 2 in equations taking the form of a quadratic equation, ar? + box + c = 0. -- b quadratic formula: =- b2 - 4ac 2a Solve for a in the expression using the quadratic formula. 3r? + 35x - 8.730 Use at least three significant figures in each answer.

  • The roots of the quadratic equation ax2 + bx + c = 0, a following formula:...

    The roots of the quadratic equation ax2 + bx + c = 0, a following formula: 0 are given by the In this formula, the term i2 - 4ac is called the discriminant. If b4ac 0 then the equation has a single (repeated) root. If -4ac > 0, th equation complex roots. Write a program that prompts the user to input the value of a (the coefficient of ), b (the coefficient of x), and c (the n has two...

  • quadratic equation by PHP The purpose of this question is to develop a simple calculator for...

    quadratic equation by PHP The purpose of this question is to develop a simple calculator for solving a quadratic equation of the form . The solution of the quadratic equation can be classified as a real or an imaginary solution. In this question you are required to apply two formulas for solving the quadratic equation; the discriminant formula and quadratic formula. The discriminant formula is applied for determining whether the quadratic equation has a real or imaginary solution, where the...

  • A quadratic equation is generally represented as, ax^2 + bx + c The root(s) of the...

    A quadratic equation is generally represented as, ax^2 + bx + c The root(s) of the above quadratic equation is computed using the following formula, root1 = (-b + sqrt(D))/ 2a root2 = (-b - sqrt(D))/2a Where D is the discriminant of the quadratic equation and is computed as, D = b^2 - 4ac Given the value of D, the roots of a quadratic equation can be categorized as follows, D > 0 : Two distinct real roots D =...

  • 10) p. 53, problem 2.4.7. Write a Python program that uses the Quadratic Formula to calculate...

    10) p. 53, problem 2.4.7. Write a Python program that uses the Quadratic Formula to calculate the real solutions to an equation in the form x 2 +bx+c=0 . Prompt the user to enter values for a, b, and c, then display the solutions. For the purposes of this assignment, you may assume that every equation will have two distinct, real solutions. Put your program in the Homework 1 folder on your K: drive. Here is a sample run of...

  • Save & Exit Certify Lesson: 4.4 Transformations of Functions BROOKE ORTEGA Question 5 of 14, Step...

    Save & Exit Certify Lesson: 4.4 Transformations of Functions BROOKE ORTEGA Question 5 of 14, Step 1 of 1 2/19 Correct 10 Answer Keypad Selecting an option will display any text boxes needed to complete your answer Increasing on one interval Decreasing on one interval Constant on one interval Increasing on Increasing on one sterval and Decreasing on another increasing on two intervals Decreasing on two intervals Submit Answer

  • please answer this question with python. Write a program to solve the quadratic equation ax^2 +...

    please answer this question with python. Write a program to solve the quadratic equation ax^2 + bx + c = 0 using the standard quadratic formula x = -b plusminus Squareroot b^2 - 4ac/2a or the alternative formula x = 2c/-b Squareroot b^2 - 4ac. Your program should accept values for the coefficients a, b, and c as input and produce the two roots of the equation as output. Your program should detect when the roots are imaginary, but need...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT