document.write( "Question 43444This question is from textbook
\n" );
document.write( ": Hello, I need to factor the following polynomial: x squared minus 5. Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #28449 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The best you can do is \n" ); document.write( "x^2 - 5 = \n" ); document.write( "(x + √5)(x - √5) \n" ); document.write( " |