document.write( "Question 714846: What are the zeroes of 3x^2+5x-21 \n" ); document.write( "
Algebra.Com's Answer #439012 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The other tutor thought you were to list all the candidates for\r\n" );
document.write( "possible rational zeros, not find the actual zeroes.  Let's find \r\n" );
document.write( "the zeros, not just list the candidates for zeroes.\r\n" );
document.write( "\r\n" );
document.write( "3x² + 5x - 21\r\n" );
document.write( "\r\n" );
document.write( "Set that = 0\r\n" );
document.write( "\r\n" );
document.write( "3x² + 5x - 21 = 0\r\n" );
document.write( "\r\n" );
document.write( "It doesn't factor, so we will have to use the quadratic formula:\r\n" );
document.write( "\r\n" );
document.write( "x = \"%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"\r\n" );
document.write( "\r\n" );
document.write( "where a = 3, b = 5, and c = -21 \r\n" );
document.write( "\r\n" );
document.write( "x = \"%28-5+%2B-+sqrt%28+5%5E2-4%2A3%2A%28-21%29+%29%29%2F%282%2A3%29+\"\r\n" );
document.write( "\r\n" );
document.write( "x = \"%28-5+%2B-+sqrt%2825%2B252+%29%29%2F6+\"\r\n" );
document.write( "\r\n" );
document.write( "x = \"%28-5+%2B-+sqrt%28277+%29%29%2F6+\"\r\n" );
document.write( "\r\n" );
document.write( "The two zeros are\r\n" );
document.write( "\r\n" );
document.write( "\"%28-5+%2B+sqrt%28277+%29%29%2F6+\" and x = \"%28-5+-+sqrt%28277+%29%29%2F6+\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );