document.write( "Question 487916: how would i solve for x in this problem:
\n" );
document.write( "4/9(x+3)=g \n" );
document.write( "
Algebra.Com's Answer #333191 by chessace(471)![]() ![]() You can put this solution on YOUR website! Do whatever legal it takes to get x by itself on the left:\r \n" ); document.write( "\n" ); document.write( "Assuming it's really (4/9)(x+3) = g \n" ); document.write( "Mult by recipical of left factor, i.e. 9/4: \n" ); document.write( "x+3 = 9g/4 \n" ); document.write( "Subt 3: \n" ); document.write( "x = 9g/4 -3\r \n" ); document.write( "\n" ); document.write( "Assuming it really is 4/(9*(x+3)) = g \n" ); document.write( "Still mult by 9/4: \n" ); document.write( "1/(x+3) = 9g/4 \n" ); document.write( "Mult by x+3: \n" ); document.write( "1 = (9g/4) * (x+3) \n" ); document.write( "Flip sides and div by (9g/4): \n" ); document.write( "x+3 = 4/(9g) \n" ); document.write( "x = 4/(9g) - 3 \n" ); document.write( " \n" ); document.write( " |