Step-by-step explanation:
f(g(10))
This is called a composite function. It's when you plug one function into another.
First, find g(10):
g(x) = √(x-9)
g(10) = √(10-9)
g(10) = √1
g(10) = 1
Then plug that into f(x):
f(x) = -9x - 9
f(g(10)) = -9 g(10) - 9
f(g(10)) = -9 (1) - 9
f(g(10)) = -9 - 9
f(g(10)) = -18
I think the question has to do with the number of students who are attending the university but is neither an undergraduate nor living off-campus. To help us solve this problem, we use the Venn diagram as shown in the picture. The intersection of the 2 circles would be 3 students. The students in the 'students living off-campus' circle would be 9 - 2 = 6, while the undergraduate students would be 36-3 = 33. The total number of students inside all the circles and outside the circles should sum up to 60 students.
6 + 3 + 33 + x = 60
x = 60 - 6 - 3 - 3
x = 18 students
Therefore, there are 18 students who are neither an undergraduate nor living off-campus
The probability that a randomly selected score is greater than 334 will be 0.02275.
<h3>What is a normal distribution?</h3>
The Gaussian Distribution is another name for it. The most significant continuous probability distribution is this one. Because the curve resembles a bell, it is also known as a bell curve.
The z-score is a statistical evaluation of a value's correlation to the mean of a collection of values, expressed in terms of standard deviation.
The GRE is an entrance exam that many students are required to take in order to apply to graduate school. In 2014, the combined scores for the Verbal and Quantitative sections were approximately normally distributed with a mean of 310 and a standard deviation of 12.
Then the probability that a randomly selected score is greater than 334 will be
The z-score is given as
z = (x - μ)/σ
z = (334 - 310)/12
z = 24/12
z = 2
Then the probability will be
P(x > 334) = P(z > 2)
P(x > 334) = 1 - P(x<334)
P(x > 334) = 1 - 0.97725
P(x > 334) = 0.02275
More about the normal distribution link is given below.
brainly.com/question/12421652
#SPJ1