There is 6 parts in a two column format.
If a polynomial "contains", in a multiplicative sense, a factor
, then the polynomial has a zero at
.
So, you polynomial must contain at least the following:

If you multiply them all, you get

Now, if you want the polynomial to be zero only and exactly at the four points you've given, you can choose every polynomial that is a multiple (numerically speaking) of this one. For example, you can multiply it by 2, 3, or -14.
If you want the polynomial to be zero at least at the four points you've given, you can multiply the given polynomial by every other function.
Answer:
x=5
Step-by-step explanation:
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:
An equation in slope-intercept form of the line will be
Step-by-step explanation:
The slope-intercept form of the line equation
y = mx+b
where m is the slope and b is the y-intercept
Given the points
Finding the slope between (-1,-1) and (1,0)




substituting m = 1/2 and (-1, -1) in the slope-intercept form of the line equation to determine the y-intercept



Add 1/2 to both sides


substituting m = 1/2 and b = -1/2 in the slope-intercept form of the line equation



Therefore, an equation in slope-intercept form of the line will be