document.write( "Question 1089001: You run a regression analysis on a bivariate set of data (n=98). You obtain the regression equation y=-3.992x+42.328 with a correlation coefficient of r=-0.312 (which is significant at α=0.01). You want to predict what value (on average) for the explanatory variable will give you a value of 170 on the response variable.\r
\n" );
document.write( "\n" );
document.write( "What is the predicted explanatory value? \r
\n" );
document.write( "\n" );
document.write( "x = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(Report answer accurate to one decimal place.) \n" );
document.write( "
Algebra.Com's Answer #703328 by Boreal(15235) You can put this solution on YOUR website! y=-3.992x+42.328; y is the response variable. \n" ); document.write( "170=-3.992x+42.328 \n" ); document.write( "127.672=-3.992x \n" ); document.write( "x=-31.98 or -32.0 \n" ); document.write( " |