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.
2/10 because 0.7/7 is equal to one tenth, so 1.4/7 is equal to 2/10
Answer: his pay for the 4th year is $1453.16
Step-by-step explanation:
The landlord raises the rent 1.25% each year. It means that the rent is increasing in geometric progression.
The formula for determining the nth term of a geometric progression is expressed as
Tn = ar^(n - 1)
Where
a represents the first term of the sequence.
r represents the common ratio.
n represents the number of terms.
From the information given,
a = $1,400
r = 1 + 1.25/100 = 1.0125
n = 4 years
The 4th term(year), T4 is
T4 = 1400 × 1.0125^(4 - 1)
T4 = 1400 × 1.0125^3
T4 = $1453.16
The missing side would be 10
Answer:
Null hypothesis = H0 : μ = 60
Alternative hypothesis = H1 : μ < 60
Step-by-step explanation:
From the question given :
μ = 60 minutes
xbar = 44.27 minutes
s = 20.4 minutes
The alternative hypothesis is the claim ; which is to hypothesize that the average studying time is 44.27 (which is less than the population average studying time)
The null hypothesis is the initial truth and it is the opposite of the alternative hypothesis.
The hypothesis are :
H0 : μ = 60
H1 : μ < 60