1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Sergio039 [100]
3 years ago
8

A store had 100 t-shirts. each month, 30% of the t-shirts were sold and 25 new t-shirts arrived in shipments. which recursive fu

nction best represents the number of t-shirts in the store, given that f(0) = 100? (1 point) f(n) = f(n − 1) ⋅ 0.3 + 25, n > 0 f(n) = 100 − f(n − 1) ⋅ 0.3 + 25, n > 0 f(n) = f(n − 1) ⋅ 0.7 + 25, n > 0 f(n) = 100 − f(n − 1) ⋅ 0.7 + 25, n > 0
Mathematics
2 answers:
slamgirl [31]3 years ago
6 0
F(n) = f(n â’ 1) â‹… 0.7 + 25, n > 0  
Well, let's create a recursive function and see what option best matches it. Since our initial inventory is 100, we'll define f(0) as 100. 
For month n, we sell 30% of the t-shirts. So we have f(n-1)*(1-0.3) = f(n-1)*0.7 
And we get 25 more shirts. So f(n-1)*0.7 + 25 
Therefore the function is 
f(n) = f(n-1)*0.7 + 25, n>0  
Which matches the 3rd option given. 
The key thing to remember is if we sell 30% each month, that means that we retain 100% - 30% = 70% each month.
ser-zykov [4K]3 years ago
6 0

A store had 100 t-shirts. each month, 30% of the t-shirts were sold and 25 new t-shirts arrived in shipments. which recursive function best represents the number of t-shirts in the store, given that f(0) = 100?

Answer:

f(n) = f(n − 1) ⋅ 0.7 + 25, n > 0

You might be interested in
Which of the following BEST describes how to use the addition property of equality to isolate the variable y
Alexandra [31]

Answer:  C) add 12 to both sides

Reason:

We add 12 to the left side to undo the -12, which will get y by itself.

We must do the same thing to both sides to keep things balanced.

5 0
2 years ago
Is this right? I chose 15.
daser333 [38]

Answer:

Correct, it is 15

Step-by-step explanation:

Because 3 turns into 9, you also want to multiply the other by 3, so you’d do 5x3 to get 15

7 0
3 years ago
Read 2 more answers
Solve the following system of equations algebraically:<br> y = 3x2 – 12x + 16<br> y = -x + 6
FrozenT [24]

Answer:

x=2

y=4

Step-by-step explanation:

Explanation is in picture

8 0
3 years ago
Krystal puts three pencils in order from longest to shortest. What is a fast way to order the same pencil from shortest to longe
mart [117]
By flipping the order

7 0
3 years ago
The quotient of 6 divided by the difference of m minus 3<br>A.15<br>B.2<br>C.3<br>D.21<br>E.42​
anzhelika [568]
A i hope this helps!!
6 0
2 years ago
Other questions:
  • Macy has a new beaded necklace. 26% of the 50 beads on her necklace are blue. How many
    11·1 answer
  • Which statement is true about the graphs of the two lines y = -5/4x + 2 and y =-5/4 x-1/2 ?
    9·1 answer
  • Which polygons are congruent?  Choose all answers that are correct :D
    10·2 answers
  • Check that 2b+b and 3b have the same value when b is 1,2, and 3. Do 2b+b and 3b have the same value for all values of b? Explain
    15·1 answer
  • At what angle does a diffraction grating produce a second-order maximum for light having a first-order maximum at 20.0 degrees?
    9·1 answer
  • write the equation of the line that passes through the points (1,6) and (9,-8). put your answer in fully reduced slope form, unl
    11·1 answer
  • Answer quickly please &lt;3
    7·1 answer
  • Help me answer this question
    13·1 answer
  • Whats 1+1+1+1+1 ÷ 3×2
    13·1 answer
  • Help algebra 2 please
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!