document.write( "Question 1125172: Find two Numbers such that one of the numbers is more than two times the other is such that their product is equal to 12 \n" ); document.write( "
Algebra.Com's Answer #741606 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two Numbers such that one of the numbers is more than two times the other is such that their product is equal to 12 \n" ); document.write( "------ \n" ); document.write( "n*m = 12 \n" ); document.write( "m > 2n \n" ); document.write( "--- \n" ); document.write( "n*2n = 12 \n" ); document.write( "n^2 = 6 \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "--> n < sqrt(6) and m = 12/n \n" ); document.write( "============== \n" ); document.write( "My \"answer\" makes as much sense as your problem. \n" ); document.write( " |