document.write( "Question 147444: Consider the equation 4x^2 – 4x + 5 = 0.\r
\n" );
document.write( "\n" );
document.write( "(i) Compute the discriminant, b2 – 4ac, and then state whether one real-number solution, two different real-number solutions, or two different imaginary-number solutions exist.\r
\n" );
document.write( "\n" );
document.write( "(ii) Use the quadratic formula to find the exact solutions of the equation. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #107813 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 4x^2 – 4x + 5 = 0 \n" ); document.write( "4x^2 + (-4)x + 5 = 0 \n" ); document.write( "ax^2 + bx + c = 0 \n" ); document.write( "a = 4 \n" ); document.write( "b = -4 \n" ); document.write( "c = 5 \n" ); document.write( "(i) Compute the discriminant, b2 – 4ac, and then state whether one real-number solution, two different real-number solutions, or two different imaginary-number solutions exist. \n" ); document.write( "disc. > 0 ~ two real \n" ); document.write( "disc. = 0 ~ one real \n" ); document.write( "disc. < 0 ~ two imaginary \n" ); document.write( "(ii) Use the quadratic formula to find the exact solutions of the equation. \n" ); document.write( " |