document.write( "Question 532379: If f(x)=x^2-3 and f(a)=46, what is the value of a? Explain. \n" ); document.write( "
Algebra.Com's Answer #350829 by lmeeks54(111)![]() ![]() You can put this solution on YOUR website! The only tricky thing here is to understand what is meant by f(a) = ? \n" ); document.write( "... \n" ); document.write( "This is basically just solving the quadratic equation. \n" ); document.write( "Given: \n" ); document.write( "f(x) = x^2 - 3 \n" ); document.write( "f(a) = 46 \n" ); document.write( "... \n" ); document.write( "In this case, f(a) means solving the f(x) equation as if a = x. \n" ); document.write( "... \n" ); document.write( "So, f(x) = f(a) \n" ); document.write( "x^2 - 3 = 46 \n" ); document.write( "... \n" ); document.write( "The easiest way to solve quadratic equations is to rearrange them (using the rules of algebra) so that the equation is set = 0 \n" ); document.write( "... \n" ); document.write( "Therefore, subtract 46 from both sides and simplify: \n" ); document.write( "x^2 - 3 - 46 = 46 - 46 \n" ); document.write( "x^2 - 49 = 0 \n" ); document.write( "... \n" ); document.write( "Factor the quadratic equation: \n" ); document.write( "x^2 - 49 = 0 is factored to become: \n" ); document.write( "(x + 7)(x - 7) = 0 \n" ); document.write( "... \n" ); document.write( "Solving for x to satisfy the factored quadratic equation: \n" ); document.write( "x = 7, or -7 \n" ); document.write( "... \n" ); document.write( "So, when f(a) = 46, a = 7 or -7 \n" ); document.write( "... \n" ); document.write( "check the work: \n" ); document.write( "(7)^2 - 3 = 46 \n" ); document.write( "49 - 3 = 46 \n" ); document.write( "46 = 46 checks \n" ); document.write( "... \n" ); document.write( "Note: if we substitute -7 into the function, we get the same answer. \n" ); document.write( "a = 7, -7 \n" ); document.write( "... \n" ); document.write( "cheers, \n" ); document.write( "Lee \n" ); document.write( " |