You are not logged in.
Pages: 1
There are two situations I want to express as a function and make a graph.
The assignment is about viruses that spread.
Country A) Here, the number of infected increases with the number of days in the epidemic multiplied by itself.
Country B) Here we see that the number of infected people doubles every day.
If someone can help, thank you
I wonder what the number of infected people (y) is supposed to be on the first day (x=1).
Is it y=1 for x=1?
Last edited by KerimF (2024-03-05 09:29:50)
Every living thing has no choice but to execute its pre-programmed instructions embedded in it (known as instincts).
But only a human may have the freedom and ability to oppose his natural robotic nature.
But, by opposing it, such a human becomes no more of this world.
Offline
Im not sure what you mean for A.
For B do doubles:
x=0,y=0
x=1,y=2
x=2,y=4
That's 3 pts
You can find strait line equation
Offline
Part A of this question is poorly worded. I trying to make sense of the directions.
Offline
hi Guest123
Welcome to the forum.
Country A) Here, the number of infected increases with the number of days in the epidemic multiplied by itself.
I'll assume that the number at the start is A, and use d for the number of days.
Multiply by itself: I think this means d squared so we have the formula
This graph starts at d = 1. If you want it to start at day 0 then change the formula to
The graph for this is a quadratic.
Country B) Here we see that the number of infected people doubles every day.
At the start I'll again say A people infected on day 0. Next day (d=1) 2A. Next day (d=2) 4A. Next day (d=3) 8A.
That results in the formula:
The graph for this is exponential.
https://www.mathsisfun.com/data/function-grapher.php
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Pages: 1