document.write( "Question 258891: What is an equation for: X: 0 2 4 6 8
\n" );
document.write( " Y:12 10 8 6 4 \n" );
document.write( "
Algebra.Com's Answer #190611 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! When x goes from 0 to 2, y goes from 12 to 10. So gradient is -1. \n" ); document.write( "When x = 0 y = 12, so y intercept is 12 \n" ); document.write( "Equation is therefore y + x = 12 or y = 12 - x \n" ); document.write( " |