What does p stands for and how do i use induction to solve it?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
$$sum_k=1^n k(k+1)(k+2)...(k+p-1)= fracn(n+1)(n+2)...(n+p) p+1 $$
Hi, can someone explain what does p means in the equation?
I know I have to substitute 1 as a base case, but I don't know where, and I also know I also have to substitute n+1 for the induction part, but I don't know how? thanks
induction recursion
 |Â
show 5 more comments
up vote
0
down vote
favorite
$$sum_k=1^n k(k+1)(k+2)...(k+p-1)= fracn(n+1)(n+2)...(n+p) p+1 $$
Hi, can someone explain what does p means in the equation?
I know I have to substitute 1 as a base case, but I don't know where, and I also know I also have to substitute n+1 for the induction part, but I don't know how? thanks
induction recursion
2
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
1
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
2
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18
 |Â
show 5 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
$$sum_k=1^n k(k+1)(k+2)...(k+p-1)= fracn(n+1)(n+2)...(n+p) p+1 $$
Hi, can someone explain what does p means in the equation?
I know I have to substitute 1 as a base case, but I don't know where, and I also know I also have to substitute n+1 for the induction part, but I don't know how? thanks
induction recursion
$$sum_k=1^n k(k+1)(k+2)...(k+p-1)= fracn(n+1)(n+2)...(n+p) p+1 $$
Hi, can someone explain what does p means in the equation?
I know I have to substitute 1 as a base case, but I don't know where, and I also know I also have to substitute n+1 for the induction part, but I don't know how? thanks
induction recursion
asked Jul 18 at 15:47
stevie lol
306
306
2
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
1
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
2
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18
 |Â
show 5 more comments
2
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
1
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
2
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18
2
2
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
1
1
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
2
2
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18
 |Â
show 5 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2855710%2fwhat-does-p-stands-for-and-how-do-i-use-induction-to-solve-it%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
$p$ is just an arbitrary positive integer.
â Lord Shark the Unknown
Jul 18 at 15:49
By the looks of it, $p$ is an arbitrary natural number.
â Clive Newstead
Jul 18 at 15:49
I would assume it is an arbitrary, yet constant, natural numbers, so that $k(k+1)....(k+ p -1)$ is the product of $p$ consecutive number. So the sum is $1*2*...*p + 2*3*4*....*(p+1) + 3*4*5*.....*(p+3)+ ...... + n*(n+1)....(n+p-1)$.
â fleablood
Jul 18 at 15:53
1
I think you need to do induction on $n$, and $p$ is just an arbitrary number, which can be anything. So just leave it as $p$. Unless you're finding that difficult, in which case, you could try proving by induction on $n$ for fixed $p$ to see what's going on, before you attempt a proof for arbitrary $p$.
â Antinous
Jul 18 at 15:54
2
okay factorials. $sum_i=1^n frac (n+ p-1)!(n-1)! = frac (n+p)!(n-1)!(p+1)$ is what needs to be proven. So $sum_i=1^n+1 frac (n+ p-1)!(n-1)! = [sum_i=1^n frac (n+ p-1)!(n-1)!] + frac (n+p)!n! = frac (n+p)!(n-1)!(p+1) + frac (n+p)!n!=frac (n+p)!(n-1)!(p+1)*frac nn + frac (n+p)!n!frac p+1p+1 = frac (n+p)!n!(p+1)[n + (p+1)] = frac (n+p+1)!n!(p+1)$. That's it.
â fleablood
Jul 21 at 19:18