document.write( "Question 819691: Equation to describe the relationship between x = 2,3,7,8,10 and y =24,16,6.8,6,4.8 \n" ); document.write( "
Algebra.Com's Answer #493289 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "the relationship between your x data and you y data is not perfectly linear, but it is approximately linear \n" ); document.write( "--- \n" ); document.write( "all you can do is approximate the linearity in your data with a linear regression \n" ); document.write( "--- \n" ); document.write( "plug this (your x data, followed by your y data): \n" ); document.write( "2 3 7 8 10 24 16 6.8 6 4.8 \n" ); document.write( "--- \n" ); document.write( "into this solver: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( "--- \n" ); document.write( "and click the \"xxyy\" button to properly sort your data, and get the slope and y-intercept of the regression line: \n" ); document.write( "slope = -2.30434783 \n" ); document.write( "y-intercept = 25.346087 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the slope-intercept form of the linear regression line that best fits your data: \n" ); document.write( "y = -2.30434783x + 25.346087 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |