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
The total length of the circle is calculated by the following formula:
Lenght = 2.π.r
As r = 4c
Then,
Lenght = 2.π.4
Lenght = 8π centimetrs
Now use the rule of 3
But we have to know:
...<..> ...
Then,
8π ________ 2π <= 360°
x ________ 3π
2π . x = 8π . 3π
x = (8π . 3π) / 2π
x = (8 . 3π)/ 2
x = 12π centimenters
x ~ 37,69 c
Answer:
Tom was speeding.
Step-by-step explanation:
The driving speed of Tom = 20.3 meters per second.
Speed allowed in the zone = 45 miles per hour zone.
Since the unit of speed allowed is given in miles per hour but the speed of tom is given in meters per second. So, first, we have to convert the meter per second into mile per hour then we can compare and find that Tom is speeding or not.
1 mile = 1609.34 meters
1 hour = 3600 second
Now convert 20.3 into mile per hour.
20.3 meters per second. = (20.3 / 1609.34)*3600 = 45.40981 mile per hour.
Since Tom’s speed is more than the allowed speed so he is speeding.
Answer: A horseshoe weighs 8.2 ounces The nails in the horseshoe weigh 0.12 ounces.
Step-by-step explanation: B should be your answer have a great day :)
Answer:
y = 5/9x - 37/3
Step-by-step explanation:
5x - 9y = 8
-9y = -5x + 8
y = 5/9x - 8/9
- When a line is parallel, the slope remains the same.
y = 5/9x + b
-9 = 5/9(6) + b
-9 = 10/3 + b
-37/3 = b