document.write( "Question 1008667: Find the zeros (x-intercepts):
\n" );
document.write( "X^2-6x-5=2
\n" );
document.write( "Please explain how you solve these type of equations because I have a important test coming up and I really need help with solving these types of equations! Thanks so much! \n" );
document.write( "
Algebra.Com's Answer #624285 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The zeroes of a function mean what are the x-values that make the graph of the function cross the x-axis. Remember that when a line crosses the x-axis, its y-value is zero. \n" ); document.write( "So we set these functions equal to zero and solve for x. \n" ); document.write( "Here we have \n" ); document.write( "x^2 - 6x - 5 = 2 or \n" ); document.write( "x^2 - 6x - 7 = 0 \n" ); document.write( "Now we can factor this and get (we do this by un-FOILing) \n" ); document.write( "(x - 7)(x + 1) = 0 \n" ); document.write( "and thus \n" ); document.write( "x = 7 and x = -1 \n" ); document.write( "Does that help? \n" ); document.write( " |