document.write( "Question 860430: i was given functions f(x)=3x-5 and g(x)=1/3 - 4/3x. i need to correct this problem f(1)=1/3 - 4/3(1)
\n" );
document.write( " =1/3 - 4/3
\n" );
document.write( " =-3/3
\n" );
document.write( " =-1
\n" );
document.write( "i can't figure out what's wrong
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #518411 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( "f(1) = 3*1 - 5 \n" ); document.write( "= -2 \n" ); document.write( " \n" ); document.write( " |