<u>Answer:</u>
The chance that any single department is chosen for auditing in a given week is 0.04%
<u>Explanation:</u>
Given that a department within an agency is randomly chosen per week for auditing and we are given total number of departments are 25 departments of which 1 is to be chosen.
Now chance of any single department to be chosen in any particular week will be given by 1 dividing by total no. of departments
which is equal to 1/25
1/25 = 0.04%
which is the chance of percentage of choosing a department
Answer:
-24+12(d-3)+22=-24+34(d-3)
10(d-3)
10d=-30
d=-30/10
d=3
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
<h3>How to generate values from a recursive function</h3>
In this question we have a kind of <em>recursive</em> function known as Fibonacci's function, where a value of the series is generated from at least <em>immediately previous</em> elements. In this case, we need to find the <em>first</em> three elements from the <em>fifth</em> and <em>fourth</em> elements of the series:

a₄ = a₅ - a₆ + 4
a₄ = - 2 - 0 + 4
a₄ = 2
a₃ = a₄ - a₅ + 4
a₃ = 2 - (- 2) + 4
a₃ = 8
a₂ = a₃ - a₄ + 4
a₂ = 8 - 2 + 4
a₂ = 10
a₁ = a₂ - a₃ + 4
a₁ = 10 - 8 + 4
a₁ = 6
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
To learn more on recursive series: brainly.com/question/8972906
#SPJ1
Answer:
4
Step-by-step explanation: