document.write( "Question 430316: for the given g(x), evaluate the following.
\n" );
document.write( "a) g(-3)
\n" );
document.write( "b) g(b)
\n" );
document.write( "c) g(x^3)
\n" );
document.write( "d) g(2x-3)\r
\n" );
document.write( "\n" );
document.write( "g(x) = 2 │1 - x │ - 7\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #298954 by robertb(5830) You can put this solution on YOUR website! g(-3) = 2|1--3| - 7 = 2*4 - 7 = 1 \n" ); document.write( "g(b) = 2|1-b| - 7 \n" ); document.write( " \n" ); document.write( "g(2x-3) = 2|1-2x + 3| - 7 = 2|4 - 2x| - 7 = 4|2-x| - 7 \n" ); document.write( " \n" ); document.write( " |