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:
hmm ..
just transfer the X at the right side and others on left side
Step-by-step explanation:
so you get
w-z = yx
so later
(w-z)/y = x
Answer: 75 cm per hour
Step-by-step explanation:
375 divided by 5=75
Answer:
-6<x<0
- -
Step-by-step explanation:
make them less than or equal to signs, I don't know how to do that on a computer, I hope I am correct
point one on the left is -6, point 2 on the right is 0 (in terms of the x-axis, that's what domain is )
when there is arrows in the graph, the x/y is always in the middle.
Good luck! Hope I'm not late!
Answer:
250 dollars
Step-by-step explanation:
t = tickets
t = 200
Two and a half rolls tickets = (200 x 2) + 200/2) = 400 + 100 = 500
500 tickets x 50 cents = 25000 cents
convert cents to dollars (move decimole point over left 2 units)
25000 = 250 dollars