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
sasho [114]
2 years ago
9

(c). Under a set of controlled laboratory conditions, the size of the population P of a certain bacteria culture at time t (in s

econds) is given by the function P(t)= 3t² +3e' +10, t≥0.
(1) What is the size of the population after 1 minute?

(ii) Find the average rate of change of P at t = 2 and t = 6?

(iii) How fast is the size of the population changing after 1 minute?

[Verify your answer by MATHEMATICA and attach the printout of the commands and output

Mathematics
1 answer:
Bezzdna [24]2 years ago
5 0

(i) Since P(t) gives the population of the culture after t seconds, the population after 1 second is

P(1) = 3•1² + 3e¹ + 10 = 13 + 3e ≈ 21.155

In Mathematica, it's convenient to define a function:

P[t_] := 3t^2 + 3E^t + 10

(E is case-sensitive and must be capitalized. Alternatively, you could use Exp[t]. You can also specify that the argument t must be non-negative by entering a condition via P[t_ ;/ t >= 0], but that's not necessary.)

Then just evaluate P[1], or N[P[1]] or N <at symbol> P[1] or P[1] // N to get a numerical result.

(ii) The average rate of change of P(t) over an interval [a, b} is

(P(b) - P(a))/(b - a)

Then the ARoC between t = 2 and t = 6 is

(P(6) - P(2))/(6 - 2) ≈ 321.030

In M,

(P[6] - P[2])/(6 - 2)

and you can also include N just as before.

(iii) You want the instantaneous rate of change of P when t = 60 (since 1 minute = 60 seconds). Differentiate P :

P'(t) = 6t + 3e^t

Evaluate the derivative at t = 60 :

P'(60) = 6•60 + 3e⁶⁰ = 360 + 3e⁶⁰

The approximate value is quite large, so I'll just leave its exact value.

In M, the quickest way would be P'[60], or you can differentiate and replace (via ReplaceAll or /.) t with 60 as in D[P[t], t] /. t -> 60.

You might be interested in
Hey! I’m struggling and need help! Thank you!
Charra [1.4K]

Answer:

That would be obtuse

Step-by-step explanation:

Those are all more than 90 degrees!

4 0
2 years ago
A flower bed has the shape of a rectangle 7 yards long and 4 yards wide. what is its area in square feet
charle [14.2K]
<span>In order to find the area of a rectangle, the width must be multiplied by the length. Since we know the length is 7 yards and the width is 4 yards, we can simply multiply these two values together. 4yd x 7yd= 28yds^2.</span>
5 0
3 years ago
The length of a rectangle is 5 Inches more than its width, x. The area of a rectangle can be represented by the equation
Paul [167]

Answer:

Factor:

x^2+5x-300=0

(x-15)(x+20)=0

x=15 is the width

x+5=20 is the length

Step-by-step explanation:

4 0
3 years ago
Factor 4x12−25y6<br><br> .<br><br> Enter your answer in the box.
Rainbow [258]
I got 256 as the answer
6 0
3 years ago
The Smith family is shopping for a new car and they are basing their decision on color and style. Explain how many color choices
soldi70 [24.7K]

Answer:

The colors you can choose are Red Orange Yellow Green Blue Purple Pink Black White Grey Brown so there are 11 colors to choose from. But i think the 8 colors you can choose are Red Green Blue Black Grey White Brown and Yellow so im sorry if it doesn't help because these are the 8 colors i see the most

Step-by-step explanation:

6 0
2 years ago
Read 3 more answers
Other questions:
  • A shirt originally cost $42.54, but it is on sale for $29.78. What is the percentage decrease of the price of the shirt? If nece
    8·1 answer
  • The Pumpkin Patch is open every day. If it sells 2,750 pounds of pumpkins each day, about how many pounds does it sell in 7 days
    11·2 answers
  • Identify the slop and the y-intercept of each line. Having trouble calculating the slop so I was wondering what I did wrong if I
    10·1 answer
  • Solve attachment EASY POINTS
    12·2 answers
  • How do I solve this question?
    8·2 answers
  • Whats is 7^2 +5^3=6^2+ ? ^
    14·1 answer
  • There is a stack of 10 cards, each given a different number from 1 to 10. Suppose we select a card randomly from the stack, repl
    14·1 answer
  • Solve the following equation for x. Express your answer in the simplest form.
    5·1 answer
  • Help please! Will give brainliest!!
    10·2 answers
  • [THESE ARE NOT THE RIGHT ANSWERS I JUST GUESSED]
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!