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
6^2 + 17 + 12
First, let's start with

. Basically, the '2' above the 6 indicates that the number appears twice in multiplying.

can be described as 6 × 6 as well. 36 should be your answer for 6 squared.

Second, our problem should look like: 36 + 17 + 12. One can simply do this on a calculator or count on their fingers. Once you add all of the numbers up, you should get 65.
Answer:
Answer:
36.
Step-by-step explanation:
Please correct me if i'm wrong! :)
Answer:
1
Step-by-step explanation:
-2(x-4)+1=7
First Distribute the -2.
-2x+8+1=7
Subtract the 8 and 1 from the whole equation.
-2x=-2
Divide both sides of the equation by -2.
x=1
I hope this helps!
Answer:
are there options? if so can you add them?
Step-by-step explanation: