Answer:
hope it will be helpful to you.....
A 8 year old boy has 6 different toys and wants to put them all in a straight line.
In how many ways can this be done?
I would appreciate step by step, as I have no clue on how to solve. Thanks!
============================================================
Explanation:
The number 8 from "8 year old boy" can be completely ignored. In my opinion, this is an (un)intentional distraction on your teacher's part.
There are 6 toys to arrange. The order is important.
For the first slot, there are 6 choices. Then the second slot has 5 choices (we cannot have a toy occupy more than one slot at a time).The third slot has 4 choices, and so on.We have this countdown: 6,5,4,3,2,1
Those values multiply out to 6*5*4*3*2*1 = 720
There are 720 ways to arrange the 6 different toys. Order matters.
---------------------
An alternative approach is to use the nPr permutation formula with n = 6 and r = 6. We use a permutation because order matters.
The nPr formula is
[tex]_{n} P _{r} = \frac{n!}{(n-r)!}\\\\[/tex]
where the exclamation marks indicate factorial. For example, 6! = 6*5*4*3*2*1 = 720.
The radius of a sphere is increasing at a rate of 2 mm/s. How fast is the volume increasing (in mm3/s) when the diameter is 100 mm
Answer:
The radius is increasing at a rate of 62832 cubic millimeters per second when the diameter is of 100 mm.
Step-by-step explanation:
Volume of a sphere:
The volume of a sphere of radius r is given by:
[tex]V = \frac{4\pi r^3}{3}[/tex]
How fast is the volume increasing:
To find this, we have to differentiate the variables of the problem, which are V and r, implicitly in function of time. So
[tex]\frac{dV}{dt} = 4\pi r^2\frac{dr}{dt}[/tex]
The radius of a sphere is increasing at a rate of 2 mm/s.
This means that [tex]\frac{dr}{dt} = 2[/tex]
How fast is the volume increasing (in mm3/s) when the diameter is 100 mm?
Radius is half the diameter, so [tex]r = \frac{100}{2} = 50[/tex]
Then
[tex]\frac{dV}{dt} = 4\pi r^2\frac{dr}{dt} = 4\pi (50)^2(2) = 62832[/tex]
The radius is increasing at a rate of 62832 cubic millimeters per second when the diameter is of 100 mm.
one particular ice cream parlor has 28 different flavors available. How many ice cream cups are possible if you order 4 scoops? this is a combination
Answer:
20,475 cream cups are possible.
Step-by-step explanation:
The order in which the flavors are chosen is not important, which means that the combinations formula is used to solve this question.
Combinations formula:
[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
In this question:
4 cups from a set of 28.
So
[tex]C_{28,4} = \frac{28!}{4!24!} = 20475[/tex]
20,475 cream cups are possible.
4. One in four people in the US owns individual stocks. You randomly select 12 people and ask them if they own individual stocks. a. Find the mean, variance, and standard deviation of the resulting probability distribution. (3pts) b. Find the probability that the number of people who own individual stocks is exactly six. (3pts) c. Find probability that the number of people who say they own individual stocks is at least two. (3pts) d. Find the probability that the number of people who say they own individual stocks is at most two. (3pts) e. Are the events in part c. and in part d. mutually exclusive
Answer:
a. The mean is 3, the variance is 2.25 and the standard deviation is 1.5.
b. 0.0401 = 4.01% probability that the number of people who own individual stocks is exactly six.
c. 0.1584 = 15.84% probability that the number of people who say they own individual stocks is at least two.
d. 0.3907 = 39.07% probability that the number of people who say they own individual stocks is at most two
e. Both cases include one common outcome, that is, 2 people owning stocks, so the events are not mutually exclusive.
Step-by-step explanation:
For each person, there are only two possible outcomes. Either they own stocks, or they do not. The probability of a person owning stocks is independent of any other person, which means that the binomial probability distribution is used to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
One in four people in the US owns individual stocks.
This means that [tex]p = \frac{1}{4} = 0.25[/tex]
You randomly select 12 people and ask them if they own individual stocks.
This means that [tex]n = 12[/tex]
a. Find the mean, variance, and standard deviation of the resulting probability distribution.
The mean of the binomial distribution is:
[tex]E(X) = np[/tex]
So
[tex]E(X) = 12(0.25) = 3[/tex]
The variance is:
[tex]V(X) = np(1-p)[/tex]
So
[tex]V(X) = 12(0.25)(0.75) = 2.25[/tex]
Standard deviation is the square root of the variance, so:
[tex]\sqrt{V(X)} = \sqrt{2.25} = 1.5[/tex]
The mean is 3, the variance is 2.25 and the standard deviation is 1.5.
b. Find the probability that the number of people who own individual stocks is exactly six.
This is P(X = 6). So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 6) = C_{12,6}.(0.25)^{6}.(0.75)^{6} = 0.0401[/tex]
0.0401 = 4.01% probability that the number of people who own individual stocks is exactly six.
c. Find probability that the number of people who say they own individual stocks is at least two.
This is:
[tex]P(X \geq 2) = 1 - P(X < 2)[/tex]
In which
[tex]P(X < 2) = P(X = 0) + P(X = 1)[/tex]
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{12,0}.(0.25)^{0}.(0.75)^{12} = 0.0317[/tex]
[tex]P(X = 1) = C_{12,1}.(0.25)^{1}.(0.75)^{11} = 0.1267[/tex]
[tex]P(X < 2) = P(X = 0) + P(X = 1) = 0.0317 + 0.1267 = 0.1584[/tex]
0.1584 = 15.84% probability that the number of people who say they own individual stocks is at least two.
d. Find the probability that the number of people who say they own individual stocks is at most two.
This is:
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)[/tex]
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{12,0}.(0.25)^{0}.(0.75)^{12} = 0.0317[/tex]
[tex]P(X = 1) = C_{12,1}.(0.25)^{1}.(0.75)^{11} = 0.1267[/tex]
[tex]P(X = 2) = C_{12,2}.(0.25)^{2}.(0.75)^{10} = 0.2323[/tex]
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.0317 + 0.1267 + 0.2323 = 0.3907[/tex]
0.3907 = 39.07% probability that the number of people who say they own individual stocks is at most two.
e. Are the events in part c. and in part d. mutually exclusive
Both cases include one common outcome, that is, 2 people owning stocks, so the events are not mutually exclusive.
The weights of certain machine components are normally distributed with a mean of 5.19 ounces and a standard deviation of 0.05 ounces. Find the two weights that separate the top 8% and the bottom 8%. These weights could serve as limits used to identify which components should be rejected
Answer:
The weight that separate the top 8% by 5.2605 and the weight that separate bottom 8% by 5.1195.
Step-by-step explanation:
We are given that
Mean,[tex]\mu=5.19[/tex]
Standard deviation,[tex]\sigma=0.05[/tex]
We have to find the two weights that separate the top 8% and the bottom 8%.
Let x1 and x2 the two weights that separate the top 8% and the bottom 8%.
Z-value for p-value =0.08 =[tex]-1.41[/tex]
For 8% bottom
[tex]Z=\frac{x_1-\mu}{\sigma}=-1.41[/tex]
[tex]\frac{x_1-5.19}{0.05}=-1.41[/tex]
[tex]x_1-5.19=-1.41\times 0.05[/tex]
[tex]x_1=-1.41\times 0.05+5.19[/tex]
[tex]x_1=5.1195[/tex]
For 8% top
p-Value=1-0.08=0.92
Z- value=1.41
Now,
[tex]\frac{x_2-5.19}{0.05}=1.41[/tex]
[tex]x_2-5.19=1.41\times 0.05[/tex]
[tex]x_2=1.41\times 0.05+5.19[/tex]
[tex]x_2=5.2605[/tex]
(x1,x2)=(5.1195,5.2605)
use dimensional analysis $3,000 to convert US Cash allowance into Peruvian currency.
Answer:
200000
Step-by-step explanation:
29563487
I need help. What’s the answer and how do you do this?
Determine which diagram could be used to prove triangle ABC is congruent to triangle EDC using similarity transformations
Answer:
A
Step-by-step explanation:
edge 2021
IF A=[2,4] and B=[0,3] then BUA=?
Answer:
it equal:
answer is : [0234]
A file that is 266 megabytes is being downloaded . 14.4 % is completed , how many megabytes have been downloaded round to the tenth
Answer:
38.3 megabytes
Step-by-step explanation:
Find how many megabytes have been downloaded by multiplying 266 by 0.144:
266(0.144)
= 38.304
Round this to the nearest tenth:
= 38.3
So, 38.3 megabytes have been downloaded
What is the missing term in the factorization?
12x2 – 75 = 3 (2x+?)(2x – 5)
Answer:
12x2 – 75 = 3 (2x+5)(2x – 5)
Step-by-step explanation:
an interest expense of $125 has been incorrectly debited to utilities expense.
Answer:
125x=(62.50+(62.50)×0
If a+bi, where b is not equal to 0, is a complex zero of a polynomial with real coefficients, then so is its _____ , a-bi.
a.) linear factorization
b.) irreducible factor
c.) reducible factor
d.) complex factor
e.) fundamental theorem
f.) conjugate
Hello,
answer f: conjugate
if all coefficients are real and a+ib a zero, its conjgate a-ib is also a zero.
F(x) = x/2*8 what is f(x), when x=10
Answer
13
Step-by-step explanation:
We are essentially being asked to find f(10), so let's evaluate this function at 10 by plugging this in for x.
f(10)=10/2+8=5+8=13
Answer:
f(x) = 40
Step-by-step explanation:
f(x) = x / 2 * 8
x = 10
f(x) = (10 / 2) * 8
= 5 * 8
= 40
Will give brainliest answer
Answer:
not equivalent
equivalent
not equivalent
Step-by-step explanation:
25 is by itself already 5²
therefore
[tex] {25}^{m} = {5}^{2m} [/tex]
when we divide one time by 5, we simply take away 1 from the power making it
[tex] {5}^{2m - 1} [/tex]
the other options are wrong
[tex] {25}^{m - 1} [/tex]
would be right, if we have
[tex] {25}^{m} \div 25[/tex]
but we don't.
and
[tex] {25}^{2m - 1} [/tex]
would even square
[tex] {25}^{m} [/tex]
and then divide by 25. no, the original excision is nothing like that.
A loan of £1000 has a compound interest rate of 2.7% charged monthly. Express the original loan as a percentage of the total amount awed after 2 months if no payment are made
Answer:
£1054.729
Step-by-step explanation:
To find compound interest you need to use the equation 1000(1.027)^x.
To find the interest rate (1.027):
100 + 2.7 = 102.7
102.7 / 100 = 1.027
The value of x is the amount of months if no payment is made in this situation, so 2 would be the x value for this problem.
Hope this helps!
15×115-(-3)}(4-4)÷3{5+(-3)×(-6
Answer:
15×115+3{0÷3}5-3×(-6)
15×115+3of 0 of 5-3×(-6)
15×115+0 of 5-3×(-6)
15×115+0+18
1725+0+18
1743
what is the value of the expression 5²5
Answer:
5^2×5
=25×5
=125
hope this will help you
Answer:
125
Step-by-step explanation:
hope this helps you
=25×5
=125
What is the area of area of 7 meters, 15 meters and 9 meters?
Answer:
10
Step-by-step explanation:
10-7 do it yourself and don't vheat
∠A and \angle B∠B are vertical angles. If m\angle A=(5x-9)^{\circ}∠A=(5x−9) ∘ and m\angle B=(8x-30)^{\circ}∠B=(8x−30) ∘ , then find the value of x
9514 1404 393
Answer:
x = 7
Step-by-step explanation:
Vertical angles have the same measure, so ...
m∠A = m∠B
(5x -9)° = (8x -30)°
21 = 3x . . . . . . . . . divide by °, add 30-5x
7 = x . . . . . . . . . . divide by 3
You deposit $2000 in an account earning 4% interest compounded monthly. How much will you have in the account in 10 years? $ Enter an integer or decimal number (more..]
Answer:
$2,981.67
Step-by-step explanation:
A marketing researcher wants to test the hypothesis that, within the population, there are differences in the importance attached to shopping by consumers living in the northern, southern, eastern and western United States. Which statistical test should be used
Answer: Analysis of variance
Step-by-step explanation:
Analysis of variance is the statistical test that's used in analyzing the differences among means. The analysis of variance is used to determine if a statistically significant differences exust between the means of the independent groups.
Based on the question given, the null hypothesis will be that no difference in the importance that's attached to shopping by the consumers living in different regions in the United States.
a car travels 10 km southeast and 15 km in a direction 60 degrees north of east. find the magnitude and direction
Answer:
the car travels 10km then 15km 60* north of east
Step-by-step explanation:
A Sociology instructor gives students points for each discussion-board post and points for each reply to a post. Ana wrote 6 posts and 8 replies and received 114 points. Jae wrote 5 posts and 4 replies and received 79 points. Determine how many points a discussion post is worth and how many points a reply is worth?
Answer:
5 points per post and 2 points per replies
سا (a) From the definition of derivatives determine dy÷dx if y = -2÷x
Step-by-step explanation:
Given: [tex]y = -\dfrac{2}{x}[/tex]
Derivative of a power function [tex]x^n[/tex]:
[tex]\dfrac{d}{dx}(x^n) = nx^{n-1}[/tex]
Therefore,
[tex]\dfrac{dy}{dx}=-2(-1)x^{-2} = \dfrac{2}{x^2}[/tex]
b) The cost of 1 kg of sweets is Rs 750. Find the cost of 1 kg sweet. 2
The greatest common factor of 45a^2b^3 and 18a^4b
Answer:
9a²b
Step-by-step explanation:
Hi there!
We need to find the greatest common factor out of 45a²b³ and 18[tex]a^{4}[/tex]b
We can split apart the monomials to make it easier
45a²b³ is 45*a²b³
18[tex]a^{4}[/tex]b is 18*[tex]a^{4}[/tex]b
First, let's find the GCF out of 45 and 18 (the number coefficients)
we can find all of the multiples of the 2 numbers:
45 is made up of 9 and 5
9 is made up of 3 and 3
so 3*3*5 is 45
18 is made up of 2 and 9
9 is made up of 3 and 3
so 2*3*3 is 18
3*3 is in both 45 and 18, so 9 is the GCF out of 45 and 18
Now let's find the GCF out of a²b³ and [tex]a^{4}[/tex]b
a²b³ made up of a² and b³
so a²b³ is a*a*b*b*b
[tex]a^{4}[/tex]b is made up of [tex]a^{4}[/tex] and b
so [tex]a^{4}[/tex]b is a*a*a*a*b
a*a*b is in both a²b³ and [tex]a^{4}[/tex]b, so the GCF out of a²b³ and [tex]a^{4}[/tex]b is a²b
Now multiply 9 and a²b together, as they are only the GCF of the parts of the monomials
9*a²b=9a²b
there's the greatest common factor of the 2 monomials
Hope this helps!
Which of the following best describes the number below square root of -7
A. Perfect square
B.composite
C.imaginary
D.positive
Answer: The ans is imaginary . option c
i need help solving this .
Answer:b
Step-by-step explanation:
Answer:
just be smart trust me u dont need us to give u the answer ur super smart
Step-by-step explanation:
make me brainliest to help people be encourage
Can someone do these for me and list the number because I’m struggling rn. And I’m having a breakdown lol.
Answer:
Step-by-step explanation:
First remove the parentheses.
As the sign outside the second parentheses is a + then the signs of the terms inside stay the same.
So the first one + (-3x +2) is just -3x + 2.
All the others on the left column are answered in the same way.
No. 4:
(-2x + 10 + (-8x - 1) Just remove the parentheses, we get:
-2x + 10 - 8x - 1 (we leave out the + before the second parentheses).
= -2x - 8x + 10 - 1
= -10x + 9
6. 8x + 8 + ( -6x - 1)
= 8x + 8 - 6x - 1
= 8x - 6x + 8 - 1
= 2x + 7.
- the other expressions on the right side column are solved in the same way.