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
Justify means plug answer in and verify
so distribute 8(3-7x)=24-56x
143=7+24-56x
143=31-56x
minus 31 both sides
112=-56x
divide both sides by -56
-2=x
justify
plug it back
143=7+8(3-7x)
143=7+8(3-7(-2))
143=7+8(3-(-14))
143=7+8(3+14)
143=7+8(17)
143=7+136
143=143
true
x=-2
The area of a square with sides of length s is
A=s^2, and we are told A=25 so
s^2=25
s=√25
s=5m
Answer:
the answer is 9,900
Step-by-step explanation:
you multiply 20 times 45. 20 for the cost of adults and 45 for how many adults. and then you mulitpy 600 times 15 because children cost 15 dollars and their was 600 children. and then you add both up to get 9,900