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.
First you should write 2 3/4 as a decimal, 2.75 then multiply 2.75 by 2 to get 5.5. 5.5 equals 5 1/2.
Ms. Addison needs 5 1/2 cups of flour.
Answer:
(9/2, 7/2)
Step-by-step explanation:
The easiest way to remember how to do this problem is to average the x-coordinates and average the y-coordinates.
So, in your problem (-3 + 12)/2 = 9/2 and (-5 + 12)/2 = 7/2
The midpoint is (9/2, 7/2)
X=y-2
2y=5x-17
Substituting for x into the second equation, we find
2y=5(y-2)-17
2y=5y-10-17
-3y=-27
y=9
So x=7
Thus, the two numbers are 7 and 9.