So this is my question
M={1,3,5,7,9}
What does the 50th combination of M look like
Please tell me how to solve this and how to get to the answer
For someone to answer this, you would have to post all 49 other combinations, then we here can deduce your issue
Has your teacher talked to you about "Arithmetic progression?" This is what that is:
1, 3, 5, 7, 9.........etc
a(n) = F + (N - 1) x D, where F=first term, N=number of term, D=common difference.
a(50) = 1 + (50 - 1) x 2
a(50)= 99 This is the 50th term.