document.write( "Question 552096: How do you solve a quadratic equation when there is no b value? e.g. 4x² - 6 = 0 \n" ); document.write( "
Algebra.Com's Answer #360102 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 4x² - 6 = 0 \n" ); document.write( "add 6 \n" ); document.write( "4x^2=6 \n" ); document.write( "/4 \n" ); document.write( "x^2=6/4 = 3/2\r \n" ); document.write( "\n" ); document.write( "x= +/- sqrt(3/2) \n" ); document.write( " |