Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Informix Database Administrators Survival Guide

Authors: Joe Lumbley

1st Edition

0131243144, 978-0131243149

More Books

Students also viewed these Databases questions