I'm assuming the question is
A company pays its employees a fixed base salary and a commission based on sales. The scatter plot shows the total earning of an employee of the company (y) based on sales (x):
Plot the ordered pairs 0, 10 and 100, 20 and 200, 30 and 300, 40 and 400, 50 and 500, 60
Which function best represents the data in the scatter plot? (1 point)
y = 0.1x + 10
y = 0.1x − 10
y = 0.1x + 1
y = 0.2x − 1
So thus your answer would be y = 0.1x + 10
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
P/90 = 4/18
18P = 90*4 [cross-multiplication]
P = 360/18
P = 20
So, answer is P equals to 20
Train A weighs 181 tons and train B weighs 70 tons.
Answer:
Step-by-step explanation: