Answer:
the probability that the mean student loan debt for these people is between $31000 and $33000 is 0.1331
Step-by-step explanation:
Given that:
Mean = 30000
Standard deviation = 9000
sample size = 100
The probability that the mean student loan debt for these people is between $31000 and $33000 can be computed as:





From Z tables:


Therefore; the probability that the mean student loan debt for these people is between $31000 and $33000 is 0.1331
Answer:
Yes and no, I'll explain below
Step-by-step explanation:
An obtuse triangle can have either a 90 degree angle or an 180 degree angle. This reason being said, an obtuse triangle has ONLY one angle that is greater than 90 degrees. But the sum of any given triangle is 180. Hope this helps!
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:
c
Step-by-step explanation:
positive numbers and numbers without and sign are positive, and you will go from positive large to negative large
Answer:
first one 401.76, second one 93.96
Step-by-step explanation: