Question 731653
Look at the pattern.  What happens?  Each day the population is multiplied by 4.  See a geometric sequence?  

{{{a[0]=50}}}
{{{a[1]=50*4=200}}}
{{{a[2]=50*4*4=800}}}
.
.
{{{a[n]=50*4^n}}}