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:
345,456
Step-by-step explanation:
The value of 3 in 135,864 is 30,000.
We want to write a number that is ten times 30,000.
We could write any other number in which the value of 3 is 300,000.
There are infinitely many numbers that we can write.
Some examples are:
345,456
1,315,445
5,354,456
and so on and so forth.
Answer:79 , 80 , 81
Step-by-step explanation:What three consecutive integers have a sum of 240? What three consecutive integers have a sum of 240? Which means that the first number is 79, the second number is 79 + 1 and the third number is 79 + 2. Therefore, three consecutive integers that add up to 240 are 79, 80, and 81.
Answer:
6 hot dogs, 2 drinks
Step-by-step explanation:
let y = number of hot dogs
let x = number of drinks
system:
y = 3x
4.5y + 2.25x = 31.50 (standard form: y = -1/2x + 7)
if you graph the system, lines intersect at (2, 6)
x = 32
To find the media, you take the middle number. If there is no discrete middle number, take the sum of the two closest to the middle and divide by 2.
(24 + x)/2 = 28
Multiply by 2 on both sides to get:
24 + x = 56
Subtract 24 from both sides to isolate the variable:
x = 56 - 24
x = 32