document.write( "Question 943439: How do i write: m is the function that squares the input, then adds half of the input \n" ); document.write( "
Algebra.Com's Answer #575201 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How do i write: m is the function that squares the input, then adds half of the input \n" ); document.write( ". \n" ); document.write( "Let's say the \"input\" is x \n" ); document.write( "then the function \"m\" is: \n" ); document.write( "m(x) = x^2 + x/2 \n" ); document.write( "or \n" ); document.write( "m(x) = x(x + 1/2) \n" ); document.write( "or \n" ); document.write( "m(x) = x(x + .5) \n" ); document.write( " \n" ); document.write( " |