Find the best answers to your questions at Westonci.ca, where experts and enthusiasts provide accurate, reliable information. Our platform provides a seamless experience for finding reliable answers from a knowledgeable network of professionals. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.
Sagot :
f(4)=(4-1)+2*4=11...
This seems a bit too easy though, did you mean f(n)=f(n-1)+2n ? In this case :
f(1)=16
f(2)=16+2*2=20
f(3)=20+2*3=26
f(4)=26+2*4=34
This seems a bit too easy though, did you mean f(n)=f(n-1)+2n ? In this case :
f(1)=16
f(2)=16+2*2=20
f(3)=20+2*3=26
f(4)=26+2*4=34
f(1) = 16
f(n) = (n - 1) + 2n
f(4) = 64
f(4) = (4 - 1) + 2(4)
f(4) = 3 + 8
f(4) = 11
f(n) = (n - 1) + 2n
f(4) = 64
f(4) = (4 - 1) + 2(4)
f(4) = 3 + 8
f(4) = 11
Visit us again for up-to-date and reliable answers. We're always ready to assist you with your informational needs. We hope our answers were useful. Return anytime for more information and answers to any other questions you have. Thank you for visiting Westonci.ca. Stay informed by coming back for more detailed answers.