Click here to Skip to main content
15,881,859 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
1)k precedes 2k in a

2)if k precedes 2k then 2k+1 precedes k in a

3)2k precedes 2k−1 in a

What I have tried:

I think the answer is number 1
Posted
Comments
Richard MacCutchan 12-Jun-21 12:36pm    
I think there is some information missing; e.g. what is a and what are the criteria for a's contents?
[no name] 13-Jun-21 1:21am    
I though it was "in a ___"; and you had to guess the word. :0p
Maciej Los 17-Jun-21 2:39am    
If...
k = 2
Then
2k = 4
Then
2k + 1 = 5
Then
2k - 1 = 3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900