Question

t. 10. Recall that the discriminant of a quadratic equation arbc0 is given by - 4ac (a) (1 pt)Write the Quadratic Formula using the symbol A (b) (2 pts)By considering the results of (a), what can we say about the roots of the equation lu in 100 yd. long and 150 ft. wide.
0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
t. 10. Recall that the discriminant of a quadratic equation arbc0 is given by - 4ac...
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...

  • C++ The roots of the quadratic equation ax² + bx + c = 0, a ≠...

    C++ The roots of the quadratic equation ax² + bx + c = 0, a ≠ 0 are given by the following formula: In this formula, the term b² - 4ac is called the discriminant. If b² - 4ac = 0, then the equation has a single (repeated) root. If b² - 4ac > 0, the equation has two real roots. If b² - 4ac < 0, the equation has two complex roots. Instructions Write a program that prompts the...

  • 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...

  • CSC 211 - Lab-2 Write a C++ program to find the roots of a quadratic equation...

    CSC 211 - Lab-2 Write a C++ program to find the roots of a quadratic equation ax +bx+c=0. The roots are given by the formula, x=-b I56²-4ac 2a x = -b+ √b²-4ac 2. x2 = -b-√6²-4ac 2a Instructions: 1. Type, compile, and run the program in an online C++ compiler. 2. Open a word document and copy the following items onto it: a. The source code b. Screenshot of your program's result 3. Save the word document as lastnameFirstname_Lab2.docx (for...

  • 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...

  • 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 =...

  • 1 2 NAME Q1. (30pts) Solve the quadratic equation z2-(3+3i)z +6+2i = 0 by realizing the...

    1 2 NAME Q1. (30pts) Solve the quadratic equation z2-(3+3i)z +6+2i = 0 by realizing the following plan: (i) find the discriminant A of the equation; (ii) write a program for a scientific calculator to obtain the polar form r(cos 0 + i sin 0) of A and the 'first' root + isin COS 2 of degree two of A; (iii) execute the program, fix the results, find another root A2 of A of degree two (before executing the program,...

  • DQuestion 19 28 pts Problem 2. Quadratic Equations A quadratic equation has the form: a bc0 The two solutions are given by the formula: 2a Write a program with a loop that a) solves quadratic equatio...

    DQuestion 19 28 pts Problem 2. Quadratic Equations A quadratic equation has the form: a bc0 The two solutions are given by the formula: 2a Write a program with a loop that a) solves quadratic equations with coefficients read from the terminal, b) visualizes the corresponding quadratic function az2 brc0using the matplotlib module. Instructions Write all code for this problem in a file p2.py 1. The program consists of a main whtle loop (an infinite loop) in which the user...

  • Suppose f is a quadratic function that has roots at I = - 4 and I...

    Suppose f is a quadratic function that has roots at I = - 4 and I = 8, and f(0) = 16. We will write a function formula for f. a. Sketch a graph of f based on the information you are given. b. We can write f as f(x) = c(x - 1)(x - ) where x < , and c is some constant number What are the values of 3, and az? O2 = -2/4(x+4)(x-8) Preview Preview c....

  • i need 8 answer only 10 If A, dollars is invested at 8%, and compounded continuously...

    i need 8 answer only 10 If A, dollars is invested at 8%, and compounded continuously for t years, the value A of the invest- ment is given by the formula A = AD0.08Deter- mine how long it will take for an investment to double in value. h = -16t2 + 22t + 100 where t represents the time in seconds. Determine when the ball will reach a 8 If a ball is tossed into the air, its height h...

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