Question 1125172
The description is said wrongly.


-----------------------------------------------------
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
-----------------------------------------------------



Probably the description meant is, two numbers such that one of them is two times more than the other, and their product is 12.


{{{system(y=x+2x,xy=12)}}}


{{{system(y=3x,xy=12)}}}


{{{x*3x=12}}}


{{{system(x=2,and,y=6)}}}


2 and 6