Write a quadratic equation having the given numbers as solutions. 1/5 and 5/3

Write a quadratic equation having the given numbers as solutions. 1/5 and 5/3
Write a quadratic equation having the given solutions. 7i, -7i = 0 (Type an expression whose terms have 1 as their greatest common facto
1. Write a quadratic equation that has integer coefficients and
has as solutions the given pair of numbers. (Use x as the
variable.)
and 5
_____?______
2. Evaluate
for the given values of a, b, and c.
Write the result as a complex number.
a = ?4, b = 2, c = ?5
_____?_______
2
3. -1 points Aufinter Alg9 8 1.045 Write a quadratic equation with integer coefficients and the given numbers as solutions. (Use x as the independent variable.) 5 and -1 Need Help? Read It to Tutor 4. -11 points AufinterAlg9 8.1.053. Write a quadratic equation with integer coefficients and the given numbers as solutions. (Use x as the independent variable.) 2 and Need Help? Read It Talk to Tuter
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...
(1Pt) 1. Write the expression for the solutions of any quadratic equation of the form where a 0, ar2 + br + c = 0, in terms of the coefficients a, b, and c 2. Solve the following equations, and simplify (you may obtain complex numbers): (a)-2 + 12 = 0 b) 4X2-27 = 0 7-1 01: 0-4.4 Y:ホ
Write an equation (any form) for the quadratic graphed below: 5+ 4 3 2 1 2 -5 -4 -3 -2 -1 -1 -2 -3 -4 -5+1 y= Question Help: Video
Write a C program, to solve the quadratic equation a x2 + b x + c = 0 of given coefficients a, b and c. When running the program, it prompts for the input of coefficients a,b,c as floating numbers. After inputting three floating numbers, it computes and prints out the solutions, then prompts for another round of input. Your program will quit when getting input 0,0,0. Your program should handle four situations: (1) a=0, not a quadratic equation; (2)...
JAVA Quadratic Equation Design and write a Java code that solves a quadratic equation ??2 + ?? + ? = 0. Please use class and object definitions and do not use procedural style. Let the roots of ??2 + ?? + ? = 0 be ? and ?. Show that the following: ? + ? = − ?/?' , and ?? = ?/?' , for non-trivial of values of ?, ?, ?. Make sure that you address that complex numbers...
Write the equation of the quadratic function whose graph is a parabola containing the given points. (0,3), (3, 15),(-3, 27) O a) y = 2x²-x+3 b) y = 2x2 + 2x +1 c) y = 22² - 2x + 3 Od) y = 3x2 - 2x + 3
Consider the equation 2x2+x-1=5. Find the solutions by using the quadratic formula. O x= -2 and x = 1.5 OX= -2 and x = -1.5 O x= 1.5 and x = 2 O x= -1.5 and x = 2