Answer:
D. 2,280 cm²
Step-by-step explanation:
Surface area of triangular prism = bh + (S1 + S2 + S3)*L
Where,
b = 24 cm
h = 10 cm
S1 = 26 cm
S2 = 24 cm
S3 = 10 cm
L = 34 cm
Plug in the values
Surface area = 24*10 + (26 + 24 + 10)*34
= 240 + 2,040
= 2,280 cm²
Here is a function rule that produces an output of 7 for an input of 1.6
f(x) = x + 5.4
when x = 1.6, f(x) = 1.6 + 5.4 = 7
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:
Quran Surah Fatir 35:5
Step-by-step explanation:
What this verse is trying to say is, don't let this life you are living right now mislead you and misguide you! For example, you see non-believer doing zina, drinking alchoal, or doing bad sins. These are some of the major distractions and the disbelievers who do these types of stuff will try to mislead you by making you do this also with them.
(I want to clarify it's better if you go to an Imam or somebody knowledgeable and ask them because they will help you explain this verse in a more understandable way. I tried but it's better to check an Imam!)
Hope this helped!
1. x = -4 ; f(x) = -(-4) = 4
2. x = -3 ; f(x) = 2(-3) + 1 = -5
3. x = 0 ; f(x) = 2(0) + 1 = 1
4. x = 2 ; f(x) = 2 + 3 = 5
5. x = 5 ; f(x) = 5 + 3 = 8