document.write( "Question 479683: If a number is increased by 30% of itself and the result is 26. What is the number? \n" ); document.write( "
Algebra.Com's Answer #328640 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let number be x
\n" ); document.write( "30% of x= 0.3x
\n" ); document.write( "x+0.3x=26
\n" ); document.write( "1.3x=26
\n" ); document.write( "x=26/1.3
\n" ); document.write( "x=20
\n" ); document.write( "
\n" );