Answer: 
We have something in the form log(x/y) where x = q^2*sqrt(m) and y = n^3. The log is base 2.
===========================================================
Explanation:
It seems strange how the first two logs you wrote are base 2, but the third one is not. I'll assume that you meant to say it's also base 2. Because base 2 is fundamental to computing, logs of this nature are often referred to as binary logarithms.
I'm going to use these three log rules, which apply to any base.
- log(A) + log(B) = log(A*B)
- log(A) - log(B) = log(A/B)
- B*log(A) = log(A^B)
From there, we can then say the following:

Y = 4x - 7 is a line with a slope of 4 and y-intercept of -7.
plug in any X value, for example 1 and you get the following
y = 4(1) - 7
y = -3
(1,-3) is a point that satisfies the equation y = 4x - 7
percent of increase for a population that changed from 25,000 to 30,000
Increase in population = 30,000 - 25,000 = 5000
So, the increase in population is 5000
To find percent of increase , we divide the increase in population by initial population.
So percent of increase =
* 100
= 0.2 * 100
= 20 %
20% of increase for a population that changed from 25,000 to 30,000.