a+b= 8+24=32
Ab=8 x 24= 192
B/a= 24:8=3
(a+b)²=(8+24)² =64+576+384= 1024
Pls mark as brainliest
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:
f(x) = (x + 2) (x − 5) (x − 6)
Step-by-step explanation:
f(x) = (x − (-2)) (x − 5) (x − 6)
f(x) = (x + 2) (x − 5) (x − 6)
Answer:
an = 63(-1/3)^(n-1)
Step-by-step explanation:
This is a geometric sequence with first term 63 and common ratio -1/3.
The equation for the nth term is
an = 63(-1/3)^(n-1).
Answer: the group rented 11 Person tubes and 4 cooler tubes
Step-by-step explanation:
There are two types of tubes, Person tube and cooler tube.
Let P represent number of Person tubes that the group rented.
Let C represent number of Cooler tubes that the group rented.
The group spends $270 to rent a total of 15 tubes and Person tube $20 Cooler tube $12.50. Two linear equations can be derived from the above information
P + C = 15 - - - - - - - 1
20P + 12.5C = 270 - - - -- - - 2
Substituting P = 15 - C into equation 2,
It becomes
20(15-C) + 12.5C = 270
300 - 20C + 12.5C = 270
- 20C + 12.5C = 270 -300
7.5C = - 30
C = 30/7.5 = 4
P = 15 - C
P = 15 - 4 = 11