How do you solve 12x^2 - 7x + 1 = 0 ?

1 Answer
Mar 31, 2016

The solutions are:

color(green)(x= 1/3

color(green)(x= 1/4

Explanation:

12x^2 - 7x + 1 = 0

The equation is of the form color(blue)(ax^2+bx+c=0 where:
a=12, b=-7, c=1

The Discriminant is given by:

Delta=b^2-4*a*c

= (-7)^2-(4* 12 * 1)

= 49 - 48 = 1

The solutions are found using the formula
x=(-b+-sqrtDelta)/(2*a)

x = (-(-7)+-sqrt(1))/(2*12) = (7+- 1 )/24

x= (7+1) / 24= 8/24 = 1/3

x= (7-1) / 24= 6/24 = 1/4