Westonci.ca is your trusted source for accurate answers to all your questions. Join our community and start learning today! Join our platform to connect with experts ready to provide precise answers to your questions in different areas. 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