document.write( "Question 507247: Which of the following polynomials is prime over the set of rational numbers?\r
\n" );
document.write( "\n" );
document.write( "a.x^2-13x-36
\n" );
document.write( "b.x^2-5x-36
\n" );
document.write( "c.x^2+15x+36
\n" );
document.write( "d.x^2+20x+36 \n" );
document.write( "
Algebra.Com's Answer #340377 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Which of the following polynomials is prime over the set of rational numbers? \n" ); document.write( "--- \n" ); document.write( "x = (-b/(2a)] +- [sqrt(b^2-4ac)]/(2a), \n" ); document.write( "Check the discriminant (b^2-4ac) for each of the quadratics. \n" ); document.write( "If b^2-4ac is not a perfect square the quadratic is prime over the rationals.\r \n" ); document.write( "\n" ); document.write( "------------ \n" ); document.write( "a.x^2-13x-36 \n" ); document.write( "13^2-4*36 = 25 \n" ); document.write( "-------------------- \n" ); document.write( "b.x^2-5x-36 \n" ); document.write( "5^2 - 4*-36 = 169 \n" ); document.write( "--------------------- \n" ); document.write( "c.x^2+15x+36 \n" ); document.write( "15^2 -4*36 = 225 - 144 = 81 \n" ); document.write( "------------------------- \n" ); document.write( "d.x^2+20x+36 \n" ); document.write( "20^2-4*36 = 16 \n" ); document.write( "============ \n" ); document.write( "Conclusion: None of those quadratics is prime over the rationals. \r \n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |