Answer:
17, 558 employees
Step-by-step explanation:
Altogether = 70,010 employees , First location = 34, 857 employees, second location = 17, 595 employees, Third location = ?
Let the number of employees in the third location be x
70,010 + 17, 595 + x = 70,010
x = 70, 010 - 52452
x = 17, 558( Answer)
17, 558 employees work in the third location
Answer:
Step-by-step explanation:
The first 6 rows of the eruptions data :
eruptions waiting
1 3.600 79
2 1.800 54
3 3.333 74
4 2.283 62
5 4.533 85
6 2.883 55
R code :
1. You can directly access the "Faithful" data in R without importing the data. The dataset faithful is present in the R or you can load the datasets. or use install the datasets.load. package
If you have the data in a text file, make sure all the columns and rows are separated by commas
Step 1: open notepad
Step 2: enter data with no spaces but only commas
Step 3: save the file as ‘faithful.txt’ on your Desktop
# Get R help
?read.table
# Import the data
rain<-read.table("C:/Users/YOUR-NAME/Desktop/faithful.txt", header = TRUE,
sep = ",")
Check the data
data("faithful") #Loading Faithful data
head(faithful, 6) #Reading first 6 rows of the data
Answer:
36,170.21276595745 (I did this on a calculator.)
Step-by-step explanation:
17000/47 = 361.7021276595745
361.7021276595745 x 100 = 36,170.21276595745
Your total answer is 36,170.21276595745.
Answer:
if Jenna sold none, Elijah would sell 6... C=6
Step-by-step explanation:
Add 6 to 32
The answer is 17 1/4 .Hope this helped.