Permutations of n taken r at a time

  • Thread starter Thread starter PiRsq
  • Start date Start date
  • Tags Tags
    Permutations Time
AI Thread Summary
To solve P(n,3)=210, the equation simplifies to n(n-1)(n-2)=210, which can be approached through trial and error or by estimating n around the cube root of 210. The cubic equation can be solved using a general formula, although higher-degree equations lack such solutions. For P(5,r)=20, it is determined that r must be less than 5, leading to the conclusion that P(5,2)=20. This highlights the importance of understanding permutations and the relationships between n and r in combinatorial problems. Overall, the discussion emphasizes trial-and-error methods and the application of mathematical formulas for solving permutation equations.
PiRsq
Messages
112
Reaction score
0
How can I solve these two problems?

P(n,3)=210 and P(5,r)=20

For the first one I got up to n(n-1)(n-2)=210 but I don't know how to solve a cubic equation...And the second one I have no clue. I'd appreciate some help, thanks
 
Physics news on Phys.org
Trial and error; there are very few possibilities. :smile:
 
Wow, its that simple? Is there any way to calculate an answer for a cubic equation?
 
There's a general formula for the cubic equation, and also for the quadric equation. On the contrary Abel showed there is no general formula to solve the quintic equation (or higher) and Galois showed why, inventing group theory in the process.
 
I see, thanks
 
You can "speed up" the trial-and-error process a little by noting that, since n, n-1, and n-2 are about the same, the problem is "close to" n3= 210. 53= 125 and 63= 216 so start trying with n-1= 6.
As for P(5,r)= 20, you know that r must be less than 5 so: P(5,0)= 1 (Of course, didn't really need to try that), P(5,1)= 5 (again "of course"), P(5,2)= 20!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top