If you form list n, n-1, n-2... what will the kth number be?
If you form list n, n-1, n-2... what will the kth number be? If someone understands how to do this, can they please explain. Thanks
Public Comments
- n-(k-1)?
- n - k Suppose k = 3. This would make the kth term n-3.
Powered by Yahoo! Answers