Ashley has 100 books that she wants to give away at the rate of n books per week. Write a recursive function that represents the number of books Ashley has at any time. The recursive function that gives the number of books Ashley has at any time is = , starting at

Respuesta :

100(divided) by x = (The number you would have to figure out.
100/x=...
Did you need the answer or did you need the eqaution

Answer: The recursive function that gives the number of books Ashley has at any time is [tex]100-nx[/tex] , starting at x=1.

Step-by-step explanation:

Given: Ashley has 100 books that she wants to give away at the rate of n books per week.

Let 'x' denotes the number of weeks .

The number of books Ashley gave after 'x' weeks will be :-

[tex]n\times x=nx[/tex]

The number of books Ashley has after 'x'  weeks will be :-

[tex]\text{Total number of books - Books she gave}\\\\=100-nx[/tex]

Hence, the recursive function that gives the number of books Ashley has at any time is [tex]100-nx[/tex] , starting at x=1.