answer.
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
Genrish500
24 days ago
5

A computer program is tested by 5 independent tests. If there is an error, these tests will discover it with probabilities 0.1,

0.2, 0.3, 0.4, and 0.5, respectively. Suppose that the program contains an error. What is the probability that it will be found
Computers and Technology
1 answer:
ivann1987 [930]24 days ago
5 0

Answer:

0.8488

Explanation:

Let E denote the error from test 1.

Let F represent the error from test 2.

Let G signify the error from test 3.

Let H indicate the error from test 4.

Let I be the error from test 5.

Given values are P(E)=0.1, P(F)=0.2, P(G)=0.3, P (H)= 0.4, P (I)=0.5

As a result, P(notE)=0.9, P(notF)=0.8, P(notG)=0.7, P(not H)=0.6, P (notI)=0.5

Assuming test independence, P(not E & not F & not G & not H & not I) can be expressed as P(notE)*P(notF)*P(notG)*P(notH)*P(notI) =0.9*0.8*0.7*0.6*0.5 =0.1512

P(at least one test finding an error) is equal to 1 minus the probability of not finding any errors: 1 - P(not E & not F & not G & not H & not I) = 1-0.1512 = 0.8488

You might be interested in
Which kind of image is indispensable and needs added text to how with it A. a map B. a chart C. a graph or D. a photograph
Amiraneli [921]
My initial thought would be a photograph. A graph would be my second guess. I trust this reply resolves your inquiry!
4 0
25 days ago
Read 2 more answers
Which of the following statements is true? A. Marking a presentation as final is stronger security than password protection. B.
Amiraneli [921]

The answer is B.

5 0
1 month ago
Read 2 more answers
Kirk found a local community college with a two-year program and he is comparing the cost with that of an out-of-state two-year
maria [879]

What is the anticipated overall expense for one year at the local community college should Kirk reside at home?

Answer: $6845



What is the estimated total cost for one year at the out-of-state institution if Kirk resides on campus?

Answer: $30,566

5 0
28 days ago
Read 2 more answers
github Portfolio Balances An investor opens a new account and wants to invest in a number of assets. Each asset begins with a ba
Rzqust [894]

This code serves to find out the highest amount invested

Explanation:

long maxValue(int n, int rounds_rows, int rounds_columns, int into rounds)

{

   // Variable declaration to hold

   // the highest investment amount.

   long max = 0;

   

   // Creating an array of size n,

   // to keep track of the n investments.

   long *investments = (long*)malloc(sizeof(long)*n);

   int i=0;  

   // Initialize all

   // investments to zero.

   for(i=0;i<n;i++)

   {

       investments[i] = 0;

   }

   i=0;

   // Execute the loop to

   // conduct the rounds.

   while(i<rounds_rows)

   {

       // Acquire the left value

       // for the current round.

       int left = rounds[i][0];

       

       // Acquire the right value

       // for this round.

       int right = rounds[i][1];

       // Get the contribution

       // for this round.

       int contribution = rounds[i][2];

       // Because user indexing is 1-based,

       // subtract 1 from left

       // and right as the program employs

       // 0-based indexing. The

       // array investments begins

       // at 0 and not 1.

       right = right - 1;

       int j=0;

       // Execute loop to distribute the

       // contribution across all investments

       // from left to right, inclusive.

       for(j=left; j<=right; j++)

       {

           investments[j] += contribution;

       }

       i++;

   }

   // Traverse the investments array

   // to locate the maximum value.

   max = investments[0];

   for(i=1; i<n;i++)

   {

       if(investments[i]>max)

       {

           max = investments[i];

       }

   }

   // Return the

   // highest investment.

   return max;  

}

6 0
1 month ago
4. When emergency changes have to be made to systems, the system software may have to be modified before changes to the requirem
Natasha_Volkova [897]

Answer:

Incremental model

Explanation:

This approach is advantageous for manageable modifications of prior versions.

The incremental model involves a method for software development where the product undergoes design, implementation, and testing in phases until completion. In this context, "finished" denotes that the product satisfies all necessary requirements.

This model encompasses both development and upkeep.

7 0
1 month ago
Other questions:
  • Your computer science teacher asks you to sample a black and white image that is 4" x 6". How would you sample the image to prov
    8·1 answer
  • The PictureBook class is a subclass of the Book class that has one additional attribute: a String variable named illustrator tha
    9·1 answer
  • A pedometer treats walking 2,000 steps as walking 1 mile. Write a program whose input is the number of steps, and whose output i
    15·1 answer
  • Splunk In most production environments, _______ will be used as the source of data input?
    12·1 answer
  • (Java) Which of the following code segments correctly declare a Strings and gives it a value of "fortran".
    12·1 answer
  • Which of the following describes ETL? a) A process that transforms information using a common set of enterprise definitions b) A
    14·1 answer
  • Assign max_sum with the greater of num_a and num_b, PLUS the greater of num_y and num_z. Use just one statement. Hint: Call find
    5·1 answer
  • Widget Corp. wants to shift its list of inventory to a cloud so that its different branches can access it easily. The company ne
    7·1 answer
  • Assign to avg_owls the average owls per zoo. Print avg_owls as an integer. Sample output for inputs: 1 2 4 3
    7·1 answer
  • Technological improvements have allowed people to inhabit a wider variety of places more easily. Please select the best answer f
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!