document.write( "Question 1081086: a researcher found a significant relationship between a person's age, x1, the number of hours per week, 2x, and the number of accidents, y, the person has per year. the relationships can be reperesented by the multiple regression equation y^=-3.2+0.012*1+0.23*2. predict the number of accidents per year (to the nearest whole number) for a person whose age is 47 and who works 46 hours per week. \n" ); document.write( "
Algebra.Com's Answer #695191 by Boreal(15235) You can put this solution on YOUR website! yhat=-3.2+0.012*47+0.23*46=7.94. \n" ); document.write( " |