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 can be used to find the volume?
mina [271]

Answer:

third and fourth option

Step-by-step explanation:

volume of rectangular prism = length*width*height

=7.5 * 2 * 4.2

= 63 cm^3

6 0
2 years ago
Read 2 more answers
In a race, Andrew ran 4 minutes less than 4 times as many minutes as Chris ran. Write an expression to represent the number of m
Aleksandr [31]

Answer:

4y - 4

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
Halp me pls..<br> !!!!<br><br><br> :D I will be happy
pochemuha
The probability of multiple events happening is found by multiplying the probabilities of each event together.

P_{d+even\ number}=P_{d}*P_{even}\\\\P_{d}=\frac{number\ of\ events}{total\ number\ of\ events}=\frac{(d)}{a,\ b,\ c,\ d,\ e)}=\frac{1}{5}\\\\P_{even}=\frac{number\ of\ events}{total\ number\ of\ events}=\frac{(2,\ 4,\ 6)}{(1,\ 2,\ 3,\ 4,\ 5,\ 6)}=\frac{3}{6}=\frac{1}{2}\\\\\frac{1}{5}*\frac{1}{2}=\boxed{\frac{1}{10}}

So yes, 1/10 is the answer :)
5 0
3 years ago
Please someone help me to prove this. ​
morpeh [17]

Answer:  see proof below

<u>Step-by-step explanation:</u>

Use the Double Angle Identity: sin 2Ф = 2sinФ · cosФ

Use the Sum/Difference Identities:

sin(α + β) = sinα · cosβ + cosα · sinβ

cos(α - β) = cosα · cosβ + sinα · sinβ

Use the Unit circle to evaluate: sin45 = cos45 = √2/2

Use the Double Angle Identities:   sin2Ф = 2sinФ · cosФ

Use the Pythagorean Identity: cos²Ф + sin²Ф = 1

<u />

<u>Proof LHS → RHS</u>

LHS:                                  2sin(45 + 2A) · cos(45 - 2A)

Sum/Difference: 2 (sin45·cos2A + cos45·sin2A) (cos45·cos2A + sin45·sin2A)

Unit Circle:    2[(√2/2)cos2A + (√2/2)sin2A][(√2/2)cos2A +(√2/2)·sin2A)]  

Expand:        2[(1/2)cos²2A  + cos2A·sin2A + (1/2)sin²2A]

Distribute:              cos²2A   + 2cos2A·sin2A + sin²2A  

Pythagorean Identity:    1 + 2cos2A·sin2A

Double Angle:                1 + sin4A

LHS = RHS:  1 + sin4A = 1 + sin4A   \checkmark

6 0
2 years ago
A bag contains 3 red balls and 6 blue balls. 2 balls are selected at random. Find the probability of selecting 2 red balls.
Gala2k [10]

Answer: You have 1/3 possibility of grabbing 2 red balls.

Step-by-step explanation:

7 0
3 years ago
Other questions:
  • 1)a-19=3 2) y/7=10 3)5g=100 solve please
    10·1 answer
  • What is 18in to 4 ft in simplest form
    14·1 answer
  • Note: Figure is not drawn to scale.
    7·1 answer
  • What is the equation that can be used to find the number of dollars he paid per hour of labor
    5·1 answer
  • Find the domain for the rational function f(x)=x-1/x+3
    15·1 answer
  • Need help please answer
    5·1 answer
  • A family went to a baseball game. They parked the car in a parking lot which charged ​$10. The cost per ticket was ​$20. Write a
    13·1 answer
  • HELP PLZZZZZZZZZ! A cylindrical container has a diameter of 8 in. The height is 12 in. The container is 20% full with juice. Wha
    15·2 answers
  • An airplane is flying at an elevation of 5150 ft, directly above a straight highway. Two motorists are driving cars on the highw
    8·2 answers
  • Plz hurry 100 points
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!