Question: 1- Write a pseudo/algorithm to compute the equivalent resistance of the standard deviation of 3 numbers N1, N2, N3. The standard deviation is found as

1- Write a pseudo/algorithm to compute the equivalent resistance of the standard deviation of 3 numbers N1, N2, N3.

The standard deviation is found as follows:

compute number averages as ST= (N1+N2+N3)/3

Then compute the terms (N-ST)^2 , (N2-ST)^2, and (N3-ST)^2

Then add the above 3 terms

Then find the square root of the sum of the 3 terms

Algorithm should display messages at requesting inputs as follows:

Please enter 3 numbers to find the standard deviations for:

Display the output message as follows:

The standard deviation of 3 numbers N1 (show values entered), N2 (show value entered), N3 (show value entered) is ST ( Show computed value).

Algorithm should ensure the inputs are of valid values of integers or real floating numbers

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!