1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
natta225 [31]
3 years ago
14

Computer keyboard failures can be attributed to electrical defects or mechanical defects. A repair facility currently has 25 fai

led keyboards, 6 of which have electrical defects and 19 of which have mechanical defects.
a. How many ways are there to randomly select 5 of these keyboards for a thorough inspection (without regard to order)?
b. In how many ways can a sample of 5 keyboards be selected so that exactly two have an electrical defect?
c. If a sample of 5 keyboards is randomly selected, what is the probability that at least 4 of these will have a mechanical defect?
Computers and Technology
1 answer:
aev [14]3 years ago
3 0

Answer:

A. 53130

B. 1 4535

C.  0.656578

Explanation:

a.

Failed keyboards = 25

The number of electrical defects = 6

The number of mechanical defects = 19

using Combination Formulas since the question stated that order isn't required.

Combination formula is nCr = n! / r! * (n - r)!,

In the above formula,  n = The number of the population

r= the number of items chosen randomly whenever there is selection

In the question, n= 25, r= 5

so putting this in the formula we have:

nCr =  25! / 5! (25-5)!

nCr =  25! / 5! (20)!

so, 25! is 25 x 24 x 23 x 22 x 21 x 20 x 19 x 18 x 17 x 16 x 15 x 14 x 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 divided by 5! (20)!

where 5! = 5 x 4 x 3 x 2 x 1

and (20)! = 20 x 19 x 18 x 17 x 16 x 15 x 14 x 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1

25C5 = 53130

b.

To do this, we will find the combination of the value of keyboards that have have electrical defects then multiply it be the value of the combination of keyboards that have mechanical defects.

for electrical defects, n= 6

6C2 =  6! / 2! (6-2)!

Note we use 2 because of the value given from the question (In how many ways can a sample of 5 keyboards be selected so that exactly two have an electrical defect?)

6C2 =  6! / 2! (4)!

6C2 = 6 x 5 x 4 x 3 x 2 x 1 / 2 x 1 (4 x 3 x 2 x 1 )

6C2 = 720 / 2(24‬)

6C2 = 15‬

for mechanical defects, n = 19, selecting the other 3, so r = 3

19C3 =  19! / 2! (19-3)!

19C3 = 19 x 18 x 17 x 16 x 15 x 14 x 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 / 3 x 2 x 1 ( x 16 x 15 x 14 x 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1)

19C3 = 121,645,100,408,832,000‬ / 2 (355,687,428,096,000‬)

19C3 =969‬

19C3  x 6C2 =  969 x 15‬ = 1 4535

C.

For mechanical defect = we add to events together

19C4 =  19! / 4! (19-4)! + (19C5 = 19! / 5! (19-5)!)

19C4=  23256

19C5  = 11628

so adding these events 23256  +  11628  = 34884

Since the total of 25 combinating 5 selections, that is 25C5 =  53130

Then the probability that at least 4 of these will have a mechanical defect

= 34884 / 53130

= 0.656578

You might be interested in
Given the declarations struct BrandInfo { string company; string model; }; struct DiskType { BrandInfo brand; float capacity; };
Nonamiya [84]

Answer:

Type of myDisk.brand is BrandInfo.

Explanation:

4 0
3 years ago
.Visual Studio .NET’s ___________ feature displays all the members in a class
Alex

Answer:d)Intellisense

Explanation: Visual Studio.NET is the tool for the development of the application .Intellisense is the type of code that is found in the Visual Studio.NET which is used for the intelligent completion of text or code. The factors present in the Visual studio NET has are tracking of the values, increasing the understanding of code,presenting the class member etc.

Other options are incorrect because real time error checking is for the checking of the error raising at the time of execution, Quick info is for gaining data rapidly and outlined code are for display of the hierarchical structure of codes.Thus, the correct option is option(d).

3 0
3 years ago
5. The coordinates of triangle ABC are A(-7, 3), B(3, -7) and C(8. 8)
kati45 [8]

Answer:

b

Explanation:

6 0
3 years ago
Read 2 more answers
Byte pair encoding is a data encoding technique. The encoding algorithm looks for pairs of characters that appear in the string
erica [24]

Answer:

C. Byte pair encoding is an example of a lossless transformation because an encoded string can be restored to its original version.

Explanation:

Byte pair encoding is a form of encoding in which the most common pairs of consecutive bytes of data are replaced by a single byte which does not occur within the set of data.

For example, if we has a string ZZaaAb, it can be encoded if the pairs of string ZZ are replaced by X and the second pair by Y. So, our data now becomes XYAb.

To get our original data, that is decode it, we just replace the data with the keys X = ZZ and Y = aa thus allowing our original data to be restored.

Since our original string is restored without loss of data, it implies that <u>byte pair encoding is an example of a lossless transformation because an encoded string can be restored to its original version.</u>

8 0
2 years ago
. Assuming each reference costs 1 byte, and each piece of data/info costs 1 byte as well. When will a doubly linked list be more
mixer [17]

Answer:

The circular individually linked list is more efficient for time sharing process ,when multiple application are running on pc it is responsibility of an output system to put all process on a list and execute them all by giving them piece of time and make them wait when cpu is selected to other process.

It will be more suitable for output system to use circular list as when it reaches to last of list it will be manually reaches to starting node or process.

Singly circular linked list is used when we are concerned with the memory as only one process will be allocated memory at once and there are no chances of process to go never-ending waiting.

Explanation:

4 0
3 years ago
Other questions:
  • With a(n) ____ data table you can vary the value in one cell.
    5·1 answer
  • An important advantage of using GUI data-entry objects is that you often can control what users enter by limiting their options?
    6·1 answer
  • Every application program has a _______________ segment
    6·1 answer
  • What describes the basic transaction data such as its date, purpose, and amount and includes cash receipts, canceled checks, inv
    13·1 answer
  • Your friend sees an error message during Windows startup about a corrupted bootmgr file. He has another computer with a matching
    12·1 answer
  • On a hard disk each track is divided into invisible wedge-shaped sections called _______
    15·1 answer
  • "the magical number seven, plus or minus two" refers to the storage capacity of ________ memory.
    5·2 answers
  • Match each word to its correct meaning.
    5·1 answer
  • Your team will write a function that reverses a C-string, to practice using pointers. You must use pointers and C-strings for th
    6·1 answer
  • If I use the command right(90), which way will Tracy turn?<br> If correct I mark brainlist
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!