document.write( "Question 410655: How do you figure out how to solve a polynomial with a negative number? I'm trying to solve:\r
\n" ); document.write( "\n" ); document.write( "2t square + 5t - 63\r
\n" ); document.write( "\n" ); document.write( "I'm stumped and need some assistance.
\n" ); document.write( "

Algebra.Com's Answer #288728 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
A polynomial with a negative number is the same as adding the negative of that term, e.g. \"2t%5E2+%2B+5t+-+63+=+2t%5E2+%2B+5t+%2B+%28-63%29\". So if you want to find the roots using the quadratic formula you would assign \"c+=+-63\". \n" ); document.write( "
\n" );