document.write( "Question 860426: i was given the functions of f(x)=3x-5 and g(x)=1/3 - 4/3x. i have to correct the errors in this problem. g(-3)=1/3 - 4/3(3)
\n" );
document.write( " =1/3 -4
\n" );
document.write( " =-3 and 2/3
\n" );
document.write( " where is it wrong \n" );
document.write( "
Algebra.Com's Answer #518414 by Alan3354(69443) You can put this solution on YOUR website! f(x)=3x-5 and g(x)=1/3 - 4/3x \n" ); document.write( "---------- \n" ); document.write( "Is it g(x) = 1/3 - (4/3)x ? \n" ); document.write( "or g(x) = 1/3 - 4/(3x) ? \n" ); document.write( "Parentheses are free \n" ); document.write( "------------- \n" ); document.write( "Using \n" ); document.write( "g(x) = 1/3 - (4/3)x \n" ); document.write( "g(-3) = 1/3 - (4/3)*(-3) \n" ); document.write( "= 1/3 + 4 \n" ); document.write( "= 13/3 \n" ); document.write( " |