64.5k views
3 votes
How many real-number solutions does the equation have?

-4x^2 + 10x + 6 = 0

a. no solutions
b. two solutions
c. infinitely many solutions
d. one solution

User Viviwill
by
8.4k points

2 Answers

5 votes

Answer:

Choice b is correct answer.

Explanation:

Given equation is :

-4x²+10x+6 = 0

ax²+bx+c = 0 is general quadratic equation.

comparing general equation with given quadratic equation,we get

a = -4 ,b = 10 and c = 6

we use the discriminant formula to find number of solution.

If D > 0 then there is two real solutions.

The formula to find discriminant is :

D = b²-4ac

putting above values in discriminant formula, we get

D = (10)²-4(-4)(6)

D = 100+96

D = 196 > 0

hence , equation have two real equation.




User Hinek
by
8.2k points
1 vote

Answer:

Option b. Two solutions

Explanation:

In order to find how many real number solutions the equation has we have to solve it

Given equation: -4x² + 10x + 6 = 0

taking 2 common from the equation

2(-2x² + 5x + 3) = 0

-2x² + 5x + 3 = 0

taking minus sign common from the above equation

2x² - 5x - 3 = 0

We will solve this equation by factorization in such a way that the sum of two factors is equal to -5x and the product is -6x²

2x² - 6x + x - 3 = 0

taking common above

2x(x-3) + 1(x-3) = 0

taking (x-3) common

(2x+1)(x-3) = 0

2x + 1 = 0

2x = -1

x =
(-1)/(2)

x - 3 = 0; x = 3

the solutions are


x=(-1)/(2),3

Both values are real numbers, therefore correct option is b

User Zoey Mertes
by
8.3k points