Question

In: Accounting

1. Open the Salesum document, and add functions to calculate the average, Max, Min and Count...

1. Open the Salesum document, and add functions to calculate the average, Max, Min and Count on rows 18-21 in columns B-E. 2. In Cell B25 type an answer to the following question: Is the average computed in B18-E18 a good predictor of how much a new expense might cost, should we incur a new expense next year? Why or why not?

Solutions

Expert Solution

Answer :

1.Calculated values for average, max, min and count for expenses:

Expenses: Jan Feb Mar Apr

Average Expense 81,378 89,516 98,468 108,315

Maximum Expense 325,000 357,500 393,250 432,575

Minimum Expense 1,500 1,650 1,815 1,997

Count of Expenses 6 6 6 6

2. Average is not the good predictor for calculating the new expense cost because average is influenced by extreme values, given a sample is small, max and min values are far from each other for each expense.

Do not include expenses in next year because total expenses increase monthly by 10%.

Explanation :

1. Functions were used for average, max, min and count in excel are:

For Average =AVERAGE(number1 : number last)

For MAX =MAX(number1 : number last)

For MIN =MIN(number1 : number last)

For COUNT =COUNT(number1 : number last)

Calculated values for average, max, min and count for expenses:

Expenses: Jan Feb Mar Apr

Average Expense 81,378 89,516 98,468 108,315

Maximum Expense 325,000 357,500 393,250 432,575

Minimum Expense 1,500 1,650 1,815 1,997

Count of Expenses 6 6 6 6

2. Average is not the good predictor for calculating the new expense cost because average is influenced by extreme values.

Sample size is small.

In this data there is so much difference between maximum and minimum cost of expenses.

Do not include expenses in next year because total expenses increase monthly by 10%.


Related Solutions

Write a Python program that computes certain values such as sum, product, max, min and average...
Write a Python program that computes certain values such as sum, product, max, min and average of any 5 given numbers along with the following requirements. Define a function that takes 5 numbers, calculates and returns the sum of the numbers. Define a function that takes 5 numbers, calculates and returns the product of the numbers. Define a function that takes 5 numbers, calculates and returns the average of the numbers. Must use the function you defined earlier to find...
I want to calculate the max, min, mean, standard deviation and the percentage of data within...
I want to calculate the max, min, mean, standard deviation and the percentage of data within one standard deviation from a file already existing in my directory using JAVA. As you can see it below, I have found max, min, mean and stand deviation. How can I get the percentages of data within one standard deviation in the following code? import java.io.*; import java.util.Scanner; public class DataFile { public static void main(String[] args) { // declare variables double number, maximum,...
PLEASE USE PTHON SPYDER Given a data file, find the max, min, and average values of...
PLEASE USE PTHON SPYDER Given a data file, find the max, min, and average values of columns. Also, create an addition column that is based on the other columns. There will be no error checking required for this lab. You are provided with a data file named (surprise!) data.txt. Data is arranged in columns where each item of data is twelve columns wide (so it is easy to extract data items using slicing): Name Height(m) Weight(kg) Joe 1.82 72.57 Mary...
Exercise 9.2 (c++) (max, min, average, and median code) Write a program that asks users to...
Exercise 9.2 (c++) (max, min, average, and median code) Write a program that asks users to input up to 20 integers, and then finds the maximum, minimum, average, and median of the numbers that were entered. Use the following information to write your program. The median is the number that appears in the middle of the sorted list of numbers. If the array has an odd number of elements, median is a single number in the middle of the list...
The average rate of the following reaction at a certain temperature is 9.04×10-1 M/min. Calculate the...
The average rate of the following reaction at a certain temperature is 9.04×10-1 M/min. Calculate the value for the rate of change of [HNO3], in M/min, at this temperature. Report your answer to three significant figures in scientific notation. H2SO4(aq) + Sr(NO3)2(aq) → SrSO4(s) + 2HNO3(aq) If the intial concentration of H2SO4 is 0.684 M and the initial concentration of Sr(NO3)2 is 0.562 M, determine the concentration of H2SO4 (in M) after 34 seconds. Assume the volume of the solution...
1. Calculate the flow rate in gtt/min.
  1. Calculate the flow rate in gtt/min. (Simplify your answer completely. Express your answer to the nearest whole number.) Administer 1,700 mL in 8 hr using a set calibrated at 20 gtt/mL. 2. Calculate the flow rate in gtt/min. (Simplify your answer completely. Express your answer to the nearest whole number.) An IV of 1,000 mL was ordered to run in 6 hr. After 3 hr, only 350 mL have infused. The set calibration is 20 gtt/mL. Recalculate the...
What is the absolute max / min value for the function f(x) = x sqrt 1...
What is the absolute max / min value for the function f(x) = x sqrt 1 - x on the interval [ 1 , 1 ]
Find the absolute max and min in [-1,1] for f(x)=ln(x2+x+1)
Find the absolute max and min in [-1,1] for f(x)=ln(x2+x+1)
Create a vector of 100 integers PRG from 1 to 500. Find the max and min...
Create a vector of 100 integers PRG from 1 to 500. Find the max and min and print those out. Please use c++.
Create a vector of 100 integers PRG from 1 to 500. Find the max and min...
Create a vector of 100 integers PRG from 1 to 500. Find the max and min and print those out. Please use c++. Please use #include<iostream>, std::min_element, and std::max_element.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT