document.write( "Question 314876: This is more of a word problem. When a number is decreased by 25% of itself, the result is 216. What is the number?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #225209 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! This is more of a word problem. When a number is decreased by 25% of itself, the result is 216. What is the number?\r \n" ); document.write( "\n" ); document.write( "(1 - 0.25)x = 216 (25% is 0.25, you are taking 100% - 25% times the number) \n" ); document.write( " x - 0.25x = 216 \n" ); document.write( " 0.75x = 216 \n" ); document.write( " x = 288 \n" ); document.write( " |