document.write( "Question 385739: find two numbers whose product 40 such that one numbers 2 more than two times other number. \n" ); document.write( "
Algebra.Com's Answer #272853 by robertb(5830)![]() ![]() You can put this solution on YOUR website! x, 2x+2 are the two numbers. \n" ); document.write( "Then x(2x + 2) = 40, or x(x+1) = 20, or \n" ); document.write( "Then x = -5, 4. There are two sets of solutions: {-5, -8}, and {4, 10}. \n" ); document.write( " |