document.write( "Question 357065: How do I solve for x in this equation?
\n" ); document.write( " x + (x * 5%) = 3\r
\n" ); document.write( "\n" ); document.write( "More to the point, the problem definition is this:\r
\n" ); document.write( "\n" ); document.write( "How do I get back to the base number when the result was computed by adding the base number to a percentage times the base number (ie. I know the result and the percentage)?
\n" ); document.write( "

Algebra.Com's Answer #254986 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x+(x*1/20)=3
\n" ); document.write( "20x+x / 20 =3
\n" ); document.write( "21x=60
\n" ); document.write( "x=60/21
\n" ); document.write( "..
\n" ); document.write( "2.857=x
\n" ); document.write( "
\n" );