When testing the "mods of 3 and 4", how did you get values ranging from 0 to 2? Were you adding, subtracting, dividing, multiplying?
@jephayy9 жыл бұрын
+Limbert Palomino He added the previous 3 outcomes and took the mod 3 or 4 of that sum
@someperson51375 жыл бұрын
Mod n means the remainder when a number is divided by n. So m mod 3 would always be a number from 0 to 3
@rome84323 жыл бұрын
@@someperson5137 0-2 you mean
@jharnamandal28556 жыл бұрын
Too nice. Can you make videos on the different strategies on how to approach a particular set of problems of similar type?
@prathikkannan3324 Жыл бұрын
AMC problem you can’t solve without knowledge of recursion seems kind of unfair.
@someperson51375 жыл бұрын
Dang, my solution was way too complicated. My recursion was S(n)=S(n-2)+2S(n-3)+3S(n-4)+2S(n-5)+S(n-6). Took me about an hour to figure it out. At least I got the right answer tho
@someperson51375 жыл бұрын
Lol, I checked my sequence against his and realized I was wrong
@tomyao78848 жыл бұрын
I think that the solution is brilliant, but I think it could be explained more clearly. I had to pause the video many times to figure out what you were trying to say. Or maybe it's just that i'm dumb. ^_^
@rajpanchal92268 жыл бұрын
looks like i'm dumb as well
@rajpanchal92268 жыл бұрын
or we both are new to these techniques.
@worldhello37368 жыл бұрын
Me too lol . I had to go back and forth to really understand it
@edmunds46356 жыл бұрын
Tom Yao me2 not really sure what the fuck happened
@mr.orca32516 жыл бұрын
that problem is just super hard, tbh I'm kinda glad that i looked it up since i would have spent at least another 5 months thinking about it
@barinderjassalsingh52108 жыл бұрын
I live in India and it's impossible to buy books by AOPS since they are very costly to me plz upload a link to download
@rishidesai97558 жыл бұрын
+Bainder jassal Singh Downloading is illegal. Amazon has the books for cheaper prices, second hand.
@polychats59907 жыл бұрын
I always get mixed up with the directions. I thought that for example, the sequence AAA would not work because it has three A's in a row. If this is assumed the answer is much more simple.