Question 33229
    R=10%=  10/100
P=      1       R=      0.1     N=      1
A=1*{1+(0.1/1)}^(1*T)...PUTTING T=0,1,2,3,4 WE GET

T       A
0       1
1       1.1
2       1.21
3       1.331
4       1.4641
GRAPH IS GIVEN BELOW
{{{ graph( 500, 500, -2, 5, -2, 2,(1.1)^x ) }}}
----------------------------------------------------------------
)Logarithms:
a)Using a calculator, find log 10000 where log means log to the base of 10. 
Answer:	

10^4=10000
SO LOG (10000) TO BASE 10 =4


b)Most calculators have 2 different logs on them: log, which is based 10, and ln, which is based e. In computer science, digital computers are based on the binary numbering system which means that there are only 2 numbers available to the computer, 0 and 1. When a computer scientist needs a logarithm, he/she needs a log to base 2 which is not on any calculator. To find the log of a number to any base, we can use a conversion formula as shown here:

Using this formula, find .
Answer: