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
If you start with 60% sunny days and after 200 days it decrease by 50%. How many days of the 200 were sunny days
qaws [65]
120 sunny days if there were 60% of em in 200 days
4 0
3 years ago
I need help again if I don't get this right then I'll have to do the lesson all over again and i'm already 10 lessons behind!
zhuklara [117]

Answer:

1/27 in ^3  

Step-by-step explanation:

where length - 1/3 inches

width - 1/3 inches

height - 1/3 inches

the formula to find volume is as follows

volume =

numerators should be multiplied by numerators and denominators by denominators

volume =

volume of the cube is 1/27 in.³

7 0
3 years ago
Read 2 more answers
6. Ashley bought 4 packages of juicek
olasank [31]
18

Explanation:
4x6=24
2x3=6
24-6=18

Hope this helps!:)
6 0
3 years ago
Report the following sentence He said to me,"He is a nice fellow." i said to him,"You look sad and tired." she said to me ,"You
ikadub [295]

Answer:

He told me that he was a nice fellow

I told him that he looked sad and tired

She told me that I was a clever person

She told them that they could pass their exams if they worked hard

Sabnam said that she had gone to the hospital the previous day

Shilpa said that she had been extremely nervous the previous week

Husaain said that they had gone to bed early the previous night

Rahul said that he had not taken a taxi home the previous night

4 0
3 years ago
Will someone help me work through this problem, please
Ainat [17]

Step-by-step explanation:

Radius (r) = 2 ft

V = 4/3 × 22/7 × (2)³

= 4/3 × 22/7 × 8

= 33.52 ft³

6 0
2 years ago
Other questions:
  • Stan is a running back on the local football team. During the last game, Stan carried the ball on back-to-back plays. The first
    5·2 answers
  • Alex buys six equally priced candy bars for $9:00 what is the unit rate? <br>​
    10·1 answer
  • Jacob’s age is two years more than the sum of the ages of his siblings Becky and Micah. Which equation represents Jacob’s age? A
    10·1 answer
  • The length of two sides of a triangle are 11 and 13, what are the possible lengths of the third side(show your work)
    8·2 answers
  • What is -2/3 + 6 1/8 pls hurry i need help ❤️
    6·1 answer
  • Plz answer it fast urgent
    13·1 answer
  • Th term of a seq uence is n(n-4) /n+3 Work out the sum of the 1st and 6th terms.
    10·1 answer
  • The perimeters of two similar triangles are 25 cm and 15 cm respectively. If one side of the first
    10·1 answer
  • Find the length of the third side. If necessary, round to the nearest tenth. 5 and 9
    6·2 answers
  • Where do the slope and y-intercept show up in the tables and graphs?
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!