document.write( "Question 271968: I have to evaluate this function:\r
\n" );
document.write( "\n" );
document.write( "g(t) = -3t^2-t; find g(t/3).\r
\n" );
document.write( "\n" );
document.write( "What I have so far is -3(t/3)^2 - t/3.\r
\n" );
document.write( "\n" );
document.write( "Is that correct so far? And I'm not even sure where to go from here. Help please!\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #199020 by Alan3354(69443) You can put this solution on YOUR website! I have to evaluate this function: \n" ); document.write( "g(t) = -3t^2-t; find g(t/3). \n" ); document.write( "What I have so far is -3(t/3)^2 - t/3. \n" ); document.write( "------------------- \n" ); document.write( "That's a good start \n" ); document.write( "= -3*(t^2/9) - t/3 \n" ); document.write( "= -t^2/3 - t/3 \n" ); document.write( "It can be rearranged into different versions \n" ); document.write( "= (-1/3)*(t^2 + t) \n" ); document.write( "= (-t/3)*(t+1) \n" ); document.write( " \n" ); document.write( " |