We can rewrite the equation as:
#4x^2 + 0x - 64 = 0#
The quadratic formula states:
For #color(red)(a)x^2 + color(blue)(b)x + color(green)(c) = 0#, the values of #x# which are the solutions to the equation are given by:
#x = (-color(blue)(b) +- sqrt(color(blue)(b)^2 - (4color(red)(a)color(green)(c))))/(2 * color(red)(a))#
Substituting:
#color(red)(4)# for #color(red)(a)#
#color(blue)(0)# for #color(blue)(b)#
#color(green)(-64)# for #color(green)(c)# gives:
#x = (-color(blue)(0) +- sqrt(color(blue)(0)^2 - (4 * color(red)(4) * color(green)(-64))))/(2 * color(red)(4))#
#x = +- sqrt(0 - (-1024))/8#
#x = +- sqrt(1024)/8#
#x = +- 32/8#
#x = +- 4#