Skip to main content

All Questions

1 vote
2 answers
56 views

How to use the properties of the logarithmic function

I'm coding the game asteroids. I want to make a levels manager who can create a infinity number of level increasing in difficulty. My levels have as parameters : The number of asteroids on the board;...
hlapointe's user avatar
  • 1,620
2 votes
2 answers
212 views

Function application (word problem)

The problem: My work so far: $3=log(\frac{A}{A_0})$--->$10^3=\frac{A}{A_0}$ $\frac{A}{A_0}=1000$ (Am I done there?) Plugging it in: $M=log(\frac{1900000}{1000})$ $10^M = \frac{1900000}{1000}$ $M=3....
GeekyDewd's user avatar
  • 309