document.write( "Question 428161: Given the quadriatic function f(x) = x^2 - 14x + 49, find the value of x such that f(x) = 36 \n" ); document.write( "
Algebra.Com's Answer #297674 by nerdybill(7384) You can put this solution on YOUR website! Given the quadriatic function f(x) = x^2 - 14x + 49, find the value of x such that f(x) = 36 \n" ); document.write( ". \n" ); document.write( "Set f(x) to 36 and solve for x: \n" ); document.write( "36 = x^2 - 14x + 49 \n" ); document.write( "0 = x^2 - 14x + 13 \n" ); document.write( "0 = (x-13)(x-1) \n" ); document.write( "x = {1, 13} \n" ); document.write( " |