<h3>
Answer: 10,080</h3>
Explanation:
There are 8 letters so there are 8! = 8*7*6*5*4*3*2*1 = 40,320 permutations of those letters. However, the letters "O" and "L" show up twice each, so we must divide by 2! = 2*1 = 2 for each instance this happens.
So,
(8!)/(2!*2!) = (40,320)/(2*2) = (40,320)/4 = 10,080
is the number of ways to arrange the letters of "football".
The reason we divide by 2 for each instance of a duplicate letter is because we can't tell the difference between the two "O"s or the two "L"s. If there was a way to distinguish between them, then we wouldnt have to divide by 2.
Problem 1
<h3>Answer: False</h3>
---------------------------------
Explanation:
The notation (f o g)(x) means f( g(x) ). Here g(x) is the inner function.
So,
f(x) = x+1
f( g(x) ) = g(x) + 1 .... replace every x with g(x)
f( g(x) ) = 6x+1 ... plug in g(x) = 6x
(f o g)(x) = 6x+1
Now let's flip things around
g(x) = 6x
g( f(x) ) = 6*( f(x) ) .... replace every x with f(x)
g( f(x) ) = 6(x+1) .... plug in f(x) = x+1
g( f(x) ) = 6x+6
(g o f)(x) = 6x+6
This shows that (f o g)(x) = (g o f)(x) is a false equation for the given f(x) and g(x) functions.
===============================================
Problem 2
<h3>Answer: True</h3>
---------------------------------
Explanation:
Let's say that g(x) produced a number that wasn't in the domain of f(x). This would mean that f( g(x) ) would be undefined.
For example, let
f(x) = 1/(x+2)
g(x) = -2
The g(x) function will always produce the output -2 regardless of what the input x is. Feeding that -2 output into f(x) leads to 1/(x+2) = 1/(-2+2) = 1/0 which is undefined.
So it's important that the outputs of g(x) line up with the domain of f(x). Outputs of g(x) must be valid inputs of f(x).
What is the mean of your data 341, 237, 143,185,248,403,374,451,84,267,178,258,284,465,224
weqwewe [10]
Answer:
The mean for the given set of numbers is 276.133..... repeated
Step-by-step explanation:
To find this you must add the numbers up together and divide them by the amount of numbers there is.
Your answer will be x= -4y/3 + 55/3
Answer:
Step-by-step explanation:
Hello!
For me, the first step to any statistics exercise is to determine what is the variable of interest and it's distribution.
In this example the variable is:
X: height of a college student. (cm)
There is no information about the variable distribution. To estimate the population mean you need a variable with at least a normal distribution since the mean is a parameter of it.
The option you have is to apply the Central Limit Theorem.
The central limit theorem states that if you have a population with probability function f(X;μ,δ²) from which a random sample of size n is selected. Then the distribution of the sample mean tends to the normal distribution with mean μ and variance δ²/n when the sample size tends to infinity.
As a rule, a sample of size greater than or equal to 30 is considered sufficient to apply the theorem and use the approximation.
The sample size in this exercise is n=50 so we can apply the theorem and approximate the distribution of the sample mean to normal:
X[bar]~~N(μ;σ2/n)
Thanks to this approximation you can use an approximation of the standard normal to calculate the confidence interval:
98% CI
1 - α: 0.98
⇒α: 0.02
α/2: 0.01
X[bar] ±
174.5 ±
[172.22; 176.78]
With a confidence level of 98%, you'd expect that the true average height of college students will be contained in the interval [172.22; 176.78].
I hope it helps!