document.write( "Question 347547: One number is 5 greater than another. The product of the number is 36. Find the number \n" ); document.write( "
Algebra.Com's Answer #248458 by unlockmath(1688) You can put this solution on YOUR website! Hello, \n" ); document.write( "Let's show the number as n. The equation will look like this: \n" ); document.write( "n(n+5)=36 \n" ); document.write( "Multiply it out. \n" ); document.write( "n^2+5n=36 \n" ); document.write( "Subtract 36 to get: \n" ); document.write( "n^2+5n-36=0 \n" ); document.write( "Factor: \n" ); document.write( "(n+9)(n-4)=0 \n" ); document.write( "Solve for n \n" ); document.write( "n=-9 \n" ); document.write( "n=4 \n" ); document.write( "Actually both numbers work. Check it out. \n" ); document.write( "Make sense? \n" ); document.write( "RJ \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |