Answer:
When there are 108 presents, there are 60 candy canes
Step-by-step explanation:
candy canes : presents = 5:9
5/9 = x/108
cross multiply:
(5) (108) = 9x
540 = 9x, divide both sides by 9
x = 60
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:
look down there
Step-by-step explanation:
First ball:
Probability of drawing a white ball is 5/8
Probability of drawing a black ball is 3/8
Second ball:
This depends on the first ball drawn, lets say you drew a white ball initially, 4 white balls are left out of 7 balls in total. The probability of a white ball in the second pick is 4/7.
Total probability of drawing two white balls is 5/8*4/7 (since they are independent events).
If you picked a black ball initially, picking another black ball would have a probability of 2/7, on similar grounds , total prob for 2 blacks would be 3/8*2/7.
The probability that you pick 2 balls of same color is (5/14 + 3/28) = 13/28. (Since they are mutually exclusive events)
Answer:
-x^2 - 11x -30
Step-by-step explanation:
Solve using foiling. Ignore the -1 to begin with and just look at the part in parenthesis. Do x from the first parenthesis times the stuff in the second parenthesis.
ie: x(x) and x(6)
ie: x^2 + 6x
Then do the 5 times the things in the second parenthesis.
ie: 5(x) and 5(6)
ie: 5x + 30
Then add what you got from multiplying the first value to what you got from multiplying the second.
ie: x^2 + 11x + 30
This is a trinomial because it has three different variables. Now change all the signs to negative because of the -1 out front.
ie: -x^2 - 11x -30
Step-by-step explanation:
Marla drove 567
Gudio drove 560
The trip was 679