Answer:
it is 12
Step-by-step explanation:
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
Composite numbers are numbers that are not prime.
3/4
Step-by-step explanation:
If you cut a whole pie into two you get two (2) ½ pieces
1 ÷ 2 = ½
When you cut the two ½ pieces into two you get four (4) ¼ pieces;
½ ÷ 2 = ¼
When you cut the four ¼ pieces into two you get 8 1/8 pieces;
¼ ÷ 2 = ¹/8
Therefore the whole pie at this point is made up of 8 ¹/8 pieces. When two (2) of these pieces are eaten we are left with 6 ¹/8 pieces;
8 – 2 = 6
The portion of the pie left therefore is;
6 * ¹/8 pieces
= ⁶/8
= ³/4
Answer:
The answer would be 27π
Step-by-step explanation:
the area is 36pi and the shaded region is 3/4 of the circle, as a 90 degree angle is 1/4 of a 360 degree circle. 3/4 of 36pi is 27pi