I am solving the third question
I don't have much time so it's a bit short try understanding it
We have to find the value of "f(x)" and "Q(x)"
Given:
f(n+2) = Q(n).f(n) + P(n).f(n+1)
[1! + 2! + ........+ n! + (n+1)! + (n+2)!]
=Q(n). [ 1! + 2! + ................+ n! ] + P(n). [ 1! + 2! + ........+ n! + (n+1)! ]
Now
(1! + 2! + ........+ n!) + [ (n+1)! + (n+2)! ]
=Q(n). [1! + 2! + ........+ n!] + P(n). (1! + 2! + ........+ n!) + P(n).(n+1)!
On solving we will get
P(n) + Q(n) = 1 ...................@ 1 equation
and then on substituting the value of Q(n) = 1 - P(n) in the equation we get
P(n) = n+3
Therefore
P(x) = x+3
For Q(x) substitute P(x) value in equation 1
We get
Q(x) = -(x+2)
plZ rate me for my efforts.
Cheers !!!!!!!!!!!!!!!!!!!!!!!!!!!!!