document.write( "Question 904416: One positive number is 4 greater than another positive number. The product of the two numbers is 45. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #548666 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (n+4)n = 45 \n" ); document.write( "n^2 + 4n - 45 = 0 \n" ); document.write( "(n+9)(n-5) = 0 Using positive root \n" ); document.write( "n = 5 \n" ); document.write( " |