document.write( "Question 867415: Consider the function f(x)=2x^2-0.9x-1 and calculate f (0) and f (1.5) in R program \n" ); document.write( "
Algebra.Com's Answer #523004 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider the function f(x)=2x^2-0.9x-1 and calculate \n" ); document.write( "f (0) = -1 \n" ); document.write( "and \n" ); document.write( "f(1.5) = 2(1.5)^2 - 0.9(1.5) -1 = 2(2.25) - 1.35 - 1 = 4.5-2.35 = 2.15 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |