Answer:
84
59
Step-by-step explanation:
In other to have the same number of chayes in both rows and columns ;
If the Number of chairs per row = x ; then number of chairs per column = x
Then the total number of chairs needed = x * x = x²
Hence, if there are 5100 chairs ;
Number of chairs needed more ;
Take the square root of 5100 ;the round to the next whole number :
B.) For number of chairs to be removed ;
Take the square root of 5100 and round down to the whole number.
Hence,
A.) = √5100 = 71.414 = 72
72² - 5100 = 84
B.) 5100 = 71.414 = 71
5100 - 71² =
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
90/2 = 45
45/1700 = 0.02647
0.02647 x 100 = 2.64
2.46%
Let the number of half dollars be x,
number of quarters = x + 2
amount of half dollars = 0.5x
amount of quarters = 0.25(x + 2)
= 0.25x + 0.5
total amount = 0.5x + 0.25x + 0.5
= 0.75x + 0.5
0.75x + 0.5 = 11.75
0.75x = 11.25
x = 15
number of quarters = x + 2
= 15 + 2
= 17
There are 17 quarters and 15 half dollars.
Answer:
16+A
Step-by-step explanation:
4*4=16