document.write( "Question 23510: If a over x plus one equals c over x, which is an expression for x in terms of c and a? \n" ); document.write( "
Algebra.Com's Answer #12291 by longjonsilver(2297) You can put this solution on YOUR website! \n" ); document.write( "ax = c(x+1) \n" ); document.write( "ax = cx + c \n" ); document.write( "ax - cx = c \n" ); document.write( "x(a-c) = c \n" ); document.write( "x = c/(a-c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |