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:
the answer is 200 feets left
Step-by-step explanation:
she only has 87 percent of the 5 yards that she bought
Answer:
234 hours
Step-by-step explanation:
To find the miles per hour, divide 72 by 2 and that equals 36. So 36 miles every hour. So then do 36 × 6 which equals 216. So this is 216 miles in 6 hours, but you still need 0.5 of an hour, so to find how far she travels in 0.5 of an hour, divide the amount she travels in one hour by two. So 36 ÷ 2 which equals 18. So she travels 18 miles every 0.5 of an hour. Then add 18 to the 216 which equals 234.
Hope This Helps!!!
When you reflect across the y axis the y coordinate stays the same and the x coorrdinate changes sign so x = -1 goes to x = 1
Answer point B is (1,6)