11

find the number of ways of forming
an executive Committee of four in a
social club consisting of 15 members,
If a particular man must be in
the comittee

Answers

Answer 1

There are 365 ways of forming an executive Committee of four in a social club consisting of 15 members

Understanding Permutation and Combination

If a particular man must be in the committee, we can choose the remaining 3 members from the remaining 14 members. The number of ways to choose 3 members from 14 is given by the combination:

14Cr3 = [tex]\frac{14!}{3! 11!}[/tex] = [tex]\frac{14x13x12}{3x2x1}[/tex] = 364

Therefore, there are 364 ways of forming an executive committee of four in a social club consisting of 15 members, if a particular man must be in the committee.

Learn more about combination here:

https://brainly.com/question/28065038

#SPJ1


Related Questions

What is 8% of 1125?

Answers

Answer:

90

Step-by-step explanation:

1125/100=11.25

11.25x8=90

Simplify the following expression by using these values:
m = −6; n = 2; p = 4
[tex]-3m^{2}[/tex]+4n-p

Answers

Hi there!

Given the expression below:-

[tex] \large{ - 3 {m}^{2} + 4n - p}[/tex]

We are also given these three values below:

m = -6n = 2p = 4

Simply substitute these values in:-

[tex] \large{ - 3 {( - 6)}^{2} + 4(2) - 4}[/tex]

Any negative numbers squared would result in positive.

[tex] \large{ - 3(36) + 8 - 4} \\ \large{ - 108 + 4} \\ \large \boxed{ - 104}[/tex]

Hence, the answer is -104 when substituting values in the expression.

Let me know if you have any questions!

[tex]\huge\text{Hey there!}[/tex]

[tex]\large\textsf{-3m}\mathsf{^2}\large\textsf{ + 4n - p}\\\large\textsf{= -3(-6)}\mathsf{^2}\large\textsf{ + 4(2) - 4}\\\\\large\textsf{(-6)}^2\\\large\textsf{= (-6)(-6)}\\\large\textsf{= \bf 36}\\\\\large\textsf{= -3(36) + 4(2) - 4}\\\\\large\text{-3(36)}\\\large\textsf{= \bf -108}\\\\\large\textsf{= -108 + 4(2) - 4}\\\\\large\textsf{4(2)}\\\large\textsf{= \bf 8}\\\\\large\textsf{= -108 + 8 - 4}\\\\\large\textsf{-108 + 8}\\\large\textsf{= \bf -100}\\\\\large\textsf{-100 - 4}\\\large\text{ = \bf -104}[/tex]

[tex]\boxed{\boxed{\huge\text{Therefore, your answer is: \boxed{\bf -104}}}}\huge\checkmark[/tex]

~[tex]\frak{Amphitrite1040:)}[/tex]  

The difference of two numbers is 8. If the sum of the smaller number and the square of the larger number is 148, what is the smaller number?

Answers

Answer:

C

Step-by-step explanation:

x^ 3 +x^ 2 +4x/x^ 2 +x-2
into partial
fractions​

Answers

Answer:

x + (4/ x-2) + (2/ x-1)

Step-by-step explanation:

x + (6x/ x^2 + 2x - x -2)

x + (6x/ (x + 2) X (x - 1))

(6x/ (x + 2) X (x - 1))

(A/ x+2) + (B/ x-1)

(6x/ (x + 2) X (x - 1)) = (A/ x+2) + (B/ x-1)

6x = Ax + Bx - A + 2B

6x = (A+B)x + (-A+2b)

