document.write( "Question 1025727: Find a formula for the linear function whose graph intercepts the x-axis at x=80 and the y-axis at y= -90 \n" ); document.write( "
Algebra.Com's Answer #641025 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using the co-ordinates (80,0) \n" ); document.write( "and (0, -90) \n" ); document.write( "Gradient = y2 - y1/x2 - x1 \n" ); document.write( "Gradient = 0 -(-90)/80 - 0 \n" ); document.write( "Gradient = 90/80 = 9/8 \n" ); document.write( "m = 9/8 \n" ); document.write( "Intercept with y axis = (0,-90) \n" ); document.write( "therefore c = -90 \n" ); document.write( "y = mx + c \n" ); document.write( "y = 9/8x - 90 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |