Answer:
1/9.
Step-by-step explanation:
There is a total of 15 cards in the stack.
Prob( Queen is chosen) = 5/15 = 1/3.
The probability of a second queen being chosen is also 1/3
Required probability = 1/3 * 1/3 = 1/9.
2x=y where 2 is dollars per tomatoe, x is amount of pounds of tomatoes, and y is amount of money spent in total. say you got 3 pounds of tomatoes; the equation would be 2(3)=y. y=6. Hope I helped!
The inequality that represents the domain of the function is
<h3>How to determine the domain?</h3>
The function is given as:
Set the radicand greater than or equal to 0
Multiply through by 2
x - 20 ≥ 0
Add 20 to both sides
x ≥ 20
Hence, the domain of the function is x ≥ 20
Read more about domain at:
brainly.com/question/1770447
#SPJ1
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.