Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.
You can formulate your own equations by analyzing the given problem and its statements. You can do some illustrations so you can understand it better. Introduce some variables and the rest is algebra. For example:
An orange costs $2 while a banana costs $1.5. How many oranges and bananas do you have to buy such that the total cost would equal to $20. You bought a total of 12 fruits.
First, you have to introduce variables. Let 'x' be the number of oranges and 'y' be the number of bananas. One equation you can get from here is knowing the amount of total cost: 2x + 1.5y = 20. Then, the other equation would be knowing the amount of fruits: x+y=12. You have two unknowns and two equations. Hence, you can solve the problem. Solving them simultaneously, you would get that x=4 and y=8.
Answer:
B
Step-by-step explanation:
Yuh
Answer:
God bless you too. hope your having a wonderful day.
a) The linear function that models the population in t years after 2004 is: P(t) = -200t + 29600.
b) Using the function, the estimate for the population in 2020 is of 26,400.
<h3>What is a linear function?</h3>
A linear function is modeled by:
y = mx + b
In which:
- m is the slope, which is the rate of change, that is, by how much y changes when x changes by 1.
- b is the y-intercept, which is the value of y when x = 0, and can also be interpreted as the initial value of the function.
The initial population in 2004, of 29600, is the y-intercept. In 12 years, the population decayed 2400, hence the slope is:
m = -2400/12 = -200.
Hence the equation is:
P(t) = -200t + 29600.
2020 is 16 years after 2004, hence the estimate is:
P(16) = -200(16) + 29600 = 26,400.
More can be learned about linear functions at brainly.com/question/24808124
#SPJ1