document.write( "Question 1143347: The number 40 is divided into two parts in such way that two times the
\n" ); document.write( "square of the first number exceeds the second number by 5. Find the two
\n" ); document.write( "numbers.
\n" ); document.write( "

Algebra.Com's Answer #764151 by greenestamps(13215)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Call the numbers x and (40-x). Then the problem says

\n" ); document.write( "\"2%28x%5E2%29+=+%2840-x%29%2B5\"

\n" ); document.write( "That's a quadratic equation; as long as negative numbers are allowed, there will be two solutions.

\n" ); document.write( "You can find them -- by factoring, or using the quadratic formula if you prefer.
\n" ); document.write( "
\n" );