{0 = -A+2B

{6 = A+B

(A,B) = (4, 2)

(4/ x+2) + (2/ x-1)

x + (4/ x-2) + (2/ x-1)

Point D is 8 units away from the origin along the x-axis, and is 6 units away along the y-axis. Which of the following could be the coordinates of Point D

Answers

Answer:

The distance between two points (x₁, y₁) and (x₂, y₂) is given by:

[tex]d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}[/tex]

Now we know that point D, which we can write as (x, y), is at a distance of 8 units from the origin.

Where the origin is written as (0, 0)

We also know that point D is 6 units away along the y-axis.

Then point D could be:

(x, 6)

or

(x, -6)

Now, let's find the x-value for each case, we need to solve:

[tex]8 = \sqrt{(x - 0)^2 + (\pm6 - 0)^2}[/tex]

notice that because we have an even power, we will get the same value of x, regardless of which y value we choose.

[tex]8 = \sqrt{x^2 + 36} \\\\8^2 = x^2 + 36\\64 - 36 = x^2\\28 = x^2\\\pm\sqrt{28} = x\\\pm 5.29 = x[/tex]

So we have two possible values of x.

x = 5.29

and

x = -5.29

Then the points that are at a distance of 8 units from the origin, and that are 6 units away along the y-axis are:

(5.29, 6)

(5.29, -6)

(-5.29, 6)

(-5.29, -6)

If a ∥ b and b ⊥ y, then _____

Answers

Answer:

a ⊥ y

Step-by-step explanation:

since b is parallel to a & perpendicular to y , line y will eventually cut across line a at a 90 degree angle as well

Answer:

a ⊥ y

Step-by-step explanation:

Look at the image given below.

A warehouse contains ten printing machines, two of which are defective. A company selects seven of the machines at random, thinking all are in working condition. What is the probability that all seven machines are nondefective?

Answers

Answer:

0.0667 = 6.67% probability that all seven machines are nondefective.

Step-by-step explanation:

The machines are chosen from the sample without replacement, which means that the hypergeometric distribution is used to solve this question.

Hypergeometric distribution:

The probability of x successes is given by the following formula:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

In which:

x is the number of successes.

N is the size of the population.

n is the size of the sample.

k is the total number of desired outcomes.

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:

10 machines means that [tex]n = 10[/tex]

2 defective, so 10 - 2 = 8 work correctly, which means that [tex]k = 8[/tex]

Seven are selected, which means that [tex]n = 7[/tex]

What is the probability that all seven machines are nondefective?

This is P(X = 7). So

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 7) = h(7,10,7,8) = \frac{C_{8,7}*C_{2,0}}{C_{10,7}} = 0.0667[/tex]

0.0667 = 6.67% probability that all seven machines are nondefective.

at which value will the graph of y=csc x have a zero

Answers

Answer:

y = csc(x) does not have any zero.

Step-by-step explanation:

If we have:

y = f(x)

a zero of that function would be a value x' such that:

y = f(x') = 0

Here we basically want to solve:

y = csc(x) = 0

First, remember that:

csc(x) = 1/sin(x)

now, the values of sin(x) range from -1 to 1.

So we want to solve:

1/sin(x) = 0

notice that a fraction:

a/b = 0

only if a = 0.

Then is easy to see that for our equation:

1/sin(x) = 0

The numerator is different than zero, then the equation never will be equal to zero.

Then:

y = csc(x) = 1/sin(x)

Does not have a zero.

Please help!! The question is the image below VVV
Answers are also images after the picture.

Answers

Step-by-step explanation:

When adding two fractions with different bases (bottom numbers), we can use this function:

[tex]\frac{a}{b} + \frac{c}{d} = \frac{ad + cb}{bd}[/tex]

So, to apply this to the given question:

[tex]\frac{x+3}{x-6} +\frac{1}{x-2}[/tex]

= [tex]\frac{(x+3)(x-2)+(1)(x-6)}{(x-6)(x-2)}[/tex]

From the given answers, we see we don't need to simplify the resulting base number, which makes things a lot easier.

Multiply top using: (a + b)(c + d) = ac + ad + bc + bd

= [tex]\frac{[(x*x) + (x*-2)+(3*x)+(3*-2)]+(x-6)}{(x-6)(x-2)}[/tex]

Simplify.

= [tex]\frac{[x^2 -2x+3x-6]+(x-6)}{(x-6)(x-2)}[/tex]

Remove parentheses.

= [tex]\frac{x^2 -2x+3x-6+x-6}{(x-6)(x-2)}[/tex]

Simplify again.

= [tex]\frac{x^2 +2x-12}{(x-6)(x-2)}[/tex]

Now if we wanna be a little smart, we can see that from here, the only answer that has x^2 and something else, is A. But, just for show, lets factor.

Factor.

= [tex]\frac{x(x+2)}{(x-6)(x-2)}[/tex]

Answer:

A) [tex]\frac{x(x+2)}{(x-6)(x-2)}[/tex]

