Answer:
x= -1
-1 =4
Step-by-step explanation:
Answer:
Hello there, the answer would be
Step-by-step explanation:
We cut the figure into two different shapes.
Since on one side it is 4 feet and the height is seven, we cut right there.
So the bottom figure is now 4 x 5 = 20
The top figure is cut with 3 height left, So all we do is just multiply.
8 x 3 = 24.
20+24=44.
PLEASE MARK AS BRAINLIEST!!!
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:
2
Step-by-step explanation:
If we look at the graph this is an increasing graph where y increases with respect to x so in other words we can say that y is directly proportional to x.

and when we remove the proportionality sign we replace it with an equal to sign and a constant. So it becomes ,

now to find the Constant of proportionality which is k we can use any ordered pair(coordinate/point) from the graph,
Lets take ( 2 , 4) where 2 represents the value of x on the x-axis and 4 represents the value of y on the y-axis so now,

so the constant of proportionality is 2