PDA

View Full Version : Permutations


Poweranimals
Apr28-04, 06:48 PM
Say I have 5 computers. How many permutations are available?

matt grime
Apr28-04, 06:53 PM
Erm. that needs more information. permutations of what?

Poweranimals
Apr28-04, 06:54 PM
Five computers are to be wired in a linear network.

matt grime
Apr28-04, 06:57 PM
And? That doesn't answer the question.

Poweranimals
Apr28-04, 06:58 PM
permutations of the five computers

matt grime
Apr28-04, 07:02 PM
So you want to know how many ways there are to order five objects ? Well, that is very elementary, and it is 120, If you want to know more try reading about permutations and such and factorials.

Poweranimals
Apr28-04, 07:06 PM
Thanks. I guess the "linear" thing threw me off.

So would I be correct in assuming, that if I had twenty different programs, and could only access four of them at a time, that I would multiply 20 X 19 X 18 X 17; which equals 16,279,200 to find out many different ways I could arrange them?

If so, I think I got the hang of it.

matt grime
Apr28-04, 07:44 PM
half if not all of the point of my reply was that in saying you have a linear network does not mean the slightest thing to me mathematically. My answer has no bearing on whether or not they are linear or arranged in the shape of a quincunx.

Gokul43201
May6-04, 05:45 PM
I believe the linear part is probably useful to distinguish the arrangement from say, a 'tree network', where you may have to designate masters and slaves; or a circular network, where you would have only 24 arrangements. I'm sure 'linear' was meant in a homotopic sense.

matt grime
May6-04, 07:00 PM
as a tree and a straight line are homotopic, to a point, I don't think so.

Gokul43201
May6-04, 07:32 PM
Yeah, that's right. Okay, so that's not what I meant, but you get the idea. 'Linear' is like n-pentane, and 2,2 -dimethylpropane is a 'tree', while cyclopentane is a 'circle'.

ProfessorMan
Oct9-07, 10:34 AM
About the programs question (it may be alittle late now sorry) but you have to use a equation for combination. the equation is C(n,r)=n!/(n-r)!r!. If you not familiar with this the ! mean factorials. N represents total number of thing and in this case it would be 20 and r represents the restriction which would be 4.

You new equation will be C(20,4)=20!/(20-4)!4!

Go from there and if you need any help email me

HallsofIvy
Oct9-07, 11:34 AM
No, the OP specifically asked about permutations. He was correct that he needed to use 20!/(20-4)!= 20!/16!= 20(19)(18)(17). Dividing by 4! would count number of different ways without including permutations of the same 4 programs.

ProfessorMan
Oct10-07, 02:49 PM
It asked for Per. on the first Question but on the program Q. it wouldnt matter which program started with which one. It would just want tto find out how many different 4 combination could be used in the the process.

matt grime
Oct10-07, 04:30 PM
Well, that makes no sense, but since this is a THREE year old post I don't suppose it matters.

ProfessorMan
Oct10-07, 09:52 PM
Ya it doesnt matter but i had the Question on my test the other day and got it right so i thought i would share it. Its kinda hard to explain on the thread.

Shooting Star
Oct11-07, 04:14 AM
It asked for Per. on the first Question but on the program Q. it wouldnt matter which program started with which one. It would just want tto find out how many different 4 combination could be used in the the process.

You are quite correct. The two questions were different.

And giving the correct answer to a problem, however old it may be, is always good.