document.write( "Question 464030: Given the quadratic function f(x) = 25x^2 – 100x + 100, find a value of x such that f(x) = 25. \n" ); document.write( "
Algebra.Com's Answer #317848 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given the quadratic function f(x) = 25x^2 – 100x + 100, find a value of x such that f(x) = 25. \n" ); document.write( "----------- \n" ); document.write( "25x^2 – 100x + 100 = 25 \n" ); document.write( "25x^2 – 100x + 75 = 0 \n" ); document.write( "x^2 - 4x + 3 = 0 \n" ); document.write( "(x-3)*(x-1) = 0 \n" ); document.write( "x = 1, 3 \n" ); document.write( " \n" ); document.write( " |