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.
You have a 300 feet side length square and you need to calculate the length of the diagonal. When you split the square along one diagonal you get triangles, so you can apply Pythagoras' Theorem, with the hypotenuse as the needed diagonal.
a²+b²=c²
300²+300²=c²
2*300²=c²
√(2*300²)=c
√(2) * √(300²)=c
√(2) * 300=c
c~424.26 ft which is the solution/option c
Answer:
si, eso es correcto
Step-by-step explanation:
Espero que esto ayude a marcar el MÁS CEREBRAL !!!
200 is the answer because 500-300 is 200
<u><em>Answer:</em></u>
Her hourly rate is $8.25
<u><em>Explanation:</em></u>
Tatianna works 3 hours a day on school days and makes a total of $123.75 in a week
<u>We know that:</u>
There are 5 school days in a week
<u>We are given that:</u>
She works for 3 hours a day each of those days
<u>Therefore:</u>
Total number of hours worked = hours worked daily * number of days
Total number of hours worked = 3 * 5 = 15 hours in a week
<u>The equation used to calculate Tatianna's earnings is:</u>
Amount she makes in a week = Total number of hours worked * hourly rate
<u>Now, we substitute with the givens to get the hourly rate as follows:</u>
Amount she makes in a week = Total number of hours worked * hourly rate
123.75 = 15 * hourly rate
Hourly rate = $8.25