Hi !I need help with this question

Answers

The answer is 270 degrees

I have doubt it be 270 degrees.

Can you please help me

Answers

9514 1404 393

Answer:

  1/63

Step-by-step explanation:

There are various ways the question "how much larger" can be answered. Here, we choose to answer it by telling the difference between the two fractions:

  4/9 -3/7 = (4·7 -9·3)/(9·7) = 1/63

The larger fraction is 1/63 unit larger than the smaller fraction.

find all the missing measurement​

Answers

Answer:

Hello,

|FD|=15

Step-by-step explanation:

Since the triangles are similar, the bissects are also.

k*35=21 ==> k=21/35

k*25=|FD|

|FD|=(21/35)*25=15

A 10​-sided die is rolled. Find the probability of rolling an even number. The set of equally likely outcomes is shown below. ​{1, 2, 3, 4, 5, 6, 7, 8, 9, 10​}

The probability of rolling an even number on a 10​-sided die is:

Answers

Answer:

1/2

Step-by-step explanation:

There are ten sides on this die. As stated in your question, there are five even numbers and five odd numbers. If we take the amount of even numbers over the total, you get 5/10, which simplifies to 1/2.

The probability of rolling an even number on a 10 - sided die is 1/2 or 0.5

What is Probability?

The probability that an event will occur is measured by the ratio of favorable examples to the total number of situations possible

The value of probability lies between 0 and 1

Given data ,

Let the data set be S = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ​}

So , the number of elements in the data set = 10 elements

Now , in order to get an even number when dolling the dice ,

The set of possible outcomes P = { 2 , 4 , 6 , 8 , 10 }

The number of elements in the data set P of outcomes = 5 elements

So , the probability of getting an even number from the data set when rolling a 10 sided dice is P ( x ) =
number of elements in the data set P of outcomes / number of elements in the data set

The probability of getting an even number from the data set when rolling a 10 sided dice is P ( x ) = 5 / 10

The probability P ( x ) = 1/2

                                   = 0.5

Hence , The probability of rolling an even number on a 10 - sided die is 1/2 or 0.5

To learn more about probability click :

https://brainly.com/question/17089724

#SPJ2

The pie chart shows the favorite type of book of the more than 50,000 high school students. About what percent of favorite type of book is drama? About what percent is mystery?


Complete the statements based on the information.


About

% of high school students chose dramas as their favorite type of book.


About

% of high school student chose mysteries as their favorite type of book.

Ans:
50%

25%

Answers

Answer:

About 50% of high school student chose dramas as their favorite type of book.

About 25% of high school student chose mysteries as their favorite type of book.

Thus, 50% of high school students chose dramas as their favorite type of book and 25% of high school students chose mysteries as their favorite type of book.

What is the percentage?

It's the ratio of two integers stated as a fraction of a hundred parts. It is a metric for comparing two sets of data, and it is expressed as a percentage using the percent symbol.

It is given that:

The pie chart shows the favorite type of book of more than 50,000 high school students.

As we know,

A circular statistical visual with slices illustrating a normal probability plot is named a pie chart. Each slice's arc length in a pie chart matches to the quantity it displays.

