document.write( "Question 500992: When the sum of 8 and twice a positive number is subtracted from the square of the number, 0 results. find the number \n" ); document.write( "
Algebra.Com's Answer #338374 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
When the sum of 8 and twice a positive number is subtracted from the square of the number, 0 results. find the number
\n" ); document.write( "=================================================
\n" ); document.write( "Given: sum of 8 and twice a positive number [x] -> 8 + 2x
\n" ); document.write( "Given: subtracted from the square of a number -> x^2 - (8 + 2x)
\n" ); document.write( "Given: result is 0 -> x^2 - (8 + 2x) = 0
\n" ); document.write( "x^2 - 2x - 8 = 0
\n" ); document.write( "This can be factored as:
\n" ); document.write( "(x-4)(x+2) = 0
\n" ); document.write( "Take the positive solution:
\n" ); document.write( "x = 4
\n" ); document.write( "
\n" );