What does p stands for and how do i use induction to solve it?

The name of the pictureThe name of the pictureThe name of the pictureClash 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







share|cite|improve this question















  • 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














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







share|cite|improve this question















  • 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












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







share|cite|improve this question











$$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









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









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












  • 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















active

oldest

votes











Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Comments

Popular posts from this blog

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?

What is the equation of a 3D cone with generalised tilt?