So all your doing is plotting the points, for example find 0 then count forward twice- u will plot and label it their. Its the same process for each number. (ps if its negative go backwards)
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
Let x- intercept represents time
Let y-intercept represents population
Let 1990 represent initial year
Points are (0,14.2)(10,12.4)
slope m= 
= 
General linear equation
y= mx+b --------------(i)
here m is slope and b is intercept
plug the 1st point in equation
14.2= -0.018(0) + b
b=14.2
y= 0.018x + 14.2
replace y with p(t) and x with t
p(t) = -0.018t + 14.2
Answer: -9
Step-by-step explanation: 2 + 7 = 9 and just put an negative in front of 9
<h2>
-9 -_-</h2>
(-36x^4y+144x²y^6) / (-4x²y) =
36xy*(x³+4xy^5) / (-4x²y) =
-9*(x³+4xy^5) / x