I would help but I have my own problems but I can’t because I have to answer others
Erin needs 1.5 cups of flour to make 1 dozen cookies.
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
40 fifth graders take a bus to school. 8x8= 64 so they have you a good fraction to start with to find out how many kids are walking or taking their bike (3/8) all you have to do is multiply 3 and 8 which equals 24 to find the fraction of the amount of kids who take the bus you subtract 3 from 8 which gives 5/8 and to get the answer you multiply 5 and 8 which is 40.
Answer:

Step-by-step explanation:
Given,
Time taken in one rotation of earth = 23 hours, 56 minutes and 4 seconds.
Since, 1 minute = 60 seconds and 1 hour = 3600 seconds,
⇒ Time taken in one rotation of earth = (23 × 3600 + 56 × 60 + 4) seconds
= 86164 seconds,
Now, the number of radians in one rotation = 2π,
That is, 86164 seconds = 2π radians

Hence, the number of radians in one second is 