document.write( "Question 326864: Given the function defined by g( x) = 2x - 5, find the following:
\n" );
document.write( "g(-3) \n" );
document.write( "
Algebra.Com's Answer #234081 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! Another way of reading this problem is: if x=-3, what does 2x-5 equal? All they are asking is for you to do is plug in -3 in for x: \n" ); document.write( "g(x) = 2x - 5 \n" ); document.write( "g(-3) = 2(-3) - 5 \n" ); document.write( "g(-3) = -6 - 5 \n" ); document.write( "g(-3) = -11 \n" ); document.write( "So your answer is g(-3) = -11. \n" ); document.write( " |