document.write( "Question 793676: y=2x^2-9x-5 how do I find the 0 of the function.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance... \n" );
document.write( "
Algebra.Com's Answer #480411 by waynest(281)![]() ![]() ![]() You can put this solution on YOUR website! factor: \n" ); document.write( "2x^2 - 9x - 5 = y \n" ); document.write( "(2x + 1)(x - 5) \n" ); document.write( "check: \n" ); document.write( "2x^2 - 10x + x - 5 \n" ); document.write( "2x^2 - 9x - 5 \n" ); document.write( "zeros: \n" ); document.write( "2x + 1 = 0 \n" ); document.write( "2x = -1 \n" ); document.write( "2x/2 = -1/2 \n" ); document.write( "x = -1/2\r \n" ); document.write( "\n" ); document.write( "x - 5 = 0 \n" ); document.write( "x - 5 + 5 = 5 \n" ); document.write( "x = 5 \n" ); document.write( " |