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
Answer:
a: no solutions
b: (2, 3)
Step-by-step explanation:
a:
In both equations, the slope of x is the same, but the y-intercept is not, which means they are parallel. Therefore, this system of equations has no solutions.
b:
Since both of the equations are equal to y, we can set them equal to each other:

We can solve by factoring (by finding a number that multiplies to 4 and adds up to -4):
(x-2)^2 = 0
x = 2
Now, to find y, plug-in x to any of the equations:
y = 2*2-1 = 3
Therefore, the solution to this system of equation is (2, 3)
I hope this helped.
Answer:
what the heck
was that also i'm country
Step-by-step explanation:
Answer:
Amount of Niobium-91 initially
= 300/91 =3.2967mol
2040 years = 3 ×680 = 3 half-lives
therefore, amount left = 0.4121mol
mass of Niobium-91 remaining = 0.4121 ×91 =37.5g
Please give brainliest