\( \definecolor{colordef}{RGB}{249,49,84} \definecolor{colorprop}{RGB}{18,102,241} \)
Let \(u_n\) be the number of steps I walk on day \(n\). On day 0, I walk \(u_0=1000\) steps. Each day, I walk 500 more steps than the previous day.
Part A: Define the Sequence Recursively
  • The initial term is \(u_0 =\)
    .
  • The recursive rule is \(u_{n+1} = u_n +\)
    .
Part B: Calculate the Number of Steps for the Next Five Days
  • \(u_1 =\)
    steps
  • \(u_2 =\)
    steps
  • \(u_3 =\)
    steps
  • \(u_4 =\)
    steps
  • \(u_5 =\)
    steps