Answer:
25 seconds
Step-by-step explanation:
Skydiving.
height (in feet) above the earth=h(t)= -16t^2 + 10,000
the time it would take to fall when h is 0
-16t^2 + 10,000=0
-16t^2=-10000
16t^2=10000
t^2=10000/16=625
t=sqrt 625=25 seconds
One that can’t be solved so D
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:
The lizards are $25 each and each walked in with $81
Step-by-step explanation: find the difference between the amount they each had left which is 25 and that is how much 1 lizard cost and then add that to the $56 so you get $56+25=81 and 81 is the initial amount they walked in with
The equation for this is a^2+b^2=c^2 so your equation would be 7^2+20^2=X
So you square the 7 and the 20 then take the square root of X and you get
X=21.19
:)