document.write( "Question 390438: Find the zeros of the equation. x^2-2x-15=y. I can't find anything in my book about finding zeros. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #276821 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! When they talk about finding \"zeros\", they are generally referring to x-intercepts. So, set y to zero and solve for x: \n" ); document.write( "x^2-2x-15=y \n" ); document.write( "x^2-2x-15=0 \n" ); document.write( "(x-5)(x+3) = 0 \n" ); document.write( "x = {-3, 5} \n" ); document.write( ". \n" ); document.write( "So, your zeros are at: \n" ); document.write( "(-3,0) and (5,0) \n" ); document.write( " |