Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Connect with professionals on our platform to receive accurate answers to your questions quickly and efficiently. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Hey guys!
Does anyone know how to solve this?
c(1)=3, c(n)= −c(n−1)+1 for n≥2
I'll give you 25 pts!


Sagot :

The value of c from the given expression is -

Function and values

Given the following function

c(n)= −c(n−1)+1

Given the following parameters

c(1)=3

Substitute

3 = −c(3−1)+1

3 = -2c + 1

-2c = 3-1

-2c = 2

c = -1

Hence the value of c from the given expression is -1

Learn more on equation here: https://brainly.com/question/2972832

#SPJ1