Question 392605
find two consecutive even numbers if 1/3 of the smaller number is one more than 1/4 of the bigger number
...
x & x+2 be the consequtive even numbers
{{{x/3 =((x+2)/4) +1}}}
...
{{{x/3 -((x+2)/4) =1}}}
...
LCD = 12
...
{{{(4x-3(x+2))/12= 1}}}
...
{{{4x-3x-6= 12*1}}}
...
x-6=12
x=12+6
x=18
...
18 & 20 are the numbers