Answer:
8
Step-by-step explanation:
d=√(−5−3)2+(−2−(−2))2
d=√(−8)2+(0)2
d=√64+0
d=√64
d=8
0.36 if you round up to the hundredths
You need to subtract everything to the left side and set it equal to zero. Combine like terms.
Then, the coefficient of x^2 is a, the coefficient of x is b, and the constant term is c.
4x^2 - 5 = 3x + 4
4x^2 - 3x - 5 - 4 = 0
4x^2 - 3x - 9 = 0
a = 4; b = -3; c = -9


Percent relative error is calculated by the formula: (experimental value - literature value/ experimental value) x 100%
Therefore, (6-7/7) x 100% = 14.3%
Your answer is in absolute value :)
Answer:
0.1587
Step-by-step explanation:
Let X be the commuting time for the student. We know that
. Then, the normal probability density function for the random variable X is given by
. We are seeking the probability P(X>35) because the student leaves home at 8:25 A.M., we want to know the probability that the student will arrive at the college campus later than 9 A.M. and between 8:25 A.M. and 9 A.M. there are 35 minutes of difference. So,
= 0.1587
To find this probability you can use either a table from a book or a programming language. We have used the R statistical programming language an the instruction pnorm(35, mean = 30, sd = 5, lower.tail = F)