Respuesta :

If your task here is to write an expression for  "The product P of two consecutive natural numbers, the first of which is N,"

then you'd get P = N(N+1).  N and N+1 are consecutive natural numbers.