document.write( "Question 918966: Inputs of 0,3,6,9,12
\n" );
document.write( "Outputs of 16,18,20,22,23\r
\n" );
document.write( "\n" );
document.write( "What is the algebraic expression for this if the n represents the input?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #557339 by ewatrrr(24785) You can put this solution on YOUR website! (0,16) \n" ); document.write( "(3, 18) m = -2/-3 = 2/3 \n" ); document.write( "y -16 = (2/3)(x-0) \n" ); document.write( "y = (2/3)x + 16 \n" ); document.write( "Or \n" ); document.write( "Output = (2/3)n + 16 \n" ); document.write( " |