Answer:
14
Step-by-step explanation:
note that (f - g) = f(x) - g(x)
f(x) - g(x) = 3x² + 1 - (1 - x) = 3x² + 1 - 1 + x = 3x² + x
To evaluate (f - g)(2) substitute x = 2 into f(x) - g(x)
(f - g)(2) = 3(2)² + 2 = (3 × 4) + 2 = 12 + 2 = 14
Answer:
its E.498
Step-by-step explanation: HOPE THIS HELPED....!
Answer and Explanation:
To find : Which number is in standard notation or scientific notation?
Solution :
Scientific notation is a special ways of writing the standard form of number.
Scientific notation make a big number into smaller way bye writing it into 10 to the power or using E.
Standard notation is like 12,47950585,89000.
Scientific notation is like
, 
So, Now we examine the numbers,
A)
is the Scientific notation.
B)
is the Standard notation.
C)
is the Scientific notation.
D)
is the Standard notation.
Answer:
I'm not sure, but I'll try
Step-by-step explanation:
(Side)^2 = (Hypotenuse)^2 - (Side)^2
(Side)^2 = (9)^2 - ( √ 65 )^2
(Side)^2 = (81) - (65)
(Side)^2 = 16
Take root of answer
Side = √16
Side = 4
Answer = 4
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.