Say I have 5 computers. How many permutations are available?

Poweranimals
Messages
68
Reaction score
0
Say I have 5 computers. How many permutations are available?
 
Physics news on Phys.org
Erm. that needs more information. permutations of what?
 
Five computers are to be wired in a linear network.
 
And? That doesn't answer the question.
 
permutations of the five computers
 
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.
 
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.
 
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.
 
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.
 
  • #10
as a tree and a straight line are homotopic, to a point, I don't think so.
 
  • #11
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'.
 
  • #12
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
 
  • #13
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.
 
  • #14
It asked for Per. on the first Question but on the program Q. it wouldn't 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.
 
  • #15
Well, that makes no sense, but since this is a THREE year old post I don't suppose it matters.
 
  • #16
Ya it doesn't 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.
 
  • #17
ProfessorMan said:
It asked for Per. on the first Question but on the program Q. it wouldn't 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.
 
Back
Top