document.write( "Question 1008499: How do you solve y = bx + x for x?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624146 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you solve y = bx + x for x? \n" ); document.write( "----------- \n" ); document.write( "y = bx + x \n" ); document.write( "y = x*(b + 1) \n" ); document.write( "x = y/(b+1) \n" ); document.write( " \n" ); document.write( " |