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
I need help with this. I don’t understand how to do this
Stolb23 [73]

Answer:

Read below ( Equal Square roots and non equal square roots)

Step-by-step explanation:

Finding square roots of of numbers that aren't perfect squares without a calculator.

Example: Calculate the square root of 10 ( ) to 2 decimal places.

Find the two perfect square numbers it lies between.

Divide 10 by 3. ...

Average 3.33 and 3. ( ...

Repeat step 2: 10/3.1667 = 3.1579.

A square root of a number is a value that, when multiplied by itself, gives the number. Example: 4 × 4 = 16, so a square root of 16 is 4. ... The symbol is √ which always means the positive square root.

If you still need help, I recommend you search this up.

Understanding square roots (video)

<h2>Good Luck</h2>
7 0
3 years ago
Hector puts together two tables to make a long table for a class picnic.
lys-0071 [83]

Answer: 14 feet 4 inches

Step-by-step explanation:

Given: The length of the first table = 7 feet 7 inches

The length of the second table = 6 feet 9 inches

The total length of two tables = 7 feet 7 inches + 6 feet 9 inches

= (7+6) feet (7+9) inches

=13 feet 16 inches

Since 1 feet = 12 inches

The total length of two tables = 13 feet+ (12 inches +4 inches)

=13 feet +( 1 feet +4 inches)

= 14 feet 4 inches

Hence, the total length of the two tables =  14 feet 4 inches

7 0
3 years ago
Arne sells furniture. He is paid a salary by his store if $800 a month plus a commission on all sales. Last month his sales were
devlian [24]

I don’t know yet I’m solving it sorry

5 0
3 years ago
Using the numbers 8,6,4 and 2 write an expression that equals 4
vfiekz [6]
8-(6+2)+4 is how you use those numbers to equal 4
5 0
3 years ago
Read 2 more answers
Politics Post has published a total of 15 articles this month. If 12 of the articles are about candidates for an upcoming electi
vitfil [10]

Answer:

80%

Step-by-step explanation:

12÷15= .8

.8=80%

..............

7 0
3 years ago
Other questions:
  • Notebooks cost $1.20 each. This weekend they will be $.80 What percentage is the sale?
    15·2 answers
  • If y equals -6 when x equals 9 find X when y equals -3
    5·2 answers
  • Trent has some yellow, red, green, and blue cubes. Exactly 1/5 of the cubes are yellow and 1/6 of the cubes are green. Which of
    15·2 answers
  • Find the volume of the region bounded above by the paraboloid z equals 3 x squared plus 4 y squared and below by the square r: m
    5·1 answer
  • How many 1/2s are in 2
    8·1 answer
  • Which correctly describes a cross section of the square pyramid? Select three options. A square pyramid with 2 foot sides. A cro
    5·2 answers
  • Mr. Hodges wants to build a fence around his entire rectangular garden.What is the total distance around the garden/
    10·1 answer
  • A ball is shot from a cannon into the air. The equation that's gives the height (h) of the ball of any time (t) is: h(t)= -16t^2
    15·1 answer
  • HELP PLEASE SELECT 5 ANSWER I WILL MARK AS BRAINLEST‼️‼️‼️‼️‼️
    8·1 answer
  • Please Solve and make a table ( you may decide what the topic is and the value is.Algebra I)
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!