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 first image has a coordinate of A'(1, 6) B'(-3, 7)
<h3>How to calculate the coordinates of an image after a translation?</h3>
Translation can be defined as movement in a straight line.
Given the rule: (x,y) → (x + 3, y - 1) and A(-2,7) B(-6,8)
That means: A(x = -2, y =7) B(x = -6, y = 8)
Thus the translation will be:
A'(-2 +3, 7-1) B'(-6+3, 8-1) = A'(1, 6) B'(-3, 7)
Therefore, the coordinate of the image is A'(1, 6) B'(-3, 7)
Learn more about translation on:
brainly.com/question/10451235
#SPJ1
Answer:
m=1/3
Step-by-step explanation:
11m- 4/3=2m+5/3
-2m. - 2m
9m -4/3=5/3
+4/3.+ 4/3
9m= 9/3
m=1/3
Answer:
21.25
Step-by-step explanation:
diagonal is 21.25
the area is 216.75
the perimeter is 59.5
Answer:
4 hours
Step-by-step explanation:
In 6 hours, J paints 1 room
So, in 1 hour, J paints 1/6 th of the room
Using similar logic, in 1 hour, T paints 1/12 th of the room.
Working together in one hour, they paint (1/6+1/12) th =1/4 of the room.
1/4 of the room is painted in 1 hour
So, 1 room is painted in 1 1/4=4 hours