You decided to join a fantasy Baseball league and you think the best way to pick your players is to look at their Batting Averages.
You want to use data from the previous season to help predict Batting Averages to know which players to pick for the upcoming season. You want to use Runs Score, Doubles, Triples, Home Runs and Strike Outs to determine if there is a significant linear relationship for Batting Averages.
You collect data to, to help estimate Batting Average, to see which players you should choose. You collect data on 45 players to help make your decision.
x1 = Runs Score/Times at Bat
x2 = Doubles/Times at Bat
x3 = Triples/Times at Bat
x4 = Home Runs/Times at Bat
x5= Strike Outs/Times at Bat
Estimate the Batting Average when Run Score = 0.123, Doubles = 0.040, Triples = 0.0045 , Home Runs = 0.009 and Strike Outs = 0.189
DATA:
| Batting Average | RS/Times at Bat | Doubles/Times at Bat | Triples/times at bat | HR/Times at Bat | SO/Times at Bat |
| 0.283 | 0.144 | 0.049 | 0.012 | 0.013 | 0.086 |
| 0.276 | 0.125 | 0.039 | 0.013 | 0.002 | 0.062 |
| 0.281 | 0.141 | 0.045 | 0.021 | 0.013 | 0.074 |
| 0.328 | 0.189 | 0.043 | 0.001 | 0.03 | 0.032 |
| 0.29 | 0.161 | 0.044 | 0.011 | 0.07 | 0.076 |
| 0.296 | 0.186 | 0.047 | 0.018 | 0.05 | 0.007 |
| 0.248 | 0.106 | 0.036 | 0.008 | 0.012 | 0.095 |
| 0.228 | 0.117 | 0.03 | 0.006 | 0.003 | 0.145 |
| 0.305 | 0.174 | 0.05 | 0.008 | 0.061 | 0.112 |
| 0.254 | 0.094 | 0.041 | 0.005 | 0.014 | 0.124 |
| 0.269 | 0.147 | 0.047 | 0.012 | 0.009 | 0.111 |
| 0.3 | 0.141 | 0.058 | 0.01 | 0.011 | 0.07 |
| 0.307 | 0.135 | 0.041 | 0.009 | 0.005 | 0.065 |
| 0.214 | 0.1 | 0.037 | 0.003 | 0.004 | 0.138 |
| 0.329 | 0.189 | 0.058 | 0.014 | 0.011 | 0.032 |
| 0.31 | 0.149 | 0.05 | 0.012 | 0.05 | 0.06 |
| 0.252 | 0.119 | 0.04 | 0.008 | 0.049 | 0.233 |
| 0.308 | 0.158 | 0.038 | 0.013 | 0.003 | 0.068 |
| 0.342 | 0.259 | 0.06 | 0.016 | 0.085 | 0.158 |
| 0.358 | 0.193 | 0.066 | 0.021 | 0.037 | 0.083 |
| 0.34 | 0.155 | 0.051 | 0.02 | 0.012 | 0.04 |
| 0.304 | 0.197 | 0.052 | 0.008 | 0.054 | 0.095 |
| 0.248 | 0.133 | 0.037 | 0.003 | 0.043 | 0.135 |
| 0.367 | 0.196 | 0.063 | 0.026 | 0.01 | 0.031 |
| 0.325 | 0.206 | 0.054 | 0.027 | 0.01 | 0.048 |
| 0.244 | 0.11 | 0.025 | 0.006 | 0 | 0.061 |
| 0.245 | 0.096 | 0.044 | 0.003 | 0.022 | 0.151 |
| 0.318 | 0.193 | 0.063 | 0.02 | 0.037 | 0.081 |
| 0.207 | 0.154 | 0.045 | 0.008 | 0 | 0.252 |
| 0.32 | 0.204 | 0.053 | 0.017 | 0.013 | 0.07 |
| 0.243 | 0.141 | 0.041 | 0.007 | 0.051 | 0.264 |
| 0.317 | 0.209 | 0.057 | 0.03 | 0.017 | 0.058 |
| 0.199 | 0.1 | 0.029 | 0.007 | 0.011 | 0.188 |
| 0.294 | 0.158 | 0.034 | 0.019 | 0.005 | 0.014 |
| 0.221 | 0.087 | 0.038 | 0.006 | 0.015 | 0.142 |
| 0.301 | 0.163 | 0.068 | 0.016 | 0.022 | 0.092 |
| 0.298 | 0.207 | 0.042 | 0.009 | 0.066 | 0.211 |
| 0.304 | 0.197 | 0.052 | 0.008 | 0.054 | 0.095 |
| 0.297 | 0.16 | 0.049 | 0.007 | 0.038 | 0.101 |
| 0.188 | 0.064 | 0.044 | 0.007 | 0.002 | 0.205 |
| 0.214 | 0.1 | 0.037 | 0.003 | 0.004 | 0.138 |
| 0.218 | 0.082 | 0.061 | 0.002 | 0.012 | 0.147 |
| 0.284 | 0.131 | 0.049 | 0.012 | 0.021 | 0.13 |
| 0.27 | 0.17 | 0.026 | 0.011 | 0.002 | 0 |
| 0.277 | 0.15 | 0.053 | 0.005 | 0.039 | 0.115 |
Possible Answers:
0.223
0.057
0.043
0.229
from excel:data-data analysis: regression:
batting average =0.1832+0.4467*Run Score+0.9909*Doubles+0.6216*Triples+0.2737*HR-0.2846*SO
therefore predicted
batting average =0.1832+0.4467*0.123+0.9909*0.04+0.6216*0.0045+0.2737*0.0099-0.2846*0.189
=0.229
You decided to join a fantasy Baseball league and you think the best way to pick...
You are asked to evaluate the following two projects for the Norton corporation. Use a discount rate of 13 percent. Use Appendix B:for an approximate answer but calculate your final answer using the formula and financial calculator methods. Project X (Videotapes of the Weather Report) ($18,000 Investment) Year Cash Flow $ 9,000 7,000 8,000 7,600 Project Y (Slow-Motion Replays of Commercials) ($38,000 Investment) Year Cash Flow $ 19,000 12,000 13,000 15,000 WN a. Calculate the profitability index for project X....
Cascade Mining Company expects its earnings and dividends to
increase by 8 percent per year over the next 6 years and then to
remain relatively constant thereafter. The firm currently (that is,
as of year 0) pays a dividend of $4.5 per share. Determine the
value of a share of Cascade stock to an investor with a 11 percent
required rate of return. Use Table II to answer the question. Round
your answer to the nearest cent.
TABLE II Present...
Lou Barlow, a divisional manager for Sage Company, has an opportunity to manufacture and sell one of two new products for a five- year period. His annual pay raises are determined by his division's return on investment (ROI), which has exceeded 22% each of the last three years. He has computed the cost and revenue estimates for each product as follows: Product A Product B $ 370,000 $ 570,000 Initial investment: Cost of equipment (zero salvage value) Annual revenues and...
You are asked to evaluate the following two projects for the Norton corporation. Use a discount rate of 12 percent. Use Appendix B for an approximate answer but calculate your final answer using the formula and financial calculator methods. Protect X (Videotapes of the Weather Report) ($ 36,000 Investment) Year Cash Flow $18,000 16,000 17,000 16,600 Project Y (Slow-Motion Replays of Commercials) ($56.000 Investment) Year Cash Flow $ 28,000 21.000 22.000 24,000 a. Calculate the profitability index for project X....
Delta IBM Jan-83 0.04 0.027 Feb-83 0.027 0.01 Mar-83 -0.016 0.028 Apr-83 -0.043 0.15 May-83 -0.045 -0.041 Jun-83 0.012 0.081 Jul-83 -0.259 0.001 Aug-83 0.08 0.001 Sep-83 0.041 0.062 Oct-83 0.039 -0.001 Nov-83 0.12 -0.066 Dec-83 -0.028 0.039 Jan-84 -0.013 -0.065 Feb-84 -0.117 -0.026 Mar-84 0.065 0.034 Apr-84 -0.085 -0.002 May-84 -0.07 -0.044 Jun-84 -0.012 -0.019 Jul-84 0.045 0.047 Aug-84 0.04 0.127 Sep-84 0.008 0.004 Oct-84 0.161 0.012 Nov-84 -0.026 -0.023 Dec-84 0.156 0.011 Jan-85 -0.01 0.108 Feb-85 0.087 -0.009...
1 Appendix B Present value of $1. PVF PV=FV Percent Period 1% 5% 8% 9% 12% 1 2. 3 0.893 0.797 012 4 6 7 8 9 10 .............. 11 12 0.990 0.980 0.971 0.961 0.951 0.942 0.933 0.923 0.914 0.905 0.896 0.887 0.879 0.870 0.861 0.853 0.844 0.836 0.828 0.820 0.780 0.742 0.672 0.608 2% 0.980 0.961 0.942 0.924 0.906 0.888 0.871 0.853 0.837 0.820 0.804 0.788 0.773 0.758 0.743 0.728 0.714 0.700 0.686 0.673 0.610 0.552 0.453 0.372...
1 Appendix B Present value of $1. PVF PV=FV Percent Period 1% 5% 8% 9% 12% 1 2. 3 0.893 0.797 012 4 6 7 8 9 10 .............. 11 12 0.990 0.980 0.971 0.961 0.951 0.942 0.933 0.923 0.914 0.905 0.896 0.887 0.879 0.870 0.861 0.853 0.844 0.836 0.828 0.820 0.780 0.742 0.672 0.608 2% 0.980 0.961 0.942 0.924 0.906 0.888 0.871 0.853 0.837 0.820 0.804 0.788 0.773 0.758 0.743 0.728 0.714 0.700 0.686 0.673 0.610 0.552 0.453 0.372...
The Elberta Fruit Farm of Ontario always has hired transient
workers to pick its annual cherry crop. Janessa Wright, the farm
manager, just received information on a cherry picking machine that
is being purchased by many fruit farms. The machine is a motorized
device that shakes the cherry tree, causing the cherries to fall
onto plastic tarps that funnel the cherries into bins. Ms. Wright
has gathered the following information to decide whether a cherry
picker would be a profitable...
PE BETA EARN DIV 12.64 0.466 0.169 -0.013 10.8 0.545 0.016 0.014 19.9 0.597 0.066 0.05 11.3 0.651 0.021 0.014 13.27 0.678 0.071 0.006 13.71 0.697 -0.004 -0.008 17.61 0.781 0.054 0.051 15.97 0.795 0.12 -0.015 10.68 0.836 -0.001 -0.021 9.63 0.845 -0.018 -0.011 16.07 0.851 0.077 -0.008 16.2 0.865 0.051 0.074 17.01 0.866 0.068 0.11 13.42 0.869 0.063 0.018 8.98 0.894 -0.137 0.007 14.49 0.898 0.062 0.044 17.84 0.906 0.12 -0.011 12.15 0.916 -0.01 0.004 11.82 0.931 0.01 0...
Keller Construction is
considering two new investments. Project E calls for the purchase
of earthmoving equipment. Project H represents an investment in a
hydraulic lift. Keller wishes to use a net present value profile in
comparing the projects. The investment and cash flow patterns are
as follows: Use Appendix B for an approximate answer but calculate
your final answer using the formula and financial calculator
methods.
Project E
Project H
($40,000 Investment)
($36,000 Investment)
Year
Cash Flow
Year
Cash Flow...