document.write( "Question 491319: when a number is decreased by 20% of itself, the result is 20. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #334584 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! when a number is decreased by 20% of itself, the result is 20. What is the number? \n" ); document.write( ". \n" ); document.write( "Let x = the number \n" ); document.write( "then \n" ); document.write( "x -.20x = 20 \n" ); document.write( ".80x = 20 \n" ); document.write( "x = 20/.80 \n" ); document.write( "x = 25 \n" ); document.write( " |