Thus, 50% of high school students chose dramas as their favorite type of book and 25% of high school students chose mysteries as their favorite type of book.

Learn more about the percentage here:

brainly.com/question/8011401

#SPJ2

What are the values of a, b, and c in the quadratic equation 0 = one-halfx2 – 3x – 2?

a = one-half, b = 3, c = 2
a = one-half, b = –3, c = –2
a = one-half, b = 3, c = –2
a = one-half, b = –3, c = 2

Answers

Answer:

b

Step-by-step explanation:

ax^2+bx+c=0

1/2x^2-3x-2=0

Answer:

B

Step-by-step explanation:

Hello people can you please help me on this

Answers

Step-by-step explanation:

Step 1:  Complete the first equation

0.1 is a tenth, therefore if we have 15.3 then we have 153 tenths.

Step 2:  Complete the second equation

15.3 / 3 = 5.1  

0.1 is a tenth, therefore if we have 5.1 then we have 51 tenths.  

Step 3:  Complete the third equation

15.3 / 3 = 5.1

if x-y =2 and xy=15, find the value of x cube - y cube.​

Answers

Answer:

5³ = 125 : -3³ = -27

Step-by-step explanation:

let x= 5 and y= 3x - y = 25 - 3 = 2xy = 155 × 3 = 15x³ = ? : -y³ = ?5³ = 125 : -3³ = -27

[tex]\tt{ \green{P} \orange{s} \red{y} \blue{x} \pink{c} \purple{h} \green{i} e}[/tex]

Logan has $1.95 in dimes and quarters in his pocket. He has 2 more dimes than quarters. (Keep in mind that dimes are worth 10c and quarters 25c.)

1. Write an equation that will help you determine the number of quarters.
2. Solve the equation showing all your steps.
3. Tell how many quarters and dimes he has.

Answers

Answer:

17 dimes 1 quarter

Step-by-step explanation:

logan has 1.95

step by step explanation:

a dime can not be more than 10 c

and less than 10c

a quarter can not be more than 25c

and less than 25 c

so logan must have 17 dimes and 1 quarter

key = 1 dime = 10c, 1 quarter = 25c

$1.70 + 25c = $1.95

hope this helps!!

Aku has less than 3 times as many mangoes as Alaba and half as many mangoes as Amina if alaba has x mangoes the interns of x then how many mangoes do aku alaba and Amina have in combined

Answers

Answer:

I have no clue my bad bro.

5x + 2y + 19 = 0 3x + 4y + 17 = 0​

Answers

Answer:

x = -3; y = 2

Step-by-step explanation:

5x + 2y + 19 = 0

3x + 4y + 17 = 0​

-10x - 4y - 38 = 0

3x + 4y + 17 = 0

-7x - 21 = 0

x = -3

5(-3) + 2y = -19

2y = -4

y = -2

Answer: x = -3; y = 2

A tire manufacturer has a 60,000 mile warranty for tread life. The company wants to make sure the average tire lasts longer than 60,000 miles. The manufacturer tests 250 tires and finds the mean life for these tires to be 64,500 miles.What is the alternative hypothesis being tested in this example

Answers

Answer:

The alternative hypothesis being tested in this example is that the tire life is of more than 60,000 miles, that is:

[tex]H_1: \mu > 60,000[/tex]

Step-by-step explanation:

A tire manufacturer has a 60,000 mile warranty for tread life. The company wants to make sure the average tire lasts longer than 60,000 miles.

At the null hypothesis, we test if the tire life is of at most 60,000 miles, that is:

[tex]H_0: \mu \leq 60,000[/tex]

At the alternative hypothesis, we test if the tire life is of more than 60,000 miles, that is:

[tex]H_1: \mu > 60,000[/tex]

Find the value of x on this triangle

Answers

Answer:

x = 35

Step-by-step explanation:

We can use the Pythagorean theorem since this is a right triangle

