Nathan has 80 stamps in his collection. He adds 1 stamp to it today. Each day he plans to add twice the number of stamps as the previous day. If he keeps adding stamps at this rate for n days, which recursive function represents the number of stamps he has on any day in the future?

Answers

Answer 1
Answer:

The recursive function which represents the number of stamps he has on any day in the future is F(n) = 80 + 2ⁿ.

Given that:

Number of stamps that Nathan has in the beginning = 80

He adds 1 stamp to it today.

Each day he plans to add twice the number of stamps as the previous day.

So, the number of stamps will be in the order:

80 + 1, 80 + 2(1), 80 + 2(2(1)), 80 + 2(2(2(1))), ...

That is each day, the added stamps become twice.

On the first day, he added 1, on the second day, he added 2, on the third day, he added 4, ...

So, the recursive function can be written as:

F(n) = 80 + 2ⁿ, where n starts from 0.

Learn more about Recursive Functions here :

brainly.com/question/26993614

#SPJ2

Answer 2
Answer: 111
We start with 80 and we add 1 on the first day, 2 on the 2nd, 4 on the 3rd, etc.. Looking at the numbers being added 1   = 202   = 214   = 228   = 2316 = 24...We start with 80 and we add 2n to it where n represents the number of days into the iterationwith n starting at 0 The function that shows how many stamps we have on any given day is                 DS = 80 + ∑ 2n       Where D is the number of days we are into the iteration              n=0NOTE:  This starts at day 0 which would be S = 80 + 20 = 80 + 1 = 81 stamps Example:  To find how many stamps we have on D = 4  we would haveS =  80+20+21+22+23+24   =    80+1+2+4+ 8+16     = 111 stamps

Related Questions

Using the distributive property to find the product (y — 4)(y2 + 4y + 16) results in a polynomial of the form y3 + 4y2 + ay – 4y2 – ay – 64. What is the value of a in the polynomial?
If y is the principal square root of 5 what must be true?
Use synthetic division to check -4 is a root of the polynomial expression: x^4+2x^3-9x^2-2x+8=f(x)
If gas cost $3.00 per gallon, what factors will determine how much gas you purchase?
What does 678×25 equal​

The teacher separated her class of twenty -eight students into two groups. One group has 4 more than twice as many students as the other group. how many students are in each group?

Answers

The class has 28 student. One group has four more students so surat 4 from 28. 28-4=24 since one of the groups have twice as many students as the other divide 24 by 3. 24 / 3 = 8. It says 1 group has for more than twice the other group so that would mean 2/3 of 24 and 4 would be the answer 16+4=20. The first group had 8 students, the other group has 20 students.

Find the common ratio for the following sequence. 0.1, 0.01, 0.001, ... 1 0.1 0.01 0.001

Answers

Answer:

common ratio for the given sequence is 0.1

Step-by-step explanation:

Common ratio(r) defined as the ratio of term to the previous term.

Given the sequence:

0.1, 0.01, 0.001, ...

a_1 = 0.1

a_2 = 0.01

a_3 = 0.001 ......

by definition of common difference;

r = (a_2)/(a_1)=(a_3)/(a_2).....

Substitute the given values we have;

r = (0.01)/(0.1)=(0.001)/(0.01).....

Simplify:

r = 0.1

Therefore, the common ratio for the given sequence is 0.1

The common ratio is 0.10

0.1   x 0.1 = 0.01
0.01 x 0.1 = 0.001

common ratio is the ratio of a term to the previous term.

0.1 is the previous term of 0.01

common ratio = 0.01/0.1 = 0.10
common ratio = 0.001/0.01 = 0.10

Andy has two rectangular gardens. His smaller garden is 8 feet long and 4 feet wide. The larger garden is 12 feet long and six feet wide. Which statement correctly describes Andy gardens?a/The gardens are only congruent.
b. The gardens are similar and congruent.
c. The gardens are congruent, but not similar.
d. The gardens are similar, but not congruent.

Answers

The garden are similar, but not congruent option (D) is correct after applying the concept of similarity.

What is the congruent triangle?

Congruent triangles are those that are exactly the same size and shape. Congruent is represented by the symbol ≅ When the three sides and three angles of one triangle match the dimensions of the three sides and three angles of another triangle, they are said to be congruent.

It is given that:

Andy has two rectangular gardens. His smaller garden is 8 feet long and 4 feet wide.

The larger garden is 12 feet long and six feet wide.

As the corresponding dimensions are not same but have in equal ratio or proportions.

Thus, the garden are similar, but not congruent option (D) is correct after applying the concept of the similarity.

Learn more about the congruent triangle here:

brainly.com/question/12413243

#SPJ2


The garden are similar, but not congruent.

Bruce has a bottle that contains 60% of lemon juice and the rest water. The bottle has 1 liter of water.Part A: Write an equation in one variable that can be used to find the total number of liters of lemon juice and water in the bottle. Define the variable used in the equation. (5 points)

Answers

Given:
lemon juice = 60% in the bottle
water = 1 liter.

Since lemon juice is 60% and the rest is water. Water is 40% of the bottle.

1 liter of water is equivalent to 40% of the bottle.

1/40% = 2.50 liters amount of total liquid in the water.

2.50 x 60% = 1.5 liters of lemon juice.

0.6x + 0.4x = 2.5

There are 6 brown, 5 blue, and 2 orange marbles in a hat. What is the probability of picking two orange marbles in a row without returning the marbles back to the hat? (Write your answer as a fraction.)

Answers


You start out with (6 + 5 + 2) = 13 marbles in the hat.
You accidentally knock the hat off the table, they all roll out
onto the floor, and you have lost all of your marbles. 
You pick them up, put them back in the hat, put the hat back
on the table, and you still have 13 marbles in the hat.

The probability of pulling an orange marble without looking is

     (number of orange ones) / (total number of marbles) =  2/13 .

Now there are only 12 marbles left in the hat.  If the first draw
was successful, then there's only 1 orange marble left in there.
The probability of pulling that one without looking is

   (number of orange ones) / (total number of marbles) =  1/12 .

So the probability of BOTH events happening is

                ( 2/13 ) x ( 1/12 )  =  2/156  =  1/78 .    

That's the answer in fraction form, like the question wants it.

That fraction is roughly equal to  1.28 %  .  

Lets look at the information we have-

6 brown marbles
5 blue marbles 
2 orange marbles. 

Question:- 
What is the probability of picking two orange marbles in a row without returning the marbles back to the hat?
Solve:-

First add all the marbles:-

6 + 5 + 2 = 13

13 marbles in total. 

Now lets write the 1st probability:- 

2 orange
13 together
(2)/(13)

2nd probability:- 

13 - 1 = 12

1 orange (left)
12 total (without putting back)
(1)/(12)

Hope i helped ya!! xD

What are the solutions of the equation: z^2 - 12z + 36 = 0?  A. -6, 6
B. 6, 6
C. 6, -6
D. -6, -6

Answers

Factor by groups
(Z^2 -6z) (-6z+36)
GCF 1st binomial is z
GCF of 2nd binomial is -6
(z-6)(z-6)
Solutions
6,6