Question

In: Computer Science

Consider the following three market price data. (a) Enter the following sales data using Excel. sales...

Consider the following three market price data.

(a) Enter the following sales data using Excel.

sales = x1 sales = x2 sales = x3 Price A ($)
10 10 10 100
10 10 13 99
10 10 15 98
12 10 10 98
12 12 10 97
12 14 10 95
14 10 10 94

(b) Use LINEST to find a linear price function for the above data for three markets. (Note: You will be using the format (Price = b + m1*x1 + m2*x2 + m3*x3) where Price = P(x1, x2, x3) and the values for b, m1, m2, and m3 are all numerical values. Enter all values correct to 2 decimal places.)
P(x1, x2, x3) =  +  *x1 +  *x2 +  *x3


(c) Use the values for b and the three slopes to predict the price when the sales are x1 = 15, x2 = 20, and x3 = 15.
P(15, 20, 15) = $  

(d) Repeat (a) - (c) when one additional price data is used where x1 = 14, x2 = 12, x3 = 12 and Price A = $89. (Note: Add this new information into your spreadsheet by adding an extra row at the bottom.)

New linear price function
P(x1, x2, x3) =  +  *x1 +  *x2 +  *x3

New price prediction
P(15, 20, 15) = $

Solutions

Expert Solution

(a)

Just open an empty excel file and enter the following data table as it in the file.

This would look like:

(b) Then in cell E1 write m3, F1 write m2, G1 write m1 and H1 write b

Then select the cells E2, F2, G2, H2 and write the function:

=LINEST(D2:D8,A2:C8,TRUE,FALSE)

in which the first argument is known y's, the second is known x's, the third is true if you want constant coefficient and the fourth is true if you want additional regression statistics.

This would look like:

Then press Ctrl+Shift+Enter to get the regression coefficients m3,m2,m1,b in the cells E2,F2,G2,H2 respectively.

This would look like:

that means

m3=-0.49

m2=-0.53

m1=-1.50

b=125.64

(c) For x1=15,x2=20,x3=15

Price A=m1*x1+m2*x2+m3*x3+b

Price A=(-1.5*15)+(-0.53*20)+(-0.49*15)+125.64

Price A=85.19

(d) When you enter more data in th table then it would look like:

Then repeat the same procedure for m3,m2,m1,b as done in (b) and results will look like:

and then results will come on pressing Ctrl+Shift+Enter

New values of regression coefficients are:

m3=-0.81

m2=-0.68

m1=-2.01

b=136.35

and then for predicting the price

For x1=15,x2=20,x3=15

Price A=m1*x1+m2*x2+m3*x3+b

Price A=(-2.01*15)+(-0.68*20)+(-0.81*15)+136.35

Price A=80.45


Related Solutions

SHOW STEPS IN EXCEL PLEASE Consider the following data on price ($) and the overall score...
SHOW STEPS IN EXCEL PLEASE Consider the following data on price ($) and the overall score for six stereo headphones tested by a certain magazine. The overall score is based on sound quality and effectiveness of ambient noise reduction. Scores range from 0 (lowest) to 100 (highest). Brand Price ($) Score A 180 76 B 150 71 C 95 61 D 70 58 E 70 40 F 35 24 (a) The estimated regression equation for this data is ŷ =...
Consider the following three stocks that constitute a stock market index. Stock Beginning Price Ending Price...
Consider the following three stocks that constitute a stock market index. Stock Beginning Price Ending Price # Shares (000s) X 25 27 10,000 Y 100 140 1,000 Z 1500 1700 200 Market-cap-weighted index and price-weighted indexes would be most sensitive to which of these stocks and why?
2. Consider the following data for three stocks. Stock         Initial Price    Final Price       Number of Outstanding...
2. Consider the following data for three stocks. Stock         Initial Price    Final Price       Number of Outstanding Shares Stock 1      $10                 $12                   20 million Stock 2      $25                 $24                   5 million Stock 3      $100               $106                 1 million Compute the rate of return for each of the following portfolios: (a) Price weighted (b) Value weighted (c) Equal weighted
For the following exercises, enter the data from each table into MS-Excel and graph the resulting...
For the following exercises, enter the data from each table into MS-Excel and graph the resulting scatter plots (Use a smoothing function). Determine whether the data from the table could represent a function that is linear, exponential, or logarithmic. n 1.25 2.25 3.56 4.2 5.65 6.75 7.25 8.6 9.25 10.5 f (n) 5.75 8.75 12.68 14.6 18.95 22.25 23.75 27.8 29.75 33.5 x 1 2 3 4 5 6 7 8 9 10 f (x) 2 4.079 5.296 6.159 6.828...
Consider the following bonds currently traded in the market. Using this information find the no-arbitrage price...
Consider the following bonds currently traded in the market. Using this information find the no-arbitrage price of a 5-Year bond with a coupon of 5%. Suppose this bond is currently selling for $102 in the market. Is there an arbitrage opportunity? Explain how you would execute this arbitrage (All coupons are annual payment, including the bond you are asked to price) Annual Coupon Maturity in Years Price Bond 1 8% 1 102.800 Bond 2 9% 2 107.250 Bond 3 11%...
Using the data in the Excel file Home Market Value, develop a multiple regression model for...
Using the data in the Excel file Home Market Value, develop a multiple regression model for estimating the market value as a function of house age and house size. Predict the value of a house that is 30 years old and has 1800 square feet, and also predict the value of a house that is 5 years old and has 2800 square feet. Conduct your analysis using the following Multiple Regression Model Building and Interpretation Rubric: Identify the dependent variable...
Enter the Shoe Size and Height data from the In class data Excel file (use the...
Enter the Shoe Size and Height data from the In class data Excel file (use the excel in class data lab file loaded into the files section of Canvas) into the week 7 Regression Excel sheet. Create a scatter plot for the data, store and graph the regression equation, and note the r2 and r value. Looking at the graph and the r, and r^2 value, do you feel that shoe size is a good predictor for height? Explain your...
Please finish the following assignment in Excel Does price affect sales? Does Advertising affect sales? Are...
Please finish the following assignment in Excel Does price affect sales? Does Advertising affect sales? Are there any interaction effects between price and advertising? Show it with graph. Price Low Medium High Low 41 21 15 Adv 25 20 14 23 16 13 Medium 28 28 14 30 22 13 32 18 12 High 50 34 13 51 40 13 52 32 13
Show all calculation details by not using a calculator or Excel answers. Consider the data set:...
Show all calculation details by not using a calculator or Excel answers. Consider the data set: (7,11), (10,0), (13,-2). A. Compute and interpret the coefficient of correlation. B. Compute the least squares line for this data (no need to repeat computations from above).
In the market for tablet computers, more suppliers enter the market and the price of laptops,...
In the market for tablet computers, more suppliers enter the market and the price of laptops, a substitute good, increases, while all other factors remain constant. Explain the change(s) in the equilibrium price and quantity.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT