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:
It is D.
Step-by-step explanation:
Answer:
I think she has about 3 segments for sprinting and 6 segments for jogging
X= 10 I did it on my calculator so don’t worry :)
Answer:
.90(85.00) would give the same result
Step-by-step explanation:
Rhonda is using the total cost of the item ($85.00) multiplied by the discount (10%) to find the total discount: 85 x 0.10 = 8.50. Once Rhonda subtracts the discount ($8.50) from the total: $85 - $8.50 = $76.50. The other way to look at the problem, is that Rhonda is only paying for 90% of the total cost of the items, instead of 100% since she is receiving the 10% discount. So, she would get the same final total by multiplying the cost of the items ($85.00) by 90%, or 0.90.