a^2 + b^2 = c^2  where a and b are the legs and c is the hypotenuse

x^2 + 12^2 = (x+2)^2

FOIL

x^2+144=x^2+4x+4

Subtract x^2 from each side

144= 4x+4

Subtract 4 from each side

140 = 4x

Divide by 4

35 =x

A certain test preparation course is designed to help students improve their scores on the LSAT exam. A mock exam is given at the beginning and end of the course to determine the effectiveness of the course. The following measurements are the net change in 6 students' scores on the exam after completing the course: 6,16,19,12,15,14.
Using these data, construct a 90% confidence interval for the average net change in a student's score after completing the course. Assume the population is approximately normal. Find the critical value that should be used in constructing the confidence interval.

Answers

Answer:

The critical value is [tex]T_c = 2.5706[/tex].

The 90% confidence interval for the average net change in a student's score after completing the course is (9.04, 18.30).

Step-by-step explanation:

Before building the confidence interval, we need to find the sample mean and the sample standard deviation:

Sample mean:

[tex]\overline{x} = \frac{6+16+19+12+15+14}{6} = 13.67[/tex]

Sample standard deviation:

[tex]s = \sqrt{\frac{(6-13.67)^2+(16-13.67)^2+(19-13.67)^2+(12-13.67)^2+(15-13.67)^2+(14-13.67)^2}{5}} = 4.4121[/tex]

Confidence interval:

We have the standard deviation for the sample, so the t-distribution is used to solve this question.

The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So

df = 6 - 1 = 5

90% confidence interval

Now, we have to find a value of T, which is found looking at the t table, with 5 degrees of freedom(y-axis) and a confidence level of [tex]1 - \frac{1 - 0.9}{2} = 0.95[/tex]. So we have T = 2.5706, that is, the critical value is [tex]T_c = 2.5706[/tex]

The margin of error is:

[tex]M = T\frac{s}{\sqrt{n}} = 2.5706\frac{4.4121}{\sqrt{6}} = 4.63[/tex]

In which s is the standard deviation of the sample and n is the size of the sample.

The lower end of the interval is the sample mean subtracted by M. So it is 13.67 - 4.63 = 9.04.

The upper end of the interval is the sample mean added to M. So it is 13.67 + 4.63 = 18.30.

The 90% confidence interval for the average net change in a student's score after completing the course is (9.04, 18.30).

Find the sum of the geometric series given a1=2, r=−3, and n=8.

Answers

Answer:

S₈ = - 3280

Step-by-step explanation:

The sum to n terms of a geometric series is

[tex]S_{n}[/tex] = [tex]\frac{a_{}(r^{n}-1) }{r-1}[/tex]

Here a₁ = 2, r = - 3 and n = 8 , then

S₈ = [tex]\frac{2((-3)^{8}-1) }{-3-1}[/tex]

   = [tex]\frac{2(6561-1)}{-4}[/tex]

   = [tex]\frac{2(6560)}{-4}[/tex]

   = [tex]\frac{13120}{-4}[/tex]

   = - 3280

 

6. Find the missing side. Round to the nearest tenth ​

Answers

Answer:

x = 7.6

Step-by-step explanation:

We know the opposite side and the adj side and this is a right triangle

tan theta = opp / adj

tan 66 = 17/x

x tan 66 = 17

x = 17 /tan 66

x=7.56888

To the nearest tenth

x = 7.6

tanØ=Perpendicular/Base

tan66=17/xx=17/tan66x=7.57x=7.6

Which expression is equivalent to
R^9/r^3?

Answers

Answer:

r^9/r^3 = r^9-3 = r^6

Step-by-step explanation:

Hi there!  

»»————- ★ ————-««

I believe your answer is:  

[tex]r^6[/tex]

»»————- ★ ————-««  

Here’s why:  

⸻⸻⸻⸻

