60% of what equals 27? This is the question. "Of" always means multiply.
So... convert the percent to a decimal: .6x=27.
Divide: x=27/.6
x=45
Plug it back in to check: .6(45)=27
27=27.
Or: 27/45=.6
.6=.6
Answer: balut 3 to 4
Step-by-step explanation:
The terms in which value of x when substituted leaves final value of p(x) = "0".
Here, x - 2 is factor. So value of x is 2.
Substituting value of x we get,
p(x) = x3 - 3x + 5a
p(2) = 2*3 - 3(2) + 5a
0+ 8-6 + 5a
-2 = 5a
a= -0.4
Plz mark me 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
let's firstly convert the mixed fraction to improper fraction and then take it from there, keeping in mind that the whole is "x".
![\stackrel{mixed}{5\frac{5}{6}}\implies \cfrac{5\cdot 6+5}{6}\implies \stackrel{improper}{\cfrac{35}{6}} \\\\[-0.35em] ~\dotfill\\\\ \cfrac{7}{3}x~~ = ~~5\frac{5}{6}\implies \cfrac{7}{3}x~~ = ~~\cfrac{35}{6}\implies 42x=105\implies x=\cfrac{105}{42} \\\\\\ x=\cfrac{21\cdot 5}{21\cdot 2}\implies x=\cfrac{21}{21}\cdot \cfrac{5}{2}\implies x=1\cdot \cfrac{5}{2}\implies x=2\frac{1}{2}](https://tex.z-dn.net/?f=%5Cstackrel%7Bmixed%7D%7B5%5Cfrac%7B5%7D%7B6%7D%7D%5Cimplies%20%5Ccfrac%7B5%5Ccdot%206%2B5%7D%7B6%7D%5Cimplies%20%5Cstackrel%7Bimproper%7D%7B%5Ccfrac%7B35%7D%7B6%7D%7D%20%5C%5C%5C%5C%5B-0.35em%5D%20~%5Cdotfill%5C%5C%5C%5C%20%5Ccfrac%7B7%7D%7B3%7Dx~~%20%3D%20~~5%5Cfrac%7B5%7D%7B6%7D%5Cimplies%20%5Ccfrac%7B7%7D%7B3%7Dx~~%20%3D%20~~%5Ccfrac%7B35%7D%7B6%7D%5Cimplies%2042x%3D105%5Cimplies%20x%3D%5Ccfrac%7B105%7D%7B42%7D%20%5C%5C%5C%5C%5C%5C%20x%3D%5Ccfrac%7B21%5Ccdot%205%7D%7B21%5Ccdot%202%7D%5Cimplies%20x%3D%5Ccfrac%7B21%7D%7B21%7D%5Ccdot%20%5Ccfrac%7B5%7D%7B2%7D%5Cimplies%20x%3D1%5Ccdot%20%5Ccfrac%7B5%7D%7B2%7D%5Cimplies%20x%3D2%5Cfrac%7B1%7D%7B2%7D)