Answer:
The correct answer is x=4
Explanation:
(3x+2)(x-4)=0
3x ^2-12x+2x-8=0
3x ^2-10x-8=0
We can use Quadratic Formula.
If we have an equation with the following Standard Form , ax2 + bx + c = 0
(a, b and c are known values. a can't be 0.)
"x" is the unknown
we can solve the equation applying the Quadratic Formula.
x = (−b ± √(b^2 − 4ac))/ 2a
In this case,
a=3
b=-10
c=-8
Replacing
x = (10 ± √(-10^2 − 3*2*-8))/ 2*3
x=10 ± √(100 − (-96))/ 6
x=10 ± (√196)/6
x=(10 ± 14)/6
We have 2 answers
1- x=(10 + 14)/6=24/6=4 this is the highest value
2- x=(10 - 14)/6=-4/6=-0.66