answer.
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
posledela
2 years ago
10

Scientists released 10 birds into a new habitat in year 0. Each year, there were

Mathematics
2 answers:
Natali [406]2 years ago
8 0

Answer:

f(x) = 3^{x} + 10

Step-by-step explanation:

Year one would be 10 + 3

Year two would be (3*3)+10

year three would be (3*3*3)+10

Which easily simplifies into 3^{x} + 10.

IgorLugansk [536]2 years ago
8 0

Answer:

The function can be written in Matlab program to compute the current number of birds in the habitat after x number or years.

f(x)=3ˣ*10

Step-by-step explanation:

From the question, in year zero we have 10 birds. This number increased to 30 on the first year.

0    Year     3⁰*10 = 10   Birds

1st   Year    3¹*10 = 30   Birds

2nd Year    3²*10 = 90  Birds

3rd  Year    3³*10 = 270 Birds

4th  Year     3⁴*10 = 810 Birds

xth   Year    3ˣ*10 = Current number of Birds

f(x) = 3ˣ*10

See below the MatLab function to solve the problem

   function NumOfBirds=currentbirds(x);%function to compute current number of birds in x number of years

   prompt='enter number of years in digits:  ';% This prompt you to input the number of years

   x=input(prompt);

   NNOB=3^(x)*10;% This compute the new number of birds in the habitat

   b=['The current number of birds is:  ',num2str(NNOB)];

   disp(b)% this display the result of the computation

SEE BELOW RESULT OF THE FUNCTION WHEN TESTED

>> currentbirds

enter number of years in digits:  3

The current number of birds is:  270

>> currentbirds

enter number of years in digits:  5

The current number of birds is:  2430

>> currentbirds

enter number of years in digits:  4

The current number of birds is:  810

>> currentbirds

enter number of years in digits:  10

The current number of birds is:  590490

You might be interested in
290 pennies are equal to how many dimes
ExtremeBDS [4]
29 dimes
............
6 0
2 years ago
Read 2 more answers
norman purchased 3.5 lb of his favorite mixture of dried fruits to use in trail mix the total cost was $16.87 how much does the
Alex_Xolod [135]
To do this we will divide d amount of dollars by d amount of lbs.

Lets do it:-
 
16.87 ÷ 3.5 = 4.82
1 lb of trail mix is for $4.82
 
CHECK OUR WORK:-
 
4.82 × 3.5 = 16.87
We were RIGHT!!
 
So, 1 lb of trail mix costs $4.82.
 
Hope I helped ya!! xD
8 0
1 year ago
The velocity of an object in meters per second varies directly with time in seconds since the object was dropped, as represented
larisa86 [58]

Answer: 10.2

Step-by-step explanation:

3 0
1 year ago
Twenty-five more than 3 times the quantity of a number decreased by 9 is 43 find the number
VashaNatasha [74]


9

equation- 25+ 3x - 9= 43


3 0
1 year ago
Interpret the coefficient PayDay, 96.68. If you were part of the analytics team at Caesars, how would you explain this coefficie
taurus [48]

Answer:

Step-by-step explanation:

solution attached below

3 0
1 year ago
Other questions:
  • A florist has 8 roses and 24 daffodils.she wants to make as nany identical bouquets as possible, with the same combination of ro
    7·1 answer
  • Ted creates a box plot using 14, 13, 21, 10, 28, 30, and 35 as the data. Which of the following box plots shows the data accurat
    7·2 answers
  • Robin purchased 3 1⁄2 ounces of whole wheat cereal for $1.40. What is the cost per ounce
    5·2 answers
  • The length of a rectangle is 24 units. can the perimeter x of the rectangle be 60 units when its width y is 11 units? (1 point)
    15·2 answers
  • the points (0,1), (1,5), (2,25), (3,125) are on the graph of a function which equation represent that function
    15·1 answer
  • iven: C is a point on the perpendicular bisector, l, of AB. Prove: AC = BC Use the drop-down menus to complete the proof. By the
    6·2 answers
  • A game has 15 balls for each of the letters B, I, N, G, and O. The table shows the results of drawing balls 1,250 times.
    12·1 answer
  • Each day, X arrives at point A between 8:00 and 9:00 a.m., his times of arrival being uniformly distributed. Y arrives independe
    7·1 answer
  • A ladder 25 feet long is leaning against the wall of a building. Initially, the foot of the ladder is 7 feet from the wall. The
    9·1 answer
  • For what values (cases) of the variables the expression does not exist: a/2x−4 (That equation is a fraction)
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!