Hi why did you replace the a(n) by a(N) at 4:36 , wouldn't it have still been correct if we continued with a(n)?
@guilhermefranco2949 Жыл бұрын
It suffices to show that some term in the sequence is negative, which contradicts the assumption that they are at least zero for all indices. But if you chose any n > N, it would still work.
@KhloudAhmed-fc7lj3 ай бұрын
how should i come to the assumption and let e = |a|
@louiesaunders88533 жыл бұрын
Hey sir I have a question for a code question reckon you could help - For the first two digits use an odd number between 39 and 100, for the last two digits use a multiple of 10, repetition is allowed work out the total number of codes which can be made using the method
@mike_the_tutor11663 жыл бұрын
This is not a programming question, it's high-school combinatorics. The word between is ambiguous. Is 39 included? Ask yourself how many odd numbers are between 39 and 100 (including or excluding 39)? Then how many two-digit multiples of 10 are there? Finally, in how many ways could you pair elements of these two sets?