Teaching Kids Programming: Videos on Data Structures and Algorithms
The logarithm functions are the inverse of exponential functions. For example:
is the inverse of
and mathematically speaking, they are mirrored by the line 
Proof of Logarithm Rule: log(ab)=log(a)+log(b)
let
and 
that is
and 
So 
And we can plug in x and y value so that 
Proof of Logarithm Rule: log(a/b)=log(a)-log(b)
let
and 
that is
and 
So 
And we can plug in x and y value so that 
–EOF (The Ultimate Computing & Technology Blog) —
803 wordsLast Post: Teaching Kids Programming - Math Simplified Fractions where Denominator is Less-than-or-equal-to N
Next Post: Teaching Kids Programming - Algorithm to Compute the Smallest Value of the Rearranged Number (Math)
