Question

Let f(x) = ax^2 +bx +c be a quadratic whose coefficients a, b, c are rational....

Let f(x) = ax^2 +bx +c be a quadratic whose coefficients a, b, c are rational. Prove that if f(x) has one rational root, then the other root is also rational.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Let f(x) = ax^2 +bx +c be a quadratic whose coefficients a, b, c are rational....
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
  • Can a quadratic equation aX^2 + bX + c = 0, where a, b, and c...

    Can a quadratic equation aX^2 + bX + c = 0, where a, b, and c are rationals, has one rational solution and one irrational solution? Prove or disprove with justification.

  • 1. Let F be a field and let F(X) be the field of rational functions ), with coefficients in F. Le...

    1. Let F be a field and let F(X) be the field of rational functions ), with coefficients in F. Let K be any field such that F C KCFX and K F. Prove that F(X) : K] < oo. 1. Let F be a field and let F(X) be the field of rational functions ), with coefficients in F. Let K be any field such that F C KCFX and K F. Prove that F(X) : K]

  • Use Python Programming. Design a class named Quadratic Equation for a quadratic equation ax + bx+c...

    Use Python Programming. Design a class named Quadratic Equation for a quadratic equation ax + bx+c 0. The class contains: • The data fields a, b, and c that represent three coefficients. . An initializer for the arguments for a, b, and c. • Three getter methods for a, b, and c. • A method named get Discriminant() that returns the discriminant, which is b- 4ac The methods named getRoot 1() and getRoot 2() for returning the two roots of...

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

  • Let f(x) = ax + bx+c -4 Choose appropriate values of a, b, and c such...

    Let f(x) = ax + bx+c -4 Choose appropriate values of a, b, and c such that lim f(x) = 1 AND lim f(a) = 0. @ @ a = 0, b = 1, and c = 4 = 0,6 = 1, and c = -4. = 1,6 = 0, and c = -16 1. b = 2, and c=1

  • algebra 2 Solving the quadratic equation using the quadratic formula ax²+bx+c 01 x= -htb² - 4ac...

    algebra 2 Solving the quadratic equation using the quadratic formula ax²+bx+c 01 x= -htb² - 4ac Ex3 - 2x² +3 x =4-15 X X - 2x²-x =-15 +15 +15 - 2x2-x+15= 0 A = -2 D- C= 15

  • Let f(x) be a quadratic function such that f(0)=?4 and ?f(x)/x2(x+3)^6dx is a rational function. Let...

    Let f(x) be a quadratic function such that f(0)=?4 and ?f(x)/x2(x+3)^6dx is a rational function. Let f(x)| be a quadratic function such that f(0) = -4| and integral f(x) / x^2(x + 3)^6 dx| is a rational function. Determine the value of f'(0)|.

  • Help with MATLAB. i did like input('enter the coefficients of a quadratic equation "Ax2 + Bx...

    Help with MATLAB. i did like input('enter the coefficients of a quadratic equation "Ax2 + Bx + C = 0"') fx=(-B+sqrt(B^2+4*A*C))/(2*A); i just dont know how i can ask the user to input three (A,B,C)? thanks! EXERCISE 6 Ask user to enter the coefficients of a quadratic equation, Ax² + Bx + C = 0, i.e. A, B, and C, and calculate the roots of the equation using the quadratic formula, ., --B+VB? - 4AC 2A

  • Complete 1. Create a function to solve the Quadratic Formula as know as ax +bx+cwit solution...

    Complete 1. Create a function to solve the Quadratic Formula as know as ax +bx+cwit solution is 2a The function must have only 3 reference parameters which are the coefficient of the quadratic equation a, b and c, at the end the function must return the real value of x. If a-0, or there is a negative root square obtained, the function must sent a message error to the user The coefficient of it can't be equal zero" or "Negative...

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