Question 471471
Our mother is 3 times as old as my brother 
<pre>
M = 3B
</pre>
and i am 1/3rd times older than my brother.
<pre>
You lost me there.  Are you 1/3 as old as your brother?
If so you are YOUNGER, not OLDER, than your brother.
Or are you your brother's age plus 1/3 of his age older?

If the first way, the equation is

I = {{{1/3}}}B

If the second way then the equation is

I = B + {{{1/3}}}B
</pre>
if 4 years ago i was as old as my brother today,
<pre>
I - 4 = B

I'll try it both ways, but now I believe you meant the
second way.  Otherwise this last sentence wouldn't make
sense.

First way

{{{system(M = 3B, I = expr(1/3)B, I - 4 = B)}}}

I will assume you know how to solve a system of
equations.  If you don't post again asking how
to solve this system.

No that give B=-6, I = -2 and M = -18.

Second way:

Since ages can't be negative, you must have meant the 
other way:

{{{system(M = 3B, I = B+expr(1/3)B, I - 4 = B)}}} 

Simplify the second equation:

{{{I = B+expr(1/3)B}}}

Multiply through by 3

{{{3I = 3B + B}}}

{{{3I = 4B}}}

{{{system(M = 3B, 3I = 4B, I - 4 = B)}}}

Solve that system and get B = 12, I = 16 and M = 36

So you are 16, your brother is 12, and your Mother is 36.

Edwin</pre>