document.write( "Question 396646: If the sum of 2 numbers is -14 and their product is 32, what are the numbers?\r
\n" );
document.write( "\n" );
document.write( "Let x = one number
\n" );
document.write( "Let x - 14 = the other number\r
\n" );
document.write( "\n" );
document.write( "x(x - 14) = 32
\n" );
document.write( "x^2- 14x + 32\r
\n" );
document.write( "\n" );
document.write( "(x - 6) (x-8) \r
\n" );
document.write( "\n" );
document.write( "The two numbers are -8 and -6
\n" );
document.write( "I know that -8 + -6 = -14 but when I plug in the numbers that do not equal 32. What am I not doing correct? \n" );
document.write( "
Algebra.Com's Answer #281315 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If the sum of 2 numbers is -14 and their product is 32, what are the numbers?\r \n" ); document.write( "\n" ); document.write( "Let x = one number \n" ); document.write( "Let x - 14 = the other number\r \n" ); document.write( "\n" ); document.write( "x(x - 14) = 32 \n" ); document.write( "x^2- 14x + 32\r \n" ); document.write( "\n" ); document.write( "(x - 6) (x-8) \r \n" ); document.write( "\n" ); document.write( "The two numbers are -8 and -6 \n" ); document.write( "I know that -8 + -6 = -14 but when I plug in the numbers that do not equal 32. What am I not doing correct? \n" ); document.write( "------------------------- \n" ); document.write( "Let x = one number \n" ); document.write( "Let -14 - x = the other number\r \n" ); document.write( "\n" ); document.write( "x(-x - 14) = 32 \n" ); document.write( "-x^2 - 14x - 32 = 0 \n" ); document.write( "x^2 + 14x + 32 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------- \n" ); document.write( "x = -7 ± sqrt(17) \n" ); document.write( "One number is -7 + sqrt, the other is -7 - sqrt \n" ); document.write( "No integer solutions. \n" ); document.write( "------------------ \n" ); document.write( "I would check for a typo. \n" ); document.write( "If the sum is -12, then it's -4 and -8. \n" ); document.write( " |