document.write( "Question 992208: Solve for y:
\n" );
document.write( "xy = 1 + 3y \n" );
document.write( "
Algebra.Com's Answer #611835 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do you have any ideas? \n" ); document.write( "-------------- \n" ); document.write( "Step 1 - get all the y terms on one side of the eqn. \n" ); document.write( "xy = 1 + 3y \n" ); document.write( "xy-3y = 1 \n" ); document.write( "Step 2 - factor out the y if possible. \n" ); document.write( "y(x-3) = 1 \n" ); document.write( "y = 1/(x-3) \n" ); document.write( " |