the answer is $3.88
Step-by-step explanation:
because the ice cream was $4.00 and they subtracted it by 12% which would be $4.00 minus .12 which would give you $3.88
Answer: 14
Step-by-step explanation:
Fraction that choose hip hop= 1/3
Fraction that choose rap = 1/5
Fraction that choose rock will be:
= 1 - (1/3 + 1/5)
= 1 - (5/15 + 3/15)
= 1 - 8/15
= 7/15
Number of students that choose rock will be:
= 7/15 × 30
= 7 × 2
= 14 students
We then multi
The break-even point is given when:

In another words, when the costs are equal to the revenue. If this happens, the profit will be equal to 0. From the graph, the profit is equal to 0 for 60,000 units.
Answer:
B
Answer:
slope is -3
Step-by-step explanation:
m is the slope, this may have been a trick question.
by the points given the slope is 1
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.