we all know the basic rules for operations of addition, subtraction, multiplication and division.
but what i don't know is why these rules (of addition, subtraction, multiplication and division) works.
as if we have been given algorithm to do these operations but not explained how they were derived.
if anyone can explain please expain .
One thing you'll want to understand here is that you are only talking about 2 operations: addition and multiplication.
Subtraction is a way of abstracting the concept of additive inverses (e.g. $3 + (-3) = 0$), and division is really multiplicative inverses ($3 \times \frac{1}{3} = 1$).
I know this doesn't fully answer your question, but it does simplify it.