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.
7 1/12 - 2 3/4
First we have to change mixed numbers to improper fractions
7 1/12 = 7 x 12 + 1 = 85 85/12
2 3/4 = 2 x 4 + 3 = 11 11/4
85/12 - 11/4
Now we need to find the LCD (least common denominator) for 4 and 12
4, 8, 12
12
12 is our LCD, so it becomes our new denominator
85/12 would stay the same because the denominator wasn't changed but for 11/4 our new denominator is 12, so our fraction will change.
11/4 = 33/12
4 goes into 12, 3 times. What you do to the bottom, you do to the top.
3 x 11 = 33
3 x 4 = 12
So, our new fraction is 33/12. Now we subtract
85/12 - 33/12 = 52/12
Now we convert back to a mixed number
52 ÷ 12 = 4 4/12 reduce
4 1/3
Hope this helps.
Answer:
Step-by-step explanation:
let the number is x
3x+4=-8
3x=-8-4
3x=-12
x=-4
9514 1404 393
Answer:
a) CP = SP/1.1
b) CP = $59.50
c) GST = $5.95
Step-by-step explanation:
a) Divide by the coefficient of CP.
SP = 1.1×CP
CP = SP/1.1
__
b) Use the formula with the given value.
CP = $65.45/1.1 = $59.50
__
c) You can do this two ways: subtract CP from SP, or multiply CP by 0.1.
GST = SP -CP = $65.45 -59.50 = $5.95
GST = CP×0.10 = $59.50 × 0.10 = $5.95