Question 1119304
.
One third of an {{{highlight(integer)}}} number exceeds one fourth of its successor by 1 find the number
~~~~~~~~~~~~~~~~~


<pre>
{{{n/3}}} - {{{(n+1)/4}}} = 1


Multiply both sides by 12. You will get


4n - 3(n+1) = 12,   or


n = 15.


It is your 


<U>Answer</U>.  The number is 15.
</pre>