document.write( "Question 557361: If 3x+c=4, then x equals what?
\n" );
document.write( "How do you do the above problem? \n" );
document.write( "
Algebra.Com's Answer #362596 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 3x + c = 4 \n" ); document.write( "subtract c from both sides of the equation to get: \n" ); document.write( "3x = 4 - c \n" ); document.write( "divide both sides of the equation by 3 to get: \n" ); document.write( "x = (4-c)/3 \n" ); document.write( "that's if you are solving for x. \n" ); document.write( "if you are solving for c, you would do the following: \n" ); document.write( "3x + c = 4 \n" ); document.write( "subtract 3x from both sides of the equation to get: \n" ); document.write( "c = 4 - 3x \n" ); document.write( " \n" ); document.write( " |