Sequences -- Quickstart -- Answers

  1. 
    V(n) = n^3
    

  2. 
    A(n) = 1000 * 1.03^(n - 1)
    

  3. 
    p(n) = 27.00 + 3n
    

  4. 
    p(n) = 30 * 1.10^(n - 1)
    

  5. 
    A(1) = 1000.00
    A(n) = 1.03 * A(n - 1)
    

  6. 
    p(1) = 30.00
    p(n) = p(n - 1) + 3.00
    

  7. 
    p(1) = 30.00
    p(n) = 1.10 * p(n - 1)
    


Copyright c 1995 by PWS Publishing Company, a division of International Thomson Publishing Inc. Comments to Frank Wattenberg, Department of Mathematics, Carroll College, Helena, MT 59625.