[tex]\boxed{\text{Simplifying...}}\\\\\frac{r^9}{r^3} \\--------------\\\\\text{Recall the quotient rule:}} \frac{a^x}{a^y}=a^{x-y}\\\\\rightarrow \frac{r^9}{r^3}\\\\\rightarrow r^{9-3}\\\\\rightarrow \boxed{r^6}[/tex]

⸻⸻⸻⸻

»»————- ★ ————-««  

Hope this helps you. I apologize if it’s incorrect.  

 

11. The unit digit in the expression (31 + 132 + 143 + 414 + 515 +156 + 61) i (A) 4 (B) 3 (C) 2 . (D) 1​

Answers

Answer:

Step-by-step explanation:

[tex]we \ add \ \ only \ \ units \ we \ do \ not \ need \ the \ rest \\\\ \bf (3\underline 1 + 13\underline2 + 14\underline3 + 41\underline4 + 51\underline5 +15\underline6 + 6\underline1)= \\\\ 1+2+3+4+5+6+1=2\underline 2 \\\\ Answer: C) \ 2[/tex]

What is (4n + 3n2 + 2) - (n - 6n
+1) simplified?
A -3n2 + 3n-2 C 9n2 + 3 + 2
B 3n2 + 3n + 2 D 9n2 + 3n + 1
C 9n2 + 3n + 2
D 9n2 + 3n + 1

Answers

Step-by-step explanation:

4n + 3n2 + 2 + n + 6n – 1 Expand with – 1

3n2 + 4n + n + 6n + 2 – 1 Grouped liked terms

3n2 + 11n – 1

A rectangle is 19 inches long and 6 inches wide find it’s area

Answers

Step-by-step explanation:

how to find the area

multiply the length times the width

19 × 6 = 114 inches squared

The area of the rectangle is 114 square inches if the length and breadth of the rectangle are 19 inches and 6 inches.

A rectangle is one of the elementary geometric figures. It is a quadrilateral with a pair of equal and parallel sides. All angles of a rectangle are right angles.

The length of the rectangle is given as 19 inches.

The breadth of the rectangle is given as 6 inches.

The area of the given rectangle is given as:

Area = length × breadth

Area = 19 × 6

Area = 114 square inches

Thus, the area of the given rectangle is 114 square inches.

Learn more about Rectangles here:

https://brainly.com/question/29123947

#SPJ3

In the figure, m<1= m<2 = 22 and m<3 = m<4 = 123. Find m

Answers

Answer:

35

Step-by-step explanation:

35 because the two angles are added 22 and 123 = 145. 145-180=35

Other Questions
6.3 rounded to the nearest whole number pls help me!! This one i number 7.. Why is it important for a speaker to include supporting material in a presentation? Pls help me understand this problemRick paints a circular table that has a diameter of 16. What is the area of the table? Which type of energy uses the photoelectric effect?BiomassSolarGeothermalWind what is the difference between partial and minimum Can u please help answer 9 and 10 please what is mean of ace?what is mean of glutch? How do I find the domain and range of this? Name the marked angle in 2 different ways.SOMEONE PLEASE HELP ME ILL GIVE YOU BRAINLIST ANSWER!!! Someone plz help me! :( Gaseous exchange is best described as? What is the equation of the line that passes through the point (8,-4) and has a slope of 1/2 major classification of crude product plz download the doc and answer its due in 20 mins like bro wth is y in y + 2z + 45 + 5x a constant? 10. Andy has trumpet practice 4 times every month. Every practice lasts half an hour. What is the total number of minutes that Andy will practice? 2. Contemporary poets are best known for what?O writing about nature as a way to connect with the divinestrict rhyme schemes and meterexperimenting with poetic rulesusing poetry to write about revolution Prior to industrialization producing goods was mainly the responsibility of people working in their homestruefalse Which primary source document would give you insight into how the Great Chicago Fire affected working-class families?A. a letterB. a newspaper accountC. an essayD. an immigrant newspaper