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
For the function shown below, find f(2): f(x)=2x^4-8x^2+5x-7
Vikentia [17]

Answer:

F(2)=3

Step-by-step explanation:

4 0
3 years ago
Can someone please help me as soon as possible​
Eduardwww [97]

Answer:

OOH, wooks wike wittle karen needs some help to cheat? awhh, what happened? are you done accusing other people of cheating and now you need to have a go at it??

Step-by-step explanation:

8 0
3 years ago
Geometric Probability
KiRa [710]

Answer:

Step-by-step explanation:

1) P= Area of Circle/ Area of large rectangle

Area of the circle = pi·r² = pi·2²=4 pi ft.²

Area of large rectangle=  l·w -12·10 =120 ft.²

P = 4pi/120 rewrite 120 as 4·30

P= 4 pi/4*30 = pi/30 = 3.14/40 ≈ .1047 ≈10% (because .1047·100 =10.47≅10)

2) P = Area of smaller rectangle/ Area of large rectangle

Area of smaller rectangle = l·w = 2·4 =8 ft.²

Area of large rectangle=l·w = 12·10=120 ft²

P= 8/120 ≅ .0666≅ 7% (because .0666·100 =6.66≅7)

3) P= Not the circle or smaller rectangle/ Area of large rectangle

Not the circle or smaller rectangle area

= Area of large rectangle - Area of circle -Area of smaller rectangle

= 120 -4·pi -8 = 120 - (4· 3.14) -8 = 99.4362939 ft²

Area of large rectangle = l·w = 12·10 =120 ft²

P = 99.4362939 /120 ≅ .8286 ≅83% (because .8286·100 =82.86≅83)

7 0
3 years ago
I really need help with #15
Amiraneli [1.4K]
It is a 25% increase.
3 0
3 years ago
Read 2 more answers
Plz help me by answering these circled questions<br>in steps plz
igor_vitrenko [27]

a- is -28 and i’m working out the rest for you now

3 0
3 years ago
Other questions:
  • 99/101 as a repeating decimal using bar notation to indicate the repeating digits
    14·1 answer
  • Is 5000 cm bigger than 5 m
    7·1 answer
  • Can u Solve 8x – 3 = -2
    5·1 answer
  • Write the following out digits: seventy three thousand, seven hundred eighty nine
    11·1 answer
  • Help! Look at the photo provided!
    11·1 answer
  • Which of the 3 is the answer?​
    9·2 answers
  • I NEED HELP ASAP ILL GIVE 14 POINTS​
    5·2 answers
  • How do you determine the quadratic equation having roots that are real numbers and equal​
    5·1 answer
  • I need The rate of change
    6·1 answer
  • If you have 100 feet of fencing and want to enclose a rectangular area up against a long, straight wall, what is the largest are
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!