document.write( "Question 1077492: One positive number is 5 more than a second number, and their product is 150
\n" );
document.write( ". Find the two numbers. \n" );
document.write( "
Algebra.Com's Answer #691982 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x, and x-5 are the numbers \n" ); document.write( "x*(x-5)=150 \n" ); document.write( "x^2-5x-150=0 \n" ); document.write( "(x-15)(x+10)=0 \n" ); document.write( "x=15 only positive root. \n" ); document.write( "Numbers are 10 and 15. \n" ); document.write( " |