Answer:
x = 2 because 5 times 2 = 10 and 10 - 2 = 8
Step-by-step explanation:
Answer:
56
Step-by-step explanation:
Answer:
D. 9990 possible combinations
Step-by-step explanation:
The first digit has 10 choices (can be all of them), the second digit also has 10 choices. The third and fourth digits also have 10 choices.
Multiply them together you get 10*10*10*10 = 10000 possible combinations.
But since all 4 characters cannot be the same, we subtract 10 from 10000 (there are 10 combinations which the 4 characters are the same: 1111, 2222, 3333, 4444, 5555, 6666, 7777, 8888, 9999, and 0000) and we get 9990.
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
5/4 = 75/g....cross multiply because this is a proportion
5g = 300
g = 300/5
g = 60
so in 2nd semester, there were 75 students in art class and 60 students in gym class....for a total of 135 students.
1st semester....ratio was 2:7...added = 9
art : 2/9(135) = 270/9 = 30 <=== art class had 30
gym: 7/9(135) = 945/9 = 105 <=== gym class had 105