Sneky-Bear
New member
- Joined
- Apr 18, 2022
- Messages
- 4
Last edited by a moderator:
Im sorry but im unsure on how to answer this. I know I can just count the possible paths but that would take a really long time. I know the 3x3 has 20 paths and I belive the 4x4 has 70 but further than that im unsure. I realised that n!*n+2 works for n=2 and n=3 but not for n=4. Anything else you could share that could help me? Much obliged!Consider a [imath]5\times 3[/imath]. How many ways can the string [imath]uuuuurrr[/imath] be rearranged?
Correct me if im wrong but for each possible path I need n right and n ups. Resulting in an nxn, but that didn't help me. But again, correct me if im missing something!How many "right" moves do you need? How many "up" moves do you need? Start there, and see if you can find a pattern.
In order to help most effectively, we need to know something about what you have learned, and what ideas you are able to apply. If this is for school, what topics have you recently covered?Im sorry but im unsure on how to answer this. I know I can just count the possible paths but that would take a really long time. I know the 3x3 has 20 paths and I belive the 4x4 has 70 but further than that im unsure. I realised that n!*n+2 works for n=2 and n=3 but not for n=4. Anything else you could share that could help me? Much obliged!
Correct me if im wrong but for each possible path I need n right and n ups. Resulting in an nxn, but that didn't help me. But again, correct me if im missing something!
There is an often used in counting theory courses. The word [imath]TENNESSEE[/imath] can be rearranged in [imath]\dfrac{9!}{(4!)(2!)(2!)}[/imath] ways.Im sorry but im unsure on how to answer this. I know I can just count the possible paths but that would take a really long time. I know the 3x3 has 20 paths and I belive the 4x4 has 70 but further than that im unsure. I realised that n!*n+2 works for n=2 and n=3 but not for n=4. Anything else you could share that could help me? Much obliged!
Hey, thanks for the reply! I am very new to this area of math, I am familiar with a little bit but im mainly trying to learn more, I have picked up the faculty yea. This is as mentioned before, over my skill level. The problem itself comes from my math teacher whom I asked for a really hard problem during Easter break but I have been unable to solve it during this time. Sadly I can not expect you guys to help me understand something that is way above my level as that may require alot of prior knowledge etc. This post was more of a hail marry to see if I missed something of simpler origin.In order to help most effectively, we need to know something about what you have learned, and what ideas you are able to apply. If this is for school, what topics have you recently covered?
Have you learned anything about combinations and permutations? That's the direction we've been going, but it sounds like you may not be familiar with that. Yet you do know about factorials, it seems.
Can you see that any path from lower left to upper right in an nxn square can be described by a set of 2n letters consisting of n U's and n R's? So the problem is equivalent to counting ways to rearrange UUURRR (for a 3x3 square) and the like.
Have you learned a way to count those? If not, do you know a way to count ways to choose 3 places to put U's in _ _ _ _ _ _?
If none of this works for you, then there are other ways. Let us know what you can do, and we can work with that.
Thanks for giving at least a little insight into where you are (though I still don't know your grade level or what details you have learned).Hey, thanks for the reply! I am very new to this area of math, I am familiar with a little bit but im mainly trying to learn more, I have picked up the faculty yea. This is as mentioned before, over my skill level. The problem itself comes from my math teacher whom I asked for a really hard problem during Easter break but I have been unable to solve it during this time. Sadly I can not expect you guys to help me understand something that is way above my level as that may require alot of prior knowledge etc. This post was more of a hail marry to see if I missed something of simpler origin.
Thank you very much- this helped alot! My answer to my problem is now: (2n)!/(n!^2) which works for all n's I have tried. I cant claim to fully understand it- for example im unsure as to why you add the n's togheter for the top but I do think I understand why you devide as you do: to remove solutions that are identical, most obvious in word form. I cubical form its a little less unclear but I understand it as you remove the sulotions where you break the rules of the problem i.e go the wrong way (backwards or down). Please correct me if im wrong! Best regards,There is an often used in counting theory courses. The word [imath]TENNESSEE[/imath] can be rearranged in [imath]\dfrac{9!}{(4!)(2!)(2!)}[/imath] ways.
Why divide by anything? Well if it were [imath]T_1E_1N_1N_2E_2S_1S_2E_3E_4[/imath] the subscripts make all nine letters distinct so we can rearrange them in [imath]9![/imath] ways. But no there are several identical letters: four e's, two each of s' & n's. So we divide.
Using the same idea the [imath]UUURRRRR[/imath] can be rearranged in [imath]\dfrac{8!}{(3!)(5!)}=56[/imath] ways.
The tells us that in a [imath]3\times 5[/imath] grid there are fifty-six paths moving five to the Right and three Up.