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!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top