Answer:
Each child would get $8.00.
Step-by-step explanation:
An equation to represent this would be:
40/5
When you divide 40 by 5, you get 8 which results in the children each getting $8.00
Answer:
I tried everything and either I'm doing it wrong or you wrote this wrong
Step-by-step explanation:
“Jesse bought 10 more pencils than erasers” means P = 10 + E
“A pencil costs $0.15” means that $0.15*P was spent on pencils
“an eraser costs $.22” means that $0.22*E was spent on erasers
“He paid a total of $4.46” means that $0.15*P + $0.22*E = $4.46
15*(10+E) + 22*E = 446
150 + 37E = 446
37E = 296
E = 8 Jesse bought 8 erasers
f(n) is the nth term
Each term f(n) is found by adding the terms just prior to the nth term. Those two terms added are f(n-1) and f(n-2)
The term just before nth term is f(n-1)
The term just before the (n-1)st term is f(n-2)
----------------
For example, let's say n = 3 indicating the 3rd term
n-1 = 3-1 = 2
n-2 = 3-2 = 1
So f(n) = f(n-1) + f(n-2) turns into f(3) = f(2) + f(1). We find the third term by adding the two terms just before it.
f3) = third term
f(2) = second term
f(1) = first term
Considering that each input is related to only one output, the correct option regarding whether the relation is a function is:
A. yes.
<h3>When does a relation represent a function?</h3>
A relation represents a function when each value of the input is mapped to only one value of the output.
For this problem, we have that:
- The output is an activity.
There are no repeated inputs, hence the relation is a function and option A is correct.
More can be learned about relations and functions at brainly.com/question/12463448
#SPJ1