document.write( "Question 330855: In solving the following system of equations, what is the value of the discriminant in the resulting equation? y = x2 - 2x + 1 and y = 1/4x^2 + 1/2 \n" ); document.write( "
Algebra.Com's Answer #237220 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the value of the discriminant in the resulting equation? \n" ); document.write( "y = x^2 - 2x + 1 \n" ); document.write( "Disc = b^2 - 4ac \n" ); document.write( "a = 1, b = -2, c = 1 \n" ); document.write( "Disc = (-2)^2 - 4*1*1 = 4-4 \n" ); document.write( "Disc = 0 \n" ); document.write( "---------------- \n" ); document.write( "and y = 1/4x^2 + 1/2 \n" ); document.write( "a = 1/4, b = 0, c = 1/2 \n" ); document.write( " \n" ); document.write( " |