document.write( "Question 930496: one number is four more than another. the product of the numbers is 2 less than the smaller number. find the smaller number \n" ); document.write( "
Algebra.Com's Answer #565046 by algebrahouse.com(1659)\"\" \"About 
You can put this solution on YOUR website!
x = one number
\n" ); document.write( "x + 4 = other number\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x + 4) = x - 2 {the product of the two numbers is 2 less than the smaller}
\n" ); document.write( "x² + 4x = x - 2 {used distributive property}
\n" ); document.write( "x² + 3x + 2 = 0 {subtracted x and added 2 to each side}
\n" ); document.write( "(x + 2)(x + 1) = 0 {factored into two binomials}
\n" ); document.write( "x + 2 = 0 or x + 1 = 0 {set each factor equal to 0}
\n" ); document.write( "x = -2 or x = -1 {solved each equation for x}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The smaller numbers are -2 or -1
\n" ); document.write( "So, if you want to be picky, the very smallest of those two would be -2
\n" ); document.write( "
For more help from me, visit: www.algebrahouse.com


\n" ); document.write( "
\n" );