Answer:
The 3 statements that are correct are:
<em><u>1. "Plan A offers fewer movies than Plan B for monthly costs greater than 20$"</u></em>
<em><u>2. "The two plans cost the same for 10 movies per month"</u></em>
<em><u>3. "The two plans offer the same number of movies for 20$ a month."</u></em>
Each candy bar cost $5
work:
x = cost of candy bar
3+8(x)=43
-3. -3 < subtract 3 both sides
——————
8(x)= 40
—— —— 8 8
x=5
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
I hope you can understand what i wrote
Answer:
I'll list the answers as coordinates (just input the second number in each coordinate)
(-2, 11)
(0, 1)
(2, -9)
(4, -19)
Step-by-step explanation:
So you see how the x column is filled out? You plug in the numbers in each area and solve for y.
So we start off with -2. You take the x out and place -2 instead. Your equation should look like this:
y = -5 (-2) + 1
Next you multiply -5 and -2, giving you 10. Your equation would look like this now:
y = 10 + 1
Next you add 10 and 1 together, and you have your answer. Keep doing the same thing, but instead of -2 for x, use 0, 2, and 4.
Hope I helped! Have a nice day or night! ^-^