Answer:
36
Step-by-step explanation:
6^2 = 6 × 6
----------------
6×6 = 36
Answer:
<h2><em>
46.4°</em></h2>
Step-by-step explanation:
Find the diagrammatic representation in the attachment given.
We can see that the diagram is a right angled triangle. To get the angle of elevation, we will use one of the trigonometry identity SOH, CAH, TOA.
Given the adjacent of the triangle to be 2miles (observation spot from the point of launch)and the opposite (side facing the elevation angle) as 2.1miles (the height), we will use TOA.
tan∅ = opposite/adjacent
tan∅ = 2.1/2
tan∅ = 1.05
∅ = tan⁻¹1.05
∅ = 46.4°
<em>Hence the angle of elevation from Kim to the space shuttle, which is at a height of 2.1 miles is approximately 46.4°</em>
By putting the x on one side then solve it
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
C for change it is kinda obvious because change starts with a c and apples start with an a and bananas start with a b