document.write( "Question 1498: x= 1, 4, 5, 6, 8
\n" );
document.write( "y= _, 18, 23, 28, 38\r
\n" );
document.write( "\n" );
document.write( "I have to solve for y. I do not the equation to solve this problem. My book calls this problem graphing functions. \n" );
document.write( "
Algebra.Com's Answer #522 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! This question is to find the linear function of y in terms of x. \n" ); document.write( " Assume (y-y1)/(x-x1) = m , since when x=4, y =18 and when x=5,y=23. \n" ); document.write( " slope m = (23-18)/(5-4) = 5. \n" ); document.write( " We have (y-18)/(x-4) = 5, or y-18 = 5(x-4) \n" ); document.write( " or y = f(x) = 5x -2. \n" ); document.write( " Check: f(6) = 30-2 =28 = y(OK), \n" ); document.write( " f(8) = 40-2 =38 (OK)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |