StepWorking
01Given
Given ratio: 2n+1Pn−1:2n−1Pn=11:21, where n∈N.
02Goal
Determine the value of n and then compute the target expression n2+n+15.
03Approach
Express the permutation terms using the factorial formula nPr=(n−r)!n!, simplify the factorials by canceling common factors, solve the resulting quadratic equation for positive integer n, and substitute into n2+n+15.
04Execute
Apply the definition nPr=(n−r)!n!:
2n+1Pn−1=((2n+1)−(n−1))!(2n+1)!=(n+2)!(2n+1)!
2n−1Pn=((2n−1)−n)!(2n−1)!=(n−1)!(2n−1)!
Set up the ratio:
(n+2)!(2n+1)!×(2n−1)!(n−1)!=2111
05Execute
Expand factorials to cancel identical factors:
(n+2)(n+1)n(n−1)!(2n+1)(2n)(2n−1)!×(2n−1)!(n−1)!=2111
(n+2)(n+1)n(2n+1)(2n)=2111
Since n>0, cancel n:
(n+2)(n+1)2(2n+1)=2111
n2+3n+24n+2=2111
06Execute
Cross-multiply and form the quadratic equation:
21(4n+2)=11(n2+3n+2)
84n+42=11n2+33n+22
11n2−51n−20=0
Factor the quadratic equation:
11n2−55n+4n−20=0
11n(n−5)+4(n−5)=0
(11n+4)(n−5)=0
Since n must be a positive integer, n=5.
07Execute
Evaluate n2+n+15 at n=5:
n2+n+15=52+5+15=25+5+15=45.
✓Verify
Substitute n=5 into the original ratio: 11P4/9P5=9×8×7×6×511×10×9×8=151207920=2111. The ratio matches identically.