Question

Type an MS EXCEL formula for each of the measures described below. The fifth root of the value in cell H5 The Final value giv

How can I do this there is no data/Value provided?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Since cell addresses are given, we do not need actual values.

(i)

nth root is calculated by raising the number to its (1/n)th power

There, 5th root of H5 is given by =H5^(1/5)

(ii)

If rate is given in % terms

The final value is given by =A6*B6*C6

if rate is given in absolute (numerical) terms

The final value is given by =(A6*B6*C6)/100

(iii)

Standard deviation is the square root of variance.

The required value is given by =Z5+2*(Y5^(1/2)) or =Z5+(2*SQRT(Y5))

(iv)

Increase in % terms is simply calculated by Final Value = Initial Value*(1+Percentage Increase)

The required value is given by =G8*(1+F8)

(v)

Final Value = Principal * (1+Annual Rate/2)^(2*Investment Years)

i.e. Principal = Final Value/ (1+Annual Rate/2)^(2*Investment Years)

This means, Principal = A20/(1+A15/2)^(2*A16)

(vi)

Statistical range is given by the difference of the highest number in the data set and the lowest number in the data set.

Statistical range = max(A5:C20)-min(A5:C20)

Half of values = sum(A5:C20)/2

The required value is given by =(MAX(A5:C20)-MIN(A5:C20))^(SUM(A5:C20)/2)

(vii)

Required mean is given by average(B5,C20,N3:M4)

The required value is =(AVERAGE(B5,C20,N3:M4)*(1-1.5%))^2

(viii)

Assuming the same currency units throughout.

=if(D3>C1,"SORRY",if(C1-D3<151,10%*D3,20%*D3))

Note: Nested if condition is still just one if condition.

(ix)

There is an inbuilt median function that can be used.

=MEDIAN(C5,D5,E5:F6)^G5

Add a comment
Know the answer?
Add Answer to:
How can I do this there is no data/Value provided? Type an MS EXCEL formula for...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Styles First we will learn how to evaluate binomial distribution with the help of Excel. Let's...

    Styles First we will learn how to evaluate binomial distribution with the help of Excel. Let's flip a coin n times and count how many tails we are going to get. If n=0, then no coin is tossed and the only option is 0 tails. Therefore P(0)=1, the mean is 0 and the standard deviation is 0. We are going to do a simple table for n=0. First we will define columns. Click on cell A1 and type X for...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT