1. Subtract 4 from both sides
v - 4 = 2t
2. Divide both sides by 2
v - 4/2 = t
3. Switch sides
t = v - 4/2
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.
Answer:
<h2>The range: {-6, -10, -14, -18}</h2>
Step-by-step explanation:
Put the values of x from the domain to the equation of a function y = 4x - 2:
for x = -1
y = 4(-1) - 2 = -4 - 2 = -6
for x = -2
y = 4(-2) - 2 = -8 - 2 = -10
for x = -3
y = 4(-3) - 2 = -12 - 2 = -14
for x = -4
y = 4(-4) - 2 = -16 - 2 = -18
Answer:
50,000 ≤ 23,210 + 5x
x = Average number of words per week
Step-by-step explanation:
Start off with 50,000 because that's how many words the paper needs to have.
Use "≤" because Trevor needs to write at least 50,000 words. (He can write more).
Trevor already wrote 23,210 words plus x words per week for 5 weeks.
(Solving for x will help you find the average number of words Trevor must write per week for 5 weeks).
Answer:
Domain → (-∞, ∞)
Range → (-∞, ∞)
Step-by-step explanation:
Domain of a function is defined by the x-values or input values of the graph.
Similarly, Range of the function is defined by the y-values or output values from the graph.
From the picture attached,
x - values for the line shown in the graph vary from negative infinity to positive infinity.
Therefore, Domain of the function will be → (-∞, ∞)
And for every x-value there is a y-value, so Range of the function will be same as domain (varying from negative infinity to positive infinity) → (-∞, ∞)