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
Since we know that the 38 is being bisected (which we can tell by the fact that the line hits it perpendicularly), we know that from the intersection to the edge of the circle is 19. From this we can create a right triangle in which the legs are 10 and 19 and the hypotenuse is a radius of the circle. Since x is also a radius of the circle, all we have to do is use that information to find the hypotenuse using the Pythagorean Theorem and we have x.
Pythagorean Theorem

+

=


+

=

100 + 361 =

461 =

x =

or about 21.47
H = positive (14) because -98 / -7 is 14
U = is (-144) because it has u multiply 6 instead of dividing to remove it. If you do it ot one side you must do it to all other sides.
Q = 18 * 5 is (90)
Answer:
177 Students
176 Adults
Step-by-step explanation:
Adult - (A) $5
Student - (S) $3.50
Equation 1: A+S = 353 tickets
Equation 2: 5A + 3.50S = $1500
Sub equation 1 into 2:
5A + 3.50(353 - A) = 1500
Multiply: 5A + 1235.50 -3.50A =1500
Subtract 1235.50 and -3.50A from both sides: 1.50A = 264.50 and then divide:
264.50/1.50 = 176 Adults
Sub into equation 1:
176 +S = 353
Solve: 353 - 176 = 177 Students
Check: 5(176) + 3.50(177) = $1500
1499.5 rounded = 1500 = 1500 ✔
I hope this helped!
Answer: b (-2,3)
Step-by-step explanation:
you substitute the x and y values in (-2,-3) for the x and y in the problem.