197k views
1 vote
Write the quadratic equation whose roots are -5 and 3, and whose leading coefficient is 3.

(Use the letter x to represent the variable.)

User Lizi
by
3.8k points

2 Answers

2 votes

Answer: (x-3)(x-5) = x2 - 8x + 15

The roots will be unchanged by multiplication by 3: 3x2 - 24x + 45

Explanation:

User Joel Goldstick
by
3.9k points
7 votes

Answer:

y = 3x² + 6x - 45

Explanation:

given roots x = a and x = b then the factors are (x - a) and (x - b)

then the quadratic is the product of its factors

y = a(x - a)(x - b) ← a is a multiplier

here x = - 5 and x = 3 with a = 3 , then factors are

(x - (- 5)) and (x - 3) , that is (x + 5) and (x - 3) , then

y = 3(x - 3)(x + 5) ← expand factors using FOIL

y = 3(x² + 2x - 15) ← distribute parenthesis by 3

y = 3x² + 6x - 45

User Manolo
by
4.7k points