Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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