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*m = 12
m > 2n
---
n*2n = 12
n^2 = 6
{{{n = sqrt(6)}}}
-----
--> n < sqrt(6) and m = 12/n
==============
My "answer" makes as much sense as your problem.