document.write( "Question 780942: How do you solve for x in the following problem: 5+(1/x-2)=35?
\n" );
document.write( "I've tried distributing all the way where I'm left with 1/x= 32 but I am getting confused on how to get the x by itself. \n" );
document.write( "
Algebra.Com's Answer #475727 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 5 + 1/x - 2 = 35 \n" ); document.write( "Common denominator = x - 2 \n" ); document.write( "5(x - 2) + 1 = 35(x - 2) \n" ); document.write( "5x - 10 + 1 = 35x - 70 \n" ); document.write( "Collect like terms: \n" ); document.write( "-30x = - 61 \n" ); document.write( "30x = 61 \n" ); document.write( "x = 61/30 \n" ); document.write( "x = 2 1